html {
	background: #ffffff url(bg.gif) center;
}
body,td,th {
	font: 12px/1.6 Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin: 0;
}
a:link, a:visited, a:active {
	color: #7EAABC;
}
a:hover {
	color: #568497;
}
hr {
	margin: 5px 0px 5px 0px;
	color: #cccccc;
	border: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}
h1 {
	font-size: 18px;
	color: #2A8210;
	text-align: left;
	margin: 8px 2px 0px 2px;
}
h2 {
	font-size: 18px;
	color: #2A8210;
	border-bottom: 1px solid #2A8210;
	text-align: left;
	margin: 0px 0px 5px 0px;
}
h3 {
	font-size: 16px;
	color: #2A8210;
	text-align: left;
	margin: 8px 0px 0px 0px;
}
form {
	margin: 0;
}
.main {
	width: 775px;
	margin: auto;
	padding: 0;
}
.logo {
	clear: both;
	position: relative;
	left: 180px;
	width: 385px;
	height: 131px;
	border: 0px;
}

.search_box {
	height: 80px;
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 20px;
	float: right;
	clear: right;
	width: 160px;
}
.search_string {
	width: 80px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}
.menu {
	clear: both;
	float: left;
	width: 160px;
	font-weight: bold;
	margin: 15px 0px 0px 5px;
}
.menu ul, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
}
.menu ul ul {
	padding-left: 8px;
}
.menu a:link, .menu a:visited, .menu a:active {
	display: block;
	font-size: 15px;
	padding: 2px 2px 2px 10px;
	color: #2A8210;
	text-decoration: none;
}

.menu_selected {
	font-weight: bold;
	background-color: #ebebeb;
}
.menu a:hover {
	display: block;
	padding: 2px 2px 2px 10px;
	color: #2A8210;
}
.menu_main a:link, .menu_main a:visited, .menu_main a:active {
	
}
.menu_main a:hover {
	background-color: #C8DFC1;
}
p {
	margin-top: 0px;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #660033;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 5px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.content {
	margin: 10px 0px 0px 180px;
	width: 515px;
	text-align: justify;
	clear: right;
}
.footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	line-height: 18px;
}
