@charset "UTF-8";
/* CSS Document */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #184e03 url('images/bg.jpg') repeat-x;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited {
	color: #256E09;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #69a924;
}

hr {
	border-top: none;
	border-bottom: 1px solid #184E03;
	height: 0px;
}

#top {
	width: 1024px;
	height: 20px;
	margin: auto;
	background: transparent url('images/white_top.png') no-repeat;
}

#wrap {
	width: 1014px;
	height: auto;
	margin: auto;
	padding: 5px;
	background: transparent url('images/white_mid.png') repeat-y;
}

#bot {
	width: 1024px;
	height: 20px;
	margin: auto;
	background: transparent url('images/white_bot.png') no-repeat;
}

#logo {
	position: relative;
	z-index: 4;
	float: left;
	margin-top: -27px;
	margin-left: 20px;
}

#header {
	float: left;
}

#head3 {
	float: right;
	width: 200px;
	margin-left: 30px;
}
#head2 {
	float: right;
	width: 360px;
	font-size: 14px;
	text-align: center;
	margin-left: 30px;
}

#bat {
	background: transparent url('images/bat.png') no-repeat;
	width: 1017px;
	height: 75px;
	margin-left: -28px;
	margin-top: -104px;
}

#nav {
	width: 643px;
	height: 77px;
	margin-bottom: 28px;
	float: right;
}

.title {
	font-family: Arial Black, Arial, Helvetica, san-serif;
	font-size: 26px;
	color: #256e09;
	margin-left: 36px;
}
.green {
	color: #256E09;
}
#main {
	margin-left: 36px;
	width: 600px;
	height: auto;
	float: left;
}

h3 {
	display: inline;
	margin: 0px;
	padding: 0px;
}

h5 {
	color: #ffffff;
	width: auto;
	background: #184E03;
	margin: 20px 0px 0px 0px;
	padding: 2px 6px;
}

ol {
	margin: 0px;
	padding-bottom: 18px;
}

p {
	margin-top: 0px;
}

#sub {
	margin-right: 80px;
	margin-top: 14px;
	width: 270px;
	height: auto;
	float: right;
}

#sub_top {
	width: 270px;
	height: 12px;
	background: url('images/green_top.png') no-repeat;
}

#sub_cont {
	width: 242px;
	padding-left: 14px;
	padding-right: 14px;
	height: auto;
	background: url('images/green_mid.png') repeat-y;
}

#sub_bot {
	width: 270px;
	height: 12px;
	background: url('images/green_bot.png') no-repeat;
}

#footer {
	width: 910px;
	color: #FFFFFF;
	margin: auto;
	margin-top: 6px;
	padding-bottom: 20px;
}

#footer a:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#sponsor {
	margin-top: -20px;
}
