body
{
	font-family: Verdana;
	font-size: 12px;
	background-color: #ffffff;
	text-align: center;
	margin: 0px;
}

#title 
{
	height: 100px;
	padding: 5px;
	background-color: #0808fc;
}

#left 
{
	background-color:#0800fc;
	width:160px;
	float:left;
}

#content 
{
	background-color:#ffffff;
	width:578px;
	float:right;
	padding:0px 10px;
}

h1
{
	font-size:18px;
	color:#ffffff;
	margin-bottom:0px;
}

h2
{
	font-size:16px;
	color:#000000;
}

h3
{
	font-size:14px;	
	color:#000000;
}



pre
{
	font-size:14px;
	color:#0000ff;
	padding:5px;
}

a:link, a:visited, a:active, a:hover
{
	text-decoration:underline;
	font-weight:normal;
	color:#ff0000;
	font-size:12px;
}

a:hover
{
	color:#009999;
}

.menu
{
	font-weight:bold;
	text-align:center;
	margin:2px;
	background-color:#cacae1;
}

a.menu
{
	display:block;
	padding:8px;
	text-align:center;
	border: solid 1px;
	margin: 0px;
}

a.menu:link, a.menu:visited
{
 	color:#000000;
 	background-color:#cacae1;
 	text-decoration:none;
	font-weight:bold;
}

a.menu:visited
{
//	 	color:#eeeeee;
}

a.menu:active, a.menu:hover
{
	color:#0800fc;
	font-weight:bold;
	background-color:#eeeeee;
}

.menucontainer 
{
	border:1px solid #000;
	background-color:#cacae1;
	margin:10px;
}

