/* CSS Document */

body {margin:0;
	padding:0 0 0 20px; background: #fff;
	color: #000;
	font: 12px arial, Helvetica, sans-serif;	
	}

a { color: #6699FF; text-decoration: underline; }
a:hover { color: #6699FF; text-decoration: none; }
img { border: none; }

.imgborder { border: 1px solid #00356B;}

#maincontain{
	width:760px;
}


#header{
	margin:0;
	padding:0;
	width:760px; 
	height:90px;
}


#leftLogo{
	margin:0; padding:0; position:absolute; top:20px; left:20px; width:130px; height:70px; 
}

#topNav{
	margin:0; padding:50px 0 0 160px;
	margin-top:0px;
	
}

#topNav ul li {
	display:inline;
	padding:3px;
	color:6699ff;
	text-decoration:none;
}

#topNav li a{
	text-decoration:none;
	font: 14px Bold Arial, Helvetica, sans-serif;
	color: #00356B; 
}

#topNav li a:hover{
	color:#2f5e8d;
	text-decoration:underline;
}


#banner{
	margin:0;
	padding:0;
}
#bod{
	text-align:left;
	padding: 10px;
	width: 740px;
	height: 600;
}

h1{
	margin:5px;
	padding: 5px;
	color: #00356B;
	border-bottom: 1px solid #2f5e8d;
	font: 18px Arial, Helvetica, sans-serif;
}

h2{
	color: #00356B;
	font: 14px Arial, Helvetica, sans-serif;
}

ul {font: 12px/18px Arial, Helvetica, sans-serif;}

#bod p {
	padding:1px 10px;
	font: 12px/20px Arial, Helvetica, sans-serif;
	
}
	
#leftBod{
	width:360px;
	float:left;
}

#leftCol{
	width:450px;
	float:left;
}


#leftCol2{
	width:340px;
	float:left;
}

#rightBod{
	width:350px;
	margin-left:370px;

}

#rightCol{
	width:270px;
	margin-left: 470px;
}

#rightColWider{
	width:340px; float:right;
}

#footer{
	padding:10px;
	margin-top:10px;
	border-top: 1px solid #2f5e8d;
	text-align:center;
	width: 760px;
	font: x-small Arial, Helvetica, sans-serif;
	color: #6699FF;
}

#footer h4{
	color: #00356B;
	font: 14px Arial, Helvetica, sans-serif;
}

/*----------- Utility Styles -------------*/ .clear {    float: none !important;        /* Remove any inherited floats */    display: block !important;    /* Make sure our element is a block-level element */    clear: both !important;        /* Make sure it clears on both sides */    margin: 0 !important;        /* Remove all margins that would make it visible */    border: 0 !important;        /* Remove all borders that would make it visible */    padding: 0 !important;        /* Remove all padding that would make it visible */    height: 0.1px !important;    /* Mozilla/Firefox require the clearer height to not be 0, but rounding makes it 0 */    line-height: 0 !important;    /* Set the line-height to 0 so it isn't visible */    font-size: 0 !important;    /* Set the font-size to 0 so it isn't visible */ }

