body {
	background-color: #8B9B8B;
	margin: 0px 10px 0px 0px;
	color: white;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
}
a{
	color: #244F24;
}
a:visited{
	text-decoration: none;
}
a:active {
	color: #93F793;
}
a.current {
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background-color: #8B9B8B;
	width: 253px;
	padding: 5px;
	border: 1px solid #454D45;
	border-right: none;
}
a.current:hover {
	background-color: #8B9B8B;
}
a.current:active {
	color: white;
	background-color: #8B9B8B;
}
a.nav {
	display: block;
	color: white;
	text-decoration: none;
	text-align: center;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	background-color: #697569;
	width: 253px;
	padding: 5px;
	border: 1px solid #454D45;
	border-right: none;
}
a.nav:hover {
	background-color: #505950;
}
a.nav:active {
	color: white;
	background-color: #505950;
}
td.navcell {
	background-color: #6E7B6E;
}
td.navborder {
	background: url('img/shadow.gif') repeat-y;
}
td.bodycell {
	padding: 6px;
}
div.blankborder {
	width: 100%;
	padding: 5px 0px;
	background-color: #8B9B8B;
}
div.content {
	max-width: 600px;
	min-width: 350px;
}
div.footer {
	max-width: 600px;
	min-width: 350px;
	font-size: 80%;
}
h1 {
	text-align: center;
	margin-top: 0px;
	font-size: 20pt;
	border-bottom: 2px solid #505950;
}
h2 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: 14pt;
}
.indent {
	text-indent: 3em;
}
#navcell {
	width:284px;
}