html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336633;
	margin: 0; padding: 0;
}

#content
{	font-family: Arial, Helvetica, sans-serif;
	position:absolute;
	margin: 0px; padding: 10px;
	top: 0; left: 180px;
	min-height: 1200px;
	height: auto; width: 800px;
	background-color: White;
}

a:link, a:active, a:visited
{
	color: #333399;
}
a:hover
{
	color: Black;
}

.subnav
{
	font-size: 0.8em;
	font-weight: 600;
}	
.subnav a
{
	background-color: transparent;
	text-decoration: none;
}
.subnav a:link, .subnav a:active, .subnav a:visited
{
	color: Black;
}
.subnav a:hover
{
	color: #333399;
}
.redlink a:link, .redlink a:active, .redlink a:visited
{
	color: Red;
}
.redlink a:hover
{
	color: Green;
}

.titlesmallthin
{
	font-size: 0.6em;
	font-weight: 200;
}

.titlelarge
{
	font-size: 1.5em;
	font-weight: bold;
}

.titlemedium
{
	font-weight: bold;
}

.titleblue
{
	font-weight: bold;
	color: #333399;
}
