/* CSS Document */
body {
	background: #003366;
}
#pagecontainer {
	position:absolute;
	left: -485px;
	top: 0px;
	width: 100%;
}
#elementcontainer {
	position:relative;
	left: 50%;
	top: 0px;
	width: 970px;
	height: 576px;
}
#siteheader {
	position:absolute;
	left: 10px;
	top: 10px;
	width: 950px;
	height: 150px;
}
#mainmenu {
	position:absolute;
	left: 10px;
	top: 170px;
	width: 180px;
	height: 396px;
	background-color: #0F5D9F;
}
#mainmenu .menuitem {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	width: 100%;
	height: 24px;
	float: left;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #168EF4;
	border-bottom-color: #003366;
	background-color: #0F5D9F;
}
#mainmenu .menuitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 12px;
	width: 100%;
	height: 24px;
	float: left;
	padding-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #168EF4;
	border-bottom-color: #003366;
	background-color: #095296;
}
#topmenuspacer {
	width: 180px;
	height: 0px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#bottommenuspacer {
	width: 180px;
	height: 1px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #168EF4;
}
#maincontent {
	position:absolute;
	left: 200px;
	top: 170px;
	width: 520px;
	display: block;
	background-color: #FFFFFF;
	padding-right: 12px;
	padding-left: 12px;
}
#mainwidgets {
	position:absolute;
	left: 754px;
	top: 170px;
	width: 206px;
	height: 396px;
}
.widgettitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #0F5D9F;
}
.widget {
	position: relative;
	float:left;
	width: 100%;
	margin-bottom: 10px;
	display: block;
}
