h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li, dl, dt, dd, form {
	margin: 0px;
	padding: 0px;
	border-style: none;
}
body {
	margin: 0px;
	padding: 0px;
	background: #6b8b40;
	font: 11px/15px Arial, Helvetica, sans-serif;
}

#header {
	background: #497a39 url(images/headerbg.jpg) no-repeat left top;
	margin: 0;
	height: 111px;
	overflow: hidden;
	}
	
#header a {
	display: block;
	width: 207px;
	height: 111px;
	background: url(images/header.gif) no-repeat left top;
	}

h1 {
	display: none;
	}

h2 {
	font: normal 20px/20px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #6b8b40;
	margin: 0 0 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
h3 {
	font: bold 14px/14px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #6b8b40;
	margin: 0 0 8px;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
h4 {
	font: bold 12px/18px "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 2px 0 5px;
	letter-spacing: .1em;
	}

#content a {
	color: #000;
	}

#content a:hover {
	color: #497a39;	}
	
p,
#content ul,
#content ol,
#sidebar ul,
#sidebar ol {
	font: normal 12px/20px "Times New Roman", Times, serif;
	margin: 0 0 15px;
	}
	
#content li,
#sidebar li {
	margin: 0 15px;
	list-style: square;
	}

#content li li,
#sidebar li li {
	list-style: circle;
	}
	
#content li ul,
#content li ol,
#sidebar li ul,
#sidebar li ol {
	margin: 0;
	}

p.note {
	font: normal 10px/15px Arial, Helvetica, sans-serif;
	}

div.mission {
	background: url(images/mission.gif) no-repeat left top;
	padding: 10px;
	}
	
.mission p {
	font: normal 10px/18px Arial, Helvetica, sans-serif;
	}	
	
#wrapper {
	background: #fff url(images/contentborder.gif) repeat-x left top;
	}
	
#wrapper2 {
	background: url(images/contentbg.gif) repeat-y left top;
	width: 780px;
	}
		
ul#nav {
	float: left;
	width: 154px;
	background: #cedb64 url(images/nav.gif) no-repeat left top;
	padding: 10px 0 0;
	}

ul#nav li {
	float: left;
	width: 154px;
	list-style: none;
	}
	
ul#nav li a {
	border-bottom: 1px solid #8ca224;
	margin: 0 10px 0 0;
	display: block;
	padding: 5px 0 5px 8px;
	color: #000;
	font: bold 10px/11px Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
ul#nav li a:hover {
	color: #497a39;
	text-decoration: underline;
	}

ul#nav li.n_links a {
	border: none;
	}
	
ul#nav li.n_seal {
	background: #eaefbc;
	border-top: 3px solid #fff;
	padding: 5px 0 10px;
	}

ul#nav li.n_seal p {
	font: bold 10px/10px Arial, Helvetica, sans-serif;
	margin: 0 0 5px 8px;
	}

ul#nav li.n_seal form {
	display: block;
	margin: 0 0 8px 8px;
	padding: 0;
	}
	
ul#nav li.n_seal form label {
	font: normal 10px/10px Arial, Helvetica, sans-serif;
	float: left;
	width: 50px;
	padding: 4px 0 0;
	}
	
ul#nav li.n_seal form input {
	font: normal 11px/11px Arial, Helvetica, sans-serif;
	float: left;
	width: 80px;
	margin: 0 0 3px;
	}

ul#nav li.n_seal form p {
	padding: 4px 0 0;
	margin: 0;
	clear: both;
	float: none;
	font-weight: normal;
	}
	
ul#nav li.n_seal form p input {
	float: none;
	width: auto;
	}
	
ul#nav li.n_seal img {
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	}
	
#content {
	background: #fff url(images/content.gif) no-repeat left top;
	float: left;
	border-top: 11px solid #698a3e;
	padding: 15px;
	width: 295px;
	}
	
#sidebar {
	float: left;
	border-top: 11px solid #698a3e;
	padding: 15px 0;
	width: 295px;
	}
	
#footer {
	clear: both;
	background: #6b8b40 url(images/navbg.gif) no-repeat left top;
	height: 50px;
	padding: 10px 0 0 169px;
	}
	
#footer p {
	font: 10px/10px Arial, Helvetica, sans-serif;
	color: #fff;
	}
	
#footer p a {
	color: #fff;
	}
	
div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}
	
p.caption {
	text-align: center;
	margin: 10px 0 15px;
	font: italic 10px/12px Arial, Helvetica, sans-serif;
	color: #666;
	}