@charset "utf-8";
/* CSS Document */
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 17px;
	letter-spacing: 1px;
}
.wrapper {
	border: none;
	margin-right: auto;
	margin-left: auto;
	height: 600px;
	width: 800px;
	display: block;
}
.header {
	background-image: url(images/header.jpg);
	height: 267px;
	width: 800px;
	background-repeat: no-repeat;
}
.footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: italic;
	height: 20px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
}
img {
	border: 4px solid #FFFFFF;
}
.menu {
	padding: 0px;
	text-align: center;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.menu ul {
	align: center;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.menu li {
	display: inline;
}
.menu li a {
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 10px;
	height: 20px;
	width: 300px;
	font-size: 13px;
}
.menu li a:hover, .menu li a:active, #menuactive {
	color: #5B7000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B7000;
	padding-bottom: 2px;
	text-decoration: overline;
}
.left_body {
	padding-left: 40px;
	width: 410px;
	float: left;
}
.right_body {
	padding-right: 50px;
	width: 250px;
	float: right;
}
.full_body {
	padding-left: 40px;
	width: 710px;
	float: left;
}
h1 {
	font-size: 16px;
	display: block;
	letter-spacing: 3px;
	font-weight: normal;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
li {
	letter-spacing: normal;
}
.form_fields {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5B7000;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	background-color: #202020;
	border:none;
	overflow: auto;
}

