body {
	background: #003300;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;s
	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;
}
#container {
	width: 790px;
	background: #FFFFFF;
	margin: 0 auto;
	background-image: url(/images/shadow_bg.jpg);
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

* html #container {
    \width: 830px; /* for IE5 and IE6 in quirks mode */
    w\idth: 790px; /* for IE6 in standards mode */
  }

#header {
	position:relative;
	width:790px;
	height:252px;
	z-index:2;
	padding-bottom:15px;
}

#mainmenu {
	position:absolute;
	top:203px;
	height:34px;
	z-index:3;
	width: 500px;
	padding-left: 20px;
	display: inline;
	text-align: left;
}

#bodytext {
	margin-left: 280px;
	margin-right: 60px;
}




#maincontent {
	margin-left: 245px;
	margin-right: 25px;
}

#leftside {
	position: relative;
	margin-left: 40px;
	width: 175px;
	float: left;
	margin-right: 30px;
	display: inline;
}

#rightside {
	margin-left: 25px;
	margin-right: 15px;
	float: right;
	display: inline;	
}


#footercontent {
	position: relative;
	margin-left: 245px;
	margin-right: 25px;
	padding-top: 5px;
	clear: right;
	}
	
	

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 2em;
}

.text a {
	color: #006600;
	text-decoration: none;
}

.text a:hover{
	color: #389602;
	text-decoration: underline;
}

.text li {
   padding: 0em 0em 1em 0em;
   line-height: 1.25em;
}

.textnospace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1em;
}

.textnospace a {
	color: #006600;
	text-decoration: none;
}

.textnospace a:hover{
	color: #389602;
	text-decoration: underline;
}

.mainnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 1em;
	text-decoration: none;
}

.mainnav a {
	color: #666666;
	text-decoration: none;
}

.mainnav a:hover {
	color: #003300;
	text-decoration: none;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #003300;
	font-weight: bold;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 1.75em;
}

.footer a {
	color: #389602;
	text-decoration: none;
}

.footer a:hover{
	color: #003300;
	text-decoration: underline;
}

.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;
}
.menu_btn {
	margin-right: 19px;
	margin-left: 19px;
	margin-bottom: 24px;
}
