body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 1em;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:active, a:visited, a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #339900;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #253C20;
	border-right:1px solid #000;
}

#menutop
{
	width: 200px;
	height: 200px;
	border-bottom:1px solid #CCCCCC;
	background-color: #253C20;
	margin: 0px;
	padding: 0px;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}


#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: 2px;
	font-size: 150%;
	text-align: right;
}
#main h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 150%;
	text-align: left;
	font-style: normal;
	font-variant: normal;
	color: #253C20;
	text-decoration: none;
}
#menubottom {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	overflow: auto;
	background-color: #253C20;
	border-right:1px solid #000;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	text-decoration: none;
	background-position: bottom;
	text-align: center;
	vertical-align: bottom;
}
#main h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 100%;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	line-height: 140%;
	font-variant: normal;
	color: #000000;
	height: 0px;
	padding-top: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
