/* CSS Document */

html,body {
	margin: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	height: 100%;
	background-color:#214998;
}
#container {
	width:750px;
	background-color:#ddf2d4;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#containerbody {width:710px; margin-left:auto; margin-right:auto;}
#navigation {
	width:300px;
	position:absolute;
	left: 16px;
	top: 70px;
}
#navigation a:link {
	font-size: 14px;
	color: #214998;
	font-weight: bold;
	text-decoration:none;
}
#navigation a:visited {
	font-size: 14px;
	color: #6633FF;
	font-weight: bold;
	text-decoration:none;
}
#navigation a:hover {
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
.highlight {
	color:#214998;
	font-weight: bold;
}

