@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #666666;
	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: #3F3F3F;
}
#container { 
	width: 885px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0 20px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	width: 885px;
	height: 118px;
	margin: 0;
    padding: 0;
    }
#headerLogo {
	float:left;
	width:115px;	
	height: 118px;
	margin:0;
	padding:0;	
}
#headerTagline {
	float:left;
	width:473px;
	height: 93px;
	margin:0;
	padding: 25px 0 0 0;	
}
#headerInfo {
	float:left;
	width:297px;
	height: 118px;
	margin:0;
	padding:0;
}
#headerInfo.home {
	background-image: url(images/bg_headerInfo.jpg);
	background-repeat:no-repeat;	
}

#navbar {
	width: 885px;
	height: 29px;
	z-index: 2;
}
#pageBody {
	width: 885px;
/*	height: 545px; */
	margin: 1px 0 0 0;
	padding:0;
	z-index: 1;
}
#rightCol {
	float: right; /* since this element is floated, a width must be given */
	width: 257px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 600px;
	background: #242424; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0; 
	padding: 15px 10px 15px 30px;
}
#mainContent { 
	float: right;
	width: 588px;
	height: 630px;
	margin: 0;
/*	margin: 2px 297px 0px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#slides {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#homeInfo {
	position: relative;
	width: 545px;
	height: 180px;
	margin:	2px 0 0 0;
	border: solid 1px #2F2F2F;
	padding: 10px 20px 10px 20px;
}
#footer {
	width: 865px;
	height: 100px;
	padding: 5px 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4F4F4F;
	line-height: 125%;
}
a {
	color: #0099CC;
}
a:hover {
	color: #3279C9;
}

h1 {
	font-size: 18px;
	color: #26609F;
	font-weight: normal;
	line-height: 125%;
}
h2 {	
	font-size: 14px;
	color: #4F4F4F;
	line-height: 125%;
}
h3 {
	font-size: 14px;
	color: #4F4F4F;
	line-height: 125%;
	margin-bottom: 0px;
}

h4 {
	font-size: 14px;
	color: #00269E;
	line-height: 125%;
}
#headerTagline h2 {
	font-size: 36px;
	color: #2F2F2F;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#headerTagline h1 {
	font-size: 18px;
	color: #2F2F2F;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#headerInfo p {
	color: #DEDEDE;
	font-weight: bold;
	font-size: 11px;
	line-height: 135%;
}
#headerInfo a {
	text-decoration:none;
	font-weight: bold;
}
#headerInfo a:hover {
	text-decoration:none;
	color: #0099CC;
}
#homeInfo h1 {
	font-size: 16px;
	color: #0099CC;
	font-weight: bold;
	margin: 0 0 7px 0;
}
#homeInfo a {
	color: #000066;	
}
#homeInfo a:hover {
	color: #0099CC;
}
#rightCol h1 {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 125%;
	font-style: italic;
	margin: 12px 0 0 0;
}
#rightCol p {
	color: #DEDEDE;	
	line-height: 125%;
	margin: 8px 0 0 0;
}
#rightCol a {
	color: #11C4FF;
	text-decoration: none;
}
#rightCol a:hover {
	color: #0099CC;	
	text-decoration: none;
}
#mainbody {
	margin: 0;
	padding: 10px 30px 20px 30px;
	border: solid 1px #555555;
}
#mainbody p, #mainbody li, #mainbody td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3F3F3F;
	line-height: 125%;
}
#mainbody table.bordered {
	border-top: solid 1px #DEDEDE;
	border-left: solid 1px #DEDEDE;
}
#mainbody table.bordered td {
	border-bottom: solid 1px #DEDEDE;
	border-right: solid 1px #DEDEDE;
}
.verticalseparator {
	background-image: url(images/separator_vertical.gif);
	background-repeat: repeat-y;
}
.heading1 {
	font-size: 18px;
	padding: 5px;
	color: #00269E;


}.heading2 {
	font-size: 14px;
	color: #05559A;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

