body {
	background-image: url(images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: -45px top;
	margin: 0px;
	padding: 0px;
}
.maintext {
	margin: 0px;
	padding: 10px 20px 5px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.greenbox {
	margin: 10px;
	padding: 0px 10px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color:#e0efb9;
	border-top: 1px solid #C8E281;
	border-right: 3px solid #C8E281;
	border-bottom: 1px solid #C8E281;
	border-left: 3px solid #C8E281;
}
.maintext a:link, .maintext a:visited, .maintext a:active {
	text-decoration:underline;
	color: #7C9D26;
}
.maintext a:hover {
	text-decoration:none;
}
h1 {
	color: #7C9D26;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 20px;
	padding-top: 10px;
}
h2 {
	color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin: 0px 20px;
	font-size: 15px;
	border-top: 1px #999999;
	border-right: 1px #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px #999999;
	padding-top: 10px;
	padding-bottom: 5px;
}
.sidemenu {
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 28px;
	width: 150px;
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 28px;
	text-align: left;
	text-indent: 35px;
}
.sidemenu a:link, .sidemenu a:visited, .sidemenu a:active {
	text-decoration:none;
	font-size: 11px;
	color: #666666;
}
.sidemenu a:hover {
	text-decoration:underline;
	background-color:#e0efb9;
}
.blacknav_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-right: 4px;
	padding-left: 4px;
	text-align: center;
}
.blacknav_text a:link, .blacknav_text a:visited, .blacknav_text a:active {
	text-decoration:none;
	font-size: 11px;
	color: #CCCCCC;

}
.blacknav_text a:hover {
	text-decoration:underline;
	background-color:#999999;
}
.whitenav_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-right: 2px;
	padding-left: 2px;
	text-align: center;
}
.whitenav_text a:link, .whitenav_text a:visited, .whitenav_text a:active {
	text-decoration:none;
	font-size: 11px;
	color: #666666;
}
.whitenav_text a:hover {
	text-decoration:underline;
	background-color:#e0efb9;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-right: 2px;
	padding-left: 2px;
	line-height:15px;
	padding-top:4px;
}
.footertext  a:link, .footertext  a:visited, .footertext  a:active {
	text-decoration:underline;
	font-size: 11px;
	color: #F0FFC4;

}
.footertext a:hover {
	color: #F0FFC4;
}
li {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 12px;
	color: #7C9D26;
}
ul {
	margin: 0px 0px 5px 50px;
	padding: 0px;
	font-weight: bold;
}
.input {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	color: #7C9D26;
	width:220px;
	border:1px solid #7C9D26;
	
}
.inputbut {
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 11px;
	font-weight:bold;
	color: #7C9D26;
	border:2px solid #7C9D26;

	background-image:
; 	background-color: #FFFFFF;
}
#container {
	width: 760px;
	position: relative;
}
#logo {
	position: absolute;
	left: 45px;
	top: 15px;
}