body {
	background-color: #E5EDE5;
	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-left: 2%;
	text-align: center;
	margin-bottom: 70px;
}
div#nav {
	width: 95%;
	margin-left: 2%;
	padding: 10px;
	margin-top: 20px;
	float: top;
	line-height: 150%;
	font-weight: bold;
	/*background-color:#E5EDE5;	*/
	
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #228B22; */
}
div#main {
	width: 95%;
	margin-left: 2%;
	margin-top: 1px;
	padding: 10px;
	line-height: 125%;
/*
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #228B22;

	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #228B22; */
}
div#footer {
	width: 94%;

	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #228B22;

	padding: 15px;
	margin-left: 2%;
	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.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;
}
