html, body
{	height: 100%;
}

body
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #336633;
	margin: 0; padding: 0;
}

#content
{	position: absolute;
	margin: 0; padding: 10px;
	top: 0px; left: 180px;
	height: auto; min-height: 1200px;
	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: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: 2em;
}

#content .titlemedium
{
	color: #336633;
	font-size: 0.8em;
	font-weight: bold;
}

#content .titlesmall
{
	color: #336633;
	font-size: 0.6em;
	font-weight: bold;
}

#content .titlesmallthin
{
	color: #336633;
	font-size: 0.6em;
	font-weight: 200;
}

#content .strike
{
	text-decoration: line-through;
}

#content .underline
{
	text-decoration: underline;
}

.newsbox
{
	width: 80%;
	height: 250px;
	overflow: auto;
	background-color: White;
	padding: 0.6em;
	border: 1px solid Black;
	font-weight: normal;
	color: Black;
}
.newsbox p
{
	font-size: 0.8em;
}

.calendar td
{
	font-size: 0.6em;
}

#content .marquee
{
	color: White;
	background-color: #336633;
	font-weight: bold;
	border: 1px solid Black;
	width: 100%;
	height: 20px;
	font-family: "Courier New", Courier, mono;
}

#content .indent
{
	margin-left: 2em;
	color: #336633;
	font-size: 0.8em;
	font-weight: bold;
}

#content .boldred
{
	color: Red;
	font-weight: bolder;
}

#content div.nophoto
{
	width: 100px;
	height: 140px;
	background-color: #CCCCCC;
	vertical-align: middle;
	line-height: 140px;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	border: 1px solid Black;
}
