@charset "utf-8";
body  {

}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #000000;
	
	height: 219px;
	
} 

.twoColFixLtHdr #nav {
	height: 40px;
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
} 

.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}



.twoColFixLtHdr #footer {
	background-color: #037db0;
	width: 1000px;
	margin-top: 20px;
	
} 
.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 */
}
.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;
	padding-right: 50px;
}
.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;
}


.twoColFixLtHdr #mainContentcontainer {
	width: 760px;
	margin-left:240px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
} 

.twoColFixLtHdr #mainContent {
	background-image: url(/Images/middle_MC_2.png);
	background-repeat: repeat-y;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.twoColFixLtHdr #topMC {
	background-image: url(/Images/top_MC_2.png);
	background-repeat: repeat-y;
	height: 26px;
	margin: 0px;
	padding: 0px;
} 

.twoColFixLtHdr #bottomMC {
	background-image: url(/Images/bottom_MC_2.png);
	background-repeat: repeat-y;
	height: 35px;
	margin: 0px;
	padding: 0px;
} 

.twoColFixLtHdr #sidecontainer {
	width: 220px;
	float: left;
	top:270px;
	
} 

.twoColFixLtHdr #side {
	background-image: url(Images/side_middle.png);
	background-repeat: repeat-y;
	width: 220px;
	
	
} 

.twoColFixLtHdr #sidetop {
	width: 220px;
	height: 7px;
	background-image: url(Images/side_top.png);
	
} 

.twoColFixLtHdr #sidebottom {
	width: 220px;
	height: 17px;
	background-image: url(Images/side_bottom.png);
	background-repeat: no-repeat;
	
} 

.twoColFixLtHdr #left {
	padding-left: 15px;	
	padding-right: 10px;
}

.twoColFixLtHdr #space {
	height: 1px;
}