body {
	font: normal small Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:center;
	color:#303030;
	background:#e8eaec;
}

* {
	margin:0;
	padding:0;}

a{
color:#467aa7;
font-weight:bold;
}

p {
	padding:5px
}

#container {
	width:760px;
	margin:20px auto;
	padding:1px;
	text-align:left;
	background:#ffffff;
	color:#303030;
	border:2px solid #a0a0a0;
}

#header {
	height:110px;
	width:758px;
	background:#467aa7;
	color:#ffffff;
}

#header h2{
font-size:13px;
color:#ffffff;
font-weight:normal;
}

#navigation{
height:30px;
line-height:30px;
width:758px;
margin:1px;
background:#578bb8;
color:#ffffff;
}

#navigation li{
float:left;
list-style-type:none;
border-right:1px solid #ffffff;
}

#navigation li a{
display:block;
padding:0 10px;
font-size:10px;
font-weight:normal;
text-transform:uppercase;
text-decoration:none;
color: #ffffff;
}


#navigation .selected, #navigation a:hover {
	background:#80b0da;
	color:#ffffff;
	text-decoration:none;
}

#content {
	float:left;
	width:500px;
	font-size:12px;
	padding:15px;
}

#subcontent {
	float:right;
	width:200px;
	padding:10px;
	line-height:15px;
}

.splitcontentleft {
float:left;
width:48%;
}

.splitcontentright {
	float:right;
	width:48%;
}

.box {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#fafbfc;
	line-height:120%;
}

.boxstaff {
	margin:0 0 20px 0;
	padding:10px;
	border:1px solid #CCCCCC;
	background-color:#fafbfc;
	line-height:120%;
	text-align:center
}

.menublock {
	margin:20px;
	font-size:13px;
}

.menublock li {
	list-style:none;
	display:block;
	padding:2px; 
	margin-bottom:2px;
}

.menublock li a {
	font-weight:bold;
	text-decoration:none; 
}

#footer{
clear:both;
width:758px;
padding:5px 0;
margin:1px;
font-size:12px;
color:#f0f0f0;
background:#467aa7;
}

#footer p {
	padding:0;
	margin:0; 
	text-align:center;
}

#footer a {
	color:#f0f0f0; 
	font-weight:bold;
}

#footer a:hover {
	color:#ffffff;
	text-decoration: underline;
}


