@charset "utf-8";
body  {
	background: #000080;
	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: #254172;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}
.twoColFixLtHdr #container {
	width: 920px;  
	margin: 0 auto; 
	background-color: #FFFFFF;
	background-image: url(map.gif)
	border-left: 2px solid #254172;
	border-right: 2px solid #254172;
	text-align: left;
	float: none;
	} 
.twoColFixLtHdr #header { 
	height: 110px;
	background-color: #910704;
	background: url(header.jpg) top no-repeat; 
	border-bottom: solid 2px #254172;
	padding:92px 10px 0px 10px;  
} 
.twoColFixLtHdr #header h1 {
	color: #de1d21;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	height: 840px;
	width: 200px; /* 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 */
	background-color: #ebeef6;
	padding-top: 10px
}
.twoColFixLtHdr #mainContent {
	margin: 18px 0 0 200px; /* the left margin on this div element creates the column down the left 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. */
	background: #fff;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
} 
.col {
	float: left;
	width: 350px;
	height: 812px;
	padding: 0px 0px 8px 10px;
	}

.col2 {
	float: left;
	width: 306px;
	height: 812px;
	padding: 0px 0px 8px 10px;
}
.col3 {
	float: left;
	width: 358px;
	height: 488px;
	padding: 0px 0px 0px 0px;
	background-color: #ebeef6;
	margin-bottom: 18px;
}

.col4 {
	float: left;
	width: 306px;
	height: 480px;
	padding: 0px 0px 8px 10px;
	background-color: #ebeef6;
	margin-bottom: 18px;
}
#footer { position: relative; clear: both; background: #0c2248; height: auto; padding: 2px 10px 10px 10px;  }

} 

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	
}
.above { position: absolute; top: -412px; left: 0; 
}
#footer img {
	position: absolute;
	top: -412px;
	z-index: 1;
}

.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;
}
#footerlinks {
	color: #FBF4A8;
	text-align: center;
	font-size: 90%;
}
#sidebar1links {
	color: #032f79;
	text-align: center;
	font-size: 90%;
}
#footerlinks_services {
	color: #FBF4A8;
	text-align: center;
	font-size: 80%;
}
