@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	margin: 0px;
	background-position: right top;
	background-color: #004000;
}
#floater {
	position: fixed;
	z-index: -1000;
	left: 1px;
	top: 1px;
	float: right;
	visibility: hidden;
}
#floater h1 {
	font-size: 11px;
	color: #FFFFFF;
}
.logo {
	font-size: 16px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left top;
	height: 500px;
	width: 180px;
	padding-right: 0px;
	padding-left: 0px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: center;
}

.nav {
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;

	
}
.nav ul {
	font-family: Arial;
	font-size: 12px;
	display: block;
	list-style-type: none;
	text-align: center;
}
.nav ul li {
	display: inline;
	float: left;
	margin-bottom: 10px;
	width: 100px;
	list-style-type: none;
}
.nav ul li a {
	background: url(Images/button_red.jpg) no-repeat center top;
	height: 25px;
	width: 100px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.nav ul li a:hover {
	color: #000000;
	background: url(Images/button_red.jpg) no-repeat center bottom;
}
.nava {
	font-size: 13px;
	color: #FF0000;
	text-decoration: none;
}
.navahover {
	color: #FFFFFF;
	text-decoration: blink;
}


.content_top {
	font-size: small;
	color: #000000;
	background-position: center center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: no-repeat;
}
.textjust {
	text-align: justify;
	padding-right: 7px;
	padding-left: 3px;
}

.main_table {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 0px;
	top: 0px;
	background-repeat: repeat-y;
}
.content_bottom {
	font-size: 10px;
}
.content_left {
	font-size: 10px;
	text-align: center;
	margin-left: 0px;
	padding: 0px;
}
.footer_copyright {
	font-size: 11px;
	color: #FF0000;
	text-align: center;
}
.textbox {
	background-color: #004000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FF0000;
}
.small_white {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
