body {
	padding: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
/*	background: #fff url("/images/bg.jpg") repeat-x; */
	background: #051b03;
	font-size: 13px;
	margin: 0 auto auto auto;
	text-align: center;
	color: #fff;
	}

h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin: 15px 0 10px 0;
	width: 100%
	border-bottom: 1px solid #c0aade;
	}

h2 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #8aab6b;
	margin: 13px 0 5px 0;
	}

p {
	margin: 0 0 20px 0;
	}

a {
	color: #fff;
	}
	
a:hover {
	color: #fff;
	}
	
a.button {
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
	background: #8e67c5;
	text-decoration: none;
	}
	
a.button:hover {
	color: #6f42aa;
	background: #fff;
	}

ul {
	margin-bottom: 25px;
	}
	
img {
	margin: 0;
	padding: 0;
	border: none;
	}
	
div {
	padding: 0;
	margin: 0;
	}

form {
	padding: 0;
	margin: 0;
	}

div#container {
	background: #0e2e0b;
/*	border: 1px solid #19360b; */
	text-align: left;
	width: 800px;
	padding-top: 0;
	margin: 10px auto 10px auto;
	}

div#main {
	background: #0e2e0b;
	border: none;
	text-align: left;
	width: 800px;
	margin: auto;
	}
	
div#header {
	margin: 0 0 0 0;
	line-height: 0;
	background: #051b03;
	}

table.links tr td {
	text-align: center;
	padding: 0 20px 0 20px;
	}

table.links tr td a {
	color: #fff;
	text-decoration: none;
	}

div#contact {
	margin: 0 0 10px 0;
	line-height: 0;
	text-align: center;
	}
	
div.text {
	text-align: left;
	background: #dff6aa;
	border-left: 1px solid #5f9305;
	border-right: 1px solid #5f9305;
	text-align: left;
	padding: 5px 0 5px 15px;
	max-width: 182px;
	font-size: 14px;
	line-height: 20px;
	color: #5f9305;
	}
	
div.text a {
	color: #5f9305;
	}
	
div.footer {
	text-align: center;
	font-size: x-small;
	margin: 0 0 10px 0;
	}
	
table.body {
	margin: 0;
	padding: 0;
	clear: both;
	width: 800px;
	border-left: 1px solid #1c61b8;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
	
div#body {
	clear: both;
	}
	
table tr th {
	background: url("/images/special_bg.jpg") repeat-x #1c5eb2;
	color: #fff;
	padding: 3px;
	}

table tr td {
	vertical-align: top;
	}
	
table tr td.leftnav {
	background: #cfdef1;
	width: 184px;
	max-width: 184px;
	}

div#content {
	background: #0e2e0b;
	color: #fff;
	width: 800px;
	min-height: 300px;
	padding-bottom: 20px;
	}
	
div.content {
	padding: 0 10px 0 10px;
	}
	
hr {
	color: #db9a00;
	margin: 0 0 0 10px;
	padding: 0;
	}
	
span.heading {
	font-weight: bold;
	}

table.data tr td {
	padding: 0 0 5px 0;
	}
	
.bold {
	font-weight: bold;
	}
	
input.button {
	background: url("/images/special_bg.jpg") repeat-x #1c5eb2;
	border: 1px solid #1c5eb2;
	color: #fff;
	}
	
.help {
	color: #d00;
	}
	
input.textfield {
	width: 275px;
	}

div#vnav {
	width: 800px;
	height: 31px;
	color: #fff;
	font-size: 12px;
	background:#0e2e0b;
	border-top: 1px solid #0f4209;
	border-bottom: 1px solid #fff;
	}
	
div#vnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#vnav ul#nav li {
	float: left;
	position: relative;
	}
	
div#vnav ul#nav li a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	height: 13px;
	padding: 8px 10px 10px 10px;
	vertical-align: middle;
	display: block;
	background: #0e2e0b;
/*	border-right: 1px solid #fff; */
	}
	
div#vnav ul#nav li.selected a {
	background: #439b1a;
	color: #fff;
	}
	
div#vnav ul#nav li a:hover {
	background: #439b1a;
	color: #fff;
	}
	
div#vnav ul#nav li ul.subcat li a:hover {
	background: #0e2e0b;
	}
	
div#vnav ul#nav li ul.subcat {
	display: none;
	position: absolute;
	top: 31px;
	left: 0;
	background: #439b1a;
	clear: both;
	padding: 5px;
	border: 1px solid #fff;
	}
	
div#vnav ul#nav li ul.subcat li {
	float: none;	
	}
	
div#vnav ul#nav li ul.subcat li a {
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: #439b1a;
	color: #fff;
	height: 11px;
	float: none;
	display: block;
	white-space: nowrap;
	border: none;
	width: 160px;
	}
	
div#vnav ul#nav li ul.subsubcat {
	display: none;
	position: absolute;
	top: 0px;
	left: 170px;
	background: #0e2e0b;
	clear: both;
	z-index: 1000;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li {
	float: none;
	border: none;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li a {
	padding: 5px 5px 5px 5px;
	margin: 0;
	background: #0e2e0b;
	color: #fff;
	height: 11px;
	float: none;
	display: block;
	white-space: nowrap;
	border: none;
	}
	
div#vnav ul#nav li ul.subcat li ul.subsubcat li a:hover {
	background: #439b1a;
	}
	
div#vnav ul#nav li > ul {
	top: auto;
	left: auto;
	}
	
div#vnav ul#nav li:hover ul.subcat, div#vnav ul#nav li.over ul.subcat {
	display: block;
	}
	
div#vnav ul#nav li ul.subcat li:hover ul.subsubcat, div#vnav ul#nav li.over ul.subcat {
	display: block;
	}

input.go {
	background: url("/images/go.jpg");
	width: 23px;
	height: 19px;
	padding: 0;
	border: none;
	cursor: hand;
	vertical-align: middle; 
	margin-right: 40px;
	}
	
div#members {
	font-size: 11px;
	float: right;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 0;
	}

#footer {
	margin: 0 auto 10px auto;
	color: #8aab6b;
	font-size: 10px;
	text-align: center;
	padding-bottom: 7px;
	}

#footer a {
	color: #8aab6b;
	}

#footer p {
	margin: 0;
	padding: 3px;
	}
	
table tr td.submit {
	background: #d4dfeb;
	text-align: right;
	padding: 5px;
	}
	
table.data {
	border: 1px solid #ccc;
	}
	
table.data tr td {
	padding: 2px;
	border: 1px solid #ccc;
	}

div.newsletter h2, div.calendar h2 {
	width: 190px;
	background: url("/images/footer_bg.jpg") repeat-x #2b377f;
	padding: 3px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	border-bottom: 2px solid #f2cf01;
	}
	
div.newsletter ul, div.calendar ul {
	margin: 0;
	padding: 4px;
	list-style-type: none;
	}
	
div.newsletter ul li, div.calendar ul li {
	vertical-align: middle;
	}
	
div#mary {
	float: right;
	background: url("/images/footer_bg.jpg");
	margin: 20px 0 0 0;
	padding: 0;
	border: none;
	}
	
.print {
	float: right;
	margin-right: 20px;
	}

div#sitemap ul {
	margin-bottom: 5px;	
	}
	
div#sitemap ul li {
	margin-bottom: 5px;	
	}
	
div#sitemap ul#top li a {
	font-size: 15px;
	}
	
div#sitemap ul li ul.second li a {
	font-size: 13px;
	}
	
div#sitemap ul li ul li ul.third li a {
	font-size: 13px;
	}