@charset "utf-8";
body  {
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.twoColFixLtHdr #container {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	background-image: url(images/content_bg.jpg);
} 
.twoColFixLtHdr #container2 {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	background-image: url(images/content_bg2.jpg);
}
.twoColFixLtHdr #container3 {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	background-image: url(images/content_bg3.jpg);
}
.twoColFixLtHdr #container4 {
	width: 1024px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 768px;
	background-image: url(images/content_bg4.jpg);
}
.style9 {
	color: #990000;
	font-weight: bold;
	font-size: 10px;
}
#flash {
	height: 192px;
	padding-left: 112px;
}

hr {
	color:#990000;
	height: 1px;
}

.twoColFixLtHdr #header {
	height: 74px;
	padding-left: 112px;
	padding-right: 112px;

} 
.twoColFixLtHdr #header h1 {
	margin: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 313px;
	height: auto;
	padding-left: 119px;
	margin-top: 52px;
	#margin-top: 23px;
		
}

.twoColFixLtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 213px;
	height: auto;
	padding-left: 119px;
	padding-top: 21px;
}

#nav {
	height: 31px;
	padding-left: 112px;
}

.twoColFixLtHdr #mainContent {
	height: 399px;

} 


.twoColFixLtHdr #footer {
	height: 40px;
	width: 800px;
	margin-left: 112px;
	bottom: inherit;
	padding-top: 39px;

} 
.twoColFixLtHdr #footer p {
	margin: 0;
}
#divisions {
	height: 75px;
	padding-top: 45px;
}
.twoColFixLtHdr #mainContent2 {
	height: 399px;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent3 {
	height: 399px;
	padding-left: 112px;
}
