@charset "utf-8";
body  {
	background: #000033;
	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: #000000;
	font-family: Georgia, Verdana, Times, serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #footerimg {
	clear: both;
}
.twoColFixLtHdr #container #footer a {
	color: #929DDC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLtHdr #container {
	width: 790px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	background-color: #000033;
	background-image: url(../images/bnnr2.jpg);
	height: 210px;
	padding-top: 0;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	background-color: #A2ABE1;
	margin-top: -5px;
}
.twoColFixLtHdr #sidebar1 ul{
	color: #585858;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #mainContentB {
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000033;
	color: #FFFFFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
