@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	border: thin none #DF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

}
.thrColFixHdr #container {
	width: 890px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	background-color: #DF0000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	padding: 0;
	margin: 0px;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
} 
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	height: 120px;
	width: 300px;
}

#top_navigation {
	width: 900px;
	background-color: #DF0000;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #00004C;
	border-right-color: #DF0000;
	border-bottom-color: #00004C;
	border-left-color: #DF0000;
}
#sidebar2 {
	float: right;
	width: 150px;
	background-color: #FFF;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

#sidebar1 {
	float: left;
	width: 130px;
	background-color: #FFF;
	height: auto;
	border: thick double #00004C;
	padding: 10px;
	margin-right: 5px;
	margin-left: 5px;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	background-color: #FFF;
	border: thin double #00004C;
} 
.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
} 
.thrColFixHdr #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;
}
