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: 100%;*/
	height: auto; min-height: 1200px;
	width: 800px;
	background-color: #f5f5f5;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}
/** html #content
{	height: 100%;
}*/

#content .menubar
{
	color: White;
	background-color: #333399;
	font-weight: bold;
	font-size: 0.8em;
	border: 1px solid Black;
	width: 100%;
	height: 20px;
	text-align: center;
}

#content .tableheader
{
	color: White;
	background-color: #333399;
	font-weight: bold;
	font-size: 2em;
}
#content a
{
	text-decoration: underline;
	font-weight: 200;
}
#content a:link, #content a:visited
{
	color: #333399;
}
#content a:hover, #content a:active
{
	color: Black;
}
#content a:link .icon, #content a:visited .icon
{
	border: 1px solid #f5f5f5;
}
#content a:hover .icon, #content a:active .icon
{
	border: 1px solid Black;
}

#content .titlelarge
{
	color: #333399;
	font-size: 1.5em;
}

#content .titlemedium
{
	color: #333399;
	font-size: 0.8em;
	font-weight: bold;
}

#calendar td a:hover span
{	color: #333399;
}

#content td.links a
{	display: block;
	width: 230px;
	border: 2px outset White;
	padding: 5px;
	background-color: #333399;
	color: White;
	font-weight: bold;
	text-decoration: none;
}
#content td.links a:hover
{	background-color: White;
	color: #333399;
}
#content td.links a:active
{	background-color: White;
	color: #333399;
	border: 2px inset White;
}
