html, body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336633;
	margin: 0; padding: 0;
}

#content
{	position: absolute;
	margin: 0px; padding: 10px;
	top: 0px; left: 180px;
	min-height: 1200px;
	height: auto; width: 800px;
	background-color: #f5f5f5;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

#content .menubar
{
	color: White;
	background-color: #336633;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid Black;
	width: 100%;
	height: 20px;
	text-align: center;
}

#content .tableheader
{
	color: White;
	background-color: #336633;
	font-weight: bold;
	font-size: 2em;
}

#content a
{
	text-decoration: underline;
	font-weight: 200;
}
#content a:link
{
	color: #336633;
}
#content a:visited
{
	color: #808000;
}
#content a:hover, #content a:active
{
	color: #BBBB00;
}
#content a:link .icon, #content a:visited .icon
{
	border: 1px solid #f5f5f5;
}
#content a:hover .icon, #content a:active .icon
{
	border: 1px solid #BBBB00;
}

#content .titlelarge
{
	color: #336633;
	font-size: 1.5em;
}

#content .titlemedium
{
	color: #336633;
	font-size: 0.8em;
	font-weight: bold;
}

#calendar td a:hover span
{	color: #BBBB00;
}
