@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;
	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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.twoColFixLtHdr #container {
	width: 955px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #3D3B63;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 563.5px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 120px;
} 
.twoColFixLtHdr #header h1 {
	position: absolute;
	top: -100px;
	margin: 0;

}
.twoColFixLtHdr #footer {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	height: 80px;
	width: 955px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;

}

#nav {
	height: 1.56em;
	width: 955px;
	background-color: #242960;
}
.twoColFixLtHdr #container #sidebar1 {
	padding-top: 12px;
	color: #FFFFFF;
	width: 955px;
	height: 326px;
}
