html, body {
	margin: 0px 0px 0px 25px;
	padding: 0;
	width:700px;
	height: 100%;
	background: #FFFFFF;
	border:#999966;
	font: normal 11px/17px "Verdana", sans-serif;
}

a:link {
	color: #003300;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	background-color: #659A84;
	text-decoration: none;
}
a:active {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033CC;
}

div.navigation {
	position:absolute;
	width:250px;
	background-color:#FFFFFF;
	border:;
	border-color:#999966;
	color:#000000;
	top:250px;
	font-size:12px;
	font-weight:bold;
	margin: 0px 5px 5px 2px;
	padding: 0 0 0 0px;
	height:600px;/* background:#666666; */
}
div.title {
font: bold 14px/16px "Aerdana", san-serif;
text-align:left;
margin-top:6px;
margin-bottom:10px;
}
div.content {
	position: absolute;
	top:270px;
	width:670px;
	left:310px;
	margin: 5px 5px 5px 5px;
	/* background:#006600; */
	min-height:400px;	/*height: 676px;*/
}

