@charset "utf-8";
body  {
	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: #333333;
	background-color: #FFFFFF;
	font-family: "arial", Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.5em;
	word-spacing: 0em;
	letter-spacing: 0em;
}
.twoColFixLt #container {
	width: 1015px;
	margin: 10px auto;
	text-align: left;
	background-color: #F9E992;
	border-top-style: solid;
	border-top-width: 13px;
	border-top-color: #80933A;
}

.twoColFixLt #mainContent {
	width: 570px;
	float: right;
	padding-right: 25px;
} 
#main_menu {
	padding-top: 50px;



}

#topbar {



}
#top_menu {
	font-size: 90%;
	padding-right: 10px;
	padding-top: 3px;
                font-family: lucida sans unicode, Helvetica, sans-serif;
}
#footer {
	padding-top: 10px;
	width: 1015px;
	margin: 0 auto;
}
#footer_left {
	width: 590px;
	padding: 0 0 0 0px;
	font-size: 100%;
	text-align: left;
	line-height: 1.5em;
	color: #666666;
	float: left;
}
#footer_right {
	width: 350px;
	float: right;
	text-align: right;
	padding-right: 0px;
}





.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;
}




