@charset "UTF-8";
body {
	font: 100% Helvetica, Arial, sans-serif;
	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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-size:11px;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr a:link {color:#143d8d; text-decoration:underline;}
.oneColFixCtrHdr a:visited {color:#143d8d; text-decoration:underline;}
.oneColFixCtrHdr a:hover {color:#38ab00; text-decoration:underline;}
.oneColFixCtrHdr a:active {color:#f60; text-decoration:underline;}



#navbar {float:right; clear:none; padding:0; margin:95px 0 10px 0; text-transform:uppercase; font-weight:bold; font-stretch:condensed; letter-spacing:0em; width:600px; text-align:right;}
#navbar ul {text-align:right; padding:0; margin:0; float:right;}
#navbar li {float:left; clear:none; padding:0; margin:0 0 0 40px; list-style:none; text-align:right;}
#navbar li a:link {text-decoration:none;}
#navbar li a:visited {text-decoration:none;}
#navbar li a:hover {text-decoration:underline;}
#navbar li a:active {text-decoration:none;}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#Logo {padding:30px 0 0 0; margin-bottom:12px;}

h1 {font: 100% Helvetica, Arial, sans-serif; font-size:18px; color:#1438d8}
h2 {font: 100% Helvetica, Arial, sans-serif; font-size:16px; color:#1438d8}
h3 {font: 100% Helvetica, Arial, sans-serif; font-size:16px; color:#38a600}
h4 {font: 100% Helvetica, Arial, sans-serif; font-size:14px; color:#1438d8}
h5 {font: 100% Helvetica, Arial, sans-serif; font-size:14px; color:#38a600}
h6 {font: 100% Helvetica, Arial, sans-serif; font-size:14px; color:#ff6600}