/* CSS Document */

html,body {
	height: 100%;
}

body {
	font: 100.01%/1.1 normal;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

#header {

}



#main {
border: 1px solid #000000;
}

#trim1 {
border-bottom: 1px solid #000000;
border-top: 1px solid #000000;
background-color: #669933;
}

#trim2 {
border-top: 1px solid #000000;
text-align: center;
font-size: .7em;
color: #000000;
background-color: #eeeeee;
padding: 3px;
}



#trim3 {
border-top: 1px solid #000000;
text-align: right;
font-size: .65em;
color: #000000;
background-color: #eeeeee;
padding: 3px;
white-space: nowrap;
}

#trim3 a:link, #trim2 a:visited{
text-decoration: none;
}

#trim3 a:hover {
text-decoration: underline;
}

td#menu {
width: 150px;
border-right: 1px solid #000000;
height: 100%;
padding: 0;
background-color: #dddddd;
vertical-align: top;
}

td#menu ul {
	list-style: none;
	margin: 1em 5px 0 5px;
	width: 150px;
	padding: 30px 0 0 0;
}

td#menu ul a, td#menu ul span {
	display:block;
	width: 140px;
	height: 30px;
	min-height: 30px;
	line-height: 30px;
	padding: 0 5px 0 5px;
	margin: 5px 0;
	font-size: .8em;
	font-weight:bold;
	border: 1px solid #000000;
}

td#menu ul a {
	background: #669933;
	color: #ffffff;
	text-decoration: none;
}

td#menu ul a:hover {
	
	color: #fff;
	background-color: #666666;
}
td#menu ul span {
	background: #333333;
	color: #ffffff;
	border: 1px solid #000;
}

#maincontent {
text-align: left;
vertical-align: top;
padding: 5px;
color: #333333;
}

#maincontent li {
  padding-bottom: 5px;
}

h1 {
color: #336633;
font-size: 1.75em;
}