body
{
	font-family:Arial;
	font-size:12px;
	background-color:#003300;
	text-align:center;
	margin:0px;
}
h1
{
	font-size:18px;
	color:#000000;
	margin-bottom:0px;
}
h2 
{
	font-size:16px;
	color:#000000;
}
h3 
{
	font-size:14px;
	color:#000000;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration:underline;
	font-weight:normal;
	color:#000000;
}
a:active, a:hover
{
	color:#000000;
}
a.menu 
{
	display:block;
	padding:3px;
	border-top:1px solid #000;
	background-color:#737994;
	text-align:center;
	color:#eeeeee;
	text-decoration:none;
}
a.menu:link, a.menu:visited
{
	color:#eeeeee;
	background-color:#737994;
	text-decoration:none; 
	font-weight:bold;
}
a.menu:active, a.menu:hover
{
	color:#737994; 
	font-weight:bold;
	background-color:#eeeeee;
}

#title 
{
	height:80px;
	padding:5px;
	background-color:#00CC00;
	border-bottom:1px solid #000;
}
#left 
{
	background-color:#bdbec6;
	width:128px;
	float:left;
}
.menutitle
{
	font-weight:bold;
	text-align:center;
	margin:2px;
}
.menucontainer 
{
	border:1px solid #000;
	background-color:#7b7d8e;
	width:106px;
	margin:10px;
}
#content 
{
	border:1px solid #F2F2E5;
	background-color:#F2F2E5;
	width:610px;
	height: 450px;
	overflow: auto;
	float:right;
	padding:0px 10px;
}