body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #212C4F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-style: italic;
	color: #18213A;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #18213A;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	font-style: italic;
	color: #18213A;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #18213A;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #333333;
	font-weight: bold;
}

.twoColFixLtHdr #container {
	width: 780px;
	border: 1px solid #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 2px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	margin: 10px;
	height: 150px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 150px;
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #212C4F;
	margin-bottom: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 15px;
} 
.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;
}
.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;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #18213A;
}
