body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
	background-color:#ffffff;
}

.headerbar{
	position:absolute;
	top:100px; left:0%;
	width:100%;
	background-color:#4F94CD;
	height:20px;
	font-weight:bold;
	text-align:center;
	color:#000000;}

.navheader{
	font-weight:bold;
	color:#ffffff;
	background-color:#0055BB;
	border-style:solid;
	border-width:thin;
	border-color:#0055BB;
	position:absolute;
	top:130px; left:1%;
	height:20px;
	width:180px;
}

.navbody{
	color:#000000;
	background-color:#eeeeee;
	border-style:solid;
	border-width:thin;
	border-color:#0055BB;
	position:absolute;
	top:150px; left:1%;
	width:180px;
}

.navheaderright{
	font-weight:bold;
	color:#ffffff;
	background-color:#0055BB;
	border-style:solid;
	border-width:thin;
	border-color:#0055BB;
	position:absolute;
	top:130px;right:1%;
	height:40px;
	width:180px;
}

.navbodyright{
	color:#000000;
	background-color:#eeeeee;
	border-style:solid;
	border-width:thin;
	border-color:#0055BB;
	position:absolute;
	top:170px; right:1%;
	width:180px;
}

.newsheaderright{
	font-weight:bold;
	text-align:center;
	color:#ffffff;
	background-color:#086936;
	border-style:solid;
	border-width:thin;
	border-color:#086936;
	position:absolute;
	top:360px;right:1%;
	height:20px;
	width:180px;
}

.newsbodyright{
	color:#000000;
	background-color:#eeeeee;
	border-style:solid;
	border-width:thin;
	border-color:#086936;
	position:absolute;
	top:380px; right:1%;
	width:180px;
}

.content{
	margin-top:30px;
	margin-left:200px;
	margin-right:200px;}

.selectedmenuoption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16pt;
	text-indent:5px;
	color:#0055BB;
	vertical-align:top;
}

.notselectedmenuoption{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12pt;
	text-indent:5px;
	color:#ffffff;
	vertical-align:top;
}

.boldtext{font-weight:bold;}

.blueboldtext{
	font-weight:bold;
	color:#0055BB;
}

.redboldtext{
	font-weight:bold;
	color:#FF0000;
}

.rollover a { display:block; width:180px; background-color:#EEEEEE}
.rollover a:hover { background-color: #EEFFFF}
.rollover img {border: 0;}

.largecontent{font-size:14pt}