styles/site.css
/* Margins and padding are set with properties for an element using shorthand notation (top, right, bottom, left) */
/* If all four measurements are the same then you need only use one unit of measurement - instead of 0px 0px 0px 0px use just 0px */
/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, 
would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, 
the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent 
styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the 
background color of the page and create a centered container for the page content to display. */
body {
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	padding: 0px;
	background-color: #1D2942;
	font-size: 1em;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
/* ========================
keeps linked images from having a hyperlink border
=========================== */
body img {
	border: 0px;
	text-decoration: none;
}
/* ============================
Commonly used to style page titles. 
=============================== */
h1, h2, h3 {
	color: #1D2942;
	margin: 5px 0px 5px 10px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.7em;
	padding-bottom: .5em;
}
/* =======================
 Commonly used to style section titles. 
 ==================================== */
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/* =========================
Sets the style for unvisited links. 
============================ */
a, a:link {
	color: #4095df;
	font-weight: bold;
	text-decoration: none;
}
/* ============================
Sets the style for visited links. 
=============================== */
a:visited {
	color: #4870aa;
	font-weight: bold;
	text-decoration: none;
}
/* ===============================
Sets the style for links on mouseover. 
=================================== */
a:hover {
	color: #2170bd;
	text-decoration: underline;
}
/* ===============================
Sets the style for a link that has focus. 
================================= */
a:focus {
	color: #2170bd;
}
/* ===================================
Sets the style for a link that is being activated/clicked. 
=======================================*/
a:active {
	color: #039;
}
#outerWrapper {
	background: url('../images/content-bg.jpg');
	width: 965px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 11.5em auto 0em auto;
}
#offset {
	background: url('../images/content-bg.jpg');
	float: left;
	width: 82.3%;
	display: block;
	clear: both;
}
#contentWrapper {
	background-color: #FFFFFF;
	overflow: hidden;
	float: left;
	width: 100%;
	background: url('../images/content-bg.jpg');
}
#content {
	float: right;
	width: 77.6%;
	padding: 11px 0px 0px 0px;
	margin: 0px 3px 0px auto;
	background: #FFFFFF;
}
#outerWrapper #contentWrapper #leftColumn1 {
	padding: 10px;
	float: left;
	width: 145px;
	background: #EAEFF6;
}
#outerWrapper #contentWrapper #rightColumn1 {
	padding: 10px 15px 10px 0px;
	float: right;
	width: 145px;
	background: #EAEFF6;
}
/* =========================
Footer styles
======================== */
#footer {
	clear: both;
	background-color: #1D2942;
	border-top: solid 1px #1D2942;
	padding: 10px 10px 10px 10px;
	color: #FFFFFF;
}
/* =======================
removes the top and bottom margins
======================== */
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .85em;
}
#footer a {
	color: #ffffff;
}
/* ============================
image floats
========================== */
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
/* ===================
center image on the page
=======================  */
.imgctr {
	display: block;
	margin: 0px auto;
}
.ctr {
	text-align: center;
}
/* =====================
styling small size text
======================= */
.smltxt {
	font-size: small;
}
/* ============ 
form styles 
==============*/
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 1px solid #353c48;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	border: 1px solid #353c48;
	color: #ffffff;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
	background-color: #353c48;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #353c48;
	background-color: #353c48;
	color: white;
}
/* ==================================
styling for masthead container
==================================== */
#header {
	background: #1D2942 url('../images/bluenight.jpg') repeat-x;
	width: 100%;
	height: 10em;
	position: absolute;
	top: 0px;
	left: 0px;
}
#banner {
	background-position: left;
	width: 100%;
	background-image: url('../images/site-logo-blue.gif');
	background-repeat: no-repeat;
	height: 125px;
}
#banner img {
	border: none;
	background-color: transparent;
}
/* =============================
Top masthead navigation
=============================== */
#topNavigation {
	color: #413232;
	text-align: center;
	background: #EAEFF6 url('../images/nav-bg-blue.jpg') repeat-x center;
	background-repeat: repeat-x;
}
#topNavigation ul {
	list-style: none;
	margin-left: 5px;
	background-color: transparent;
}
#topNavigation li {
	background-position: left;
	display: inline;
	padding-left: 15px;
	padding-right: 3px;
	margin-right: 5px;
	line-height: 200%;
	background-image: url('../images/top-nav.gif');
	background-repeat: no-repeat;
}
#topNavigation p {
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 20px;
	padding-top: 0px;
	font-weight: 700;
	background-color: transparent;
}
#topNavigation a {
	text-decoration: none;
	background-color: transparent;
	color: #1D2942;
}
#topNavigation ul li a:hover {
	color: #B21818;
}
/* ==============================
 right navigation style rules
 ================================ */
.headerbar {
	font: bold .9em Arial;
	color: #ffffff;
	background: #1D2942 left 50%;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/;
	text-transform: uppercase;
	padding: 4px 0px 4px 10px; /*header text is indented 10px*/
}
#rightColumn1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: .9em;
}
#rightColumn1 ul li {
	padding-bottom: 2px; /*bottom spacing between menu items*/
}
#rightColumn1 ul li a {
	color: #000000;
	background: url('../images/arrow-list.gif') no-repeat left 50%;
	display: block;
	padding-left: 19px; /*link text is indented 19px*/;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px solid #000066;
	font-size: 90%;
	padding-right: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-color: #999999;
}
#rightColumn1 ul li a:visited {
	color: #6295C6;
}
#rightColumn1 ul li a:hover {
	background: #1D2942 url('../images/bullet-white.gif') no-repeat left 50%;
	color: #FFFFFF;
}
/*============ For Google search box ==============*/
.search {
	text-align: center;
	margin: 3px auto 8px auto;
	font-size: .8em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.search p {
	margin-bottom: 0px;
	font-size: .85em;
}
.myform {
	margin: 0;
	padding: 0;
}
.myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
.myform .submit {
	font: bold 1em Verdana;
	height: 22px;
	background-color: #071532;
	color: #FFFFFF;
	border: 0px;
}