@charset "UTF-8";
body  {
	margin: 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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	padding: 0;
}
.twoColFixLtHdr #container {
	width: 100%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #600;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header {
	background-color: #FFF;
	padding-top: 12;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #header h1 {
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #E6E6E6;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #000;
	height: 555px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #036;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 210px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 20px;
	text-align: left;
} 
.twoColFixLtHdr #footer {
	font-size: 9px;
	background-color: #FFF;
	text-align: left;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-top: 18px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-style: none;
	margin-right: 200px;
	margin-left: 210px;
	color: #000;
} 
.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 */
	background-color: #FFF;
}
.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;
}.twoColFixLtHdr #container #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.logo_head {
	float: left;
	width: 345px;
}

#contactinfo {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;
._sidestuff {
	text-align: left;
	margin-top: 22px;
	margin-top: 22px;
	padding-top: 45px;
}
