body {
	background-color: #165A13;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div#outer {
	width: 70%;
	background-color:#FFFFFF;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: thin solid #000000;
}
div#header {
	padding: 15px;
	margin: 0px;
	text-align: center;
	margin-bottom: 50px;
}
div#nav {
	width: 95%;
	margin-left: 2%;
	padding: 10px;
	margin-top: 20px;
	float: top;
	line-height: 150%;
	font-weight: bold;	
}
div#main {
	width: 95%;
	margin-left: 2%;
	margin-top: 1px;
	padding: 10px;
	line-height: 125%;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
}
div#footer {
	padding: 15px;
	margin: 0px;
	text-align: left;
}
a {
	text-decoration:    none;
}
a:link {
	color:              #333300;
}
a:visited{
	color:              #333300;
}
a.nav {
	text-decoration:    none;
}
a.nav:link {
	color:              #333300;
}
a.nav:visited{
	color:              #333300;
}
a.nav:hover{
	color: blue;
}
a.special {
	color:              #990000;
}
a.special:link {
	color:              #990000;
}
a.special:visited{
	color:              #990000;
}
a.special:hover{
	color: blue;
}
a.body {
	text-decoration:    none;
}
a.body:link {
	color:              #333300;
}
a.body:visited{
	color:              #333300;
}
a.body:hover{
	color: blue;
}
h2 {
	font-weight:        bold;
	font-style:         normal;
	font-size:		18px;
}
h3 {
	font-weight:        bold;
	font-style:         normal;
	font-size:		12px;
}
