@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: 385d87;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

.twoColFixLtHdr #container {
	width: 950px;  /*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffaa;
	margin: 0 auto;  /*the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;  /*this overrides the text-align: center on the body element. */
} 

.twoColFixLtHdr #mainContent {
	overflow: visible;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 25px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0px;
	color: #black;
} 

.twoColFixLtHdr #footer {
	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	color: #082567;
	margin: 0;
	font-size: x-small;
} 

a:link {
	color: #082567;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #082567;
}
a:hover {
	text-decoration: none;
	color: #d21d1d;
}
a:active {
	text-decoration: none;
	color: #082567;
}

.twoColFixLtHdr #topnav div table tr td div table tr {
	font-size: small;
}


h3 {
	font-size: large;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-size: medium;
	font-weight: bold;
	text-align:left;
}  
.twoColFixLtHdr #topnav #nav2 {
	font-size: medium;
}
