a {
	font-family: arial;
	color: #232175;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: arial;
	color: #70c0e7;
	font-size: 9pt;
	text-decoration: underline;
}
.link {
	font-family: arial;
	color: #8E0A1C;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
.link:hover {
	font-family: arial;
	color: #CC0000;
	font-size: 10pt;
	text-decoration: none;
}
#content{
	width:980px; 
	margin:0 auto;
	border: 1px solid #333333;
	padding: 0px 10px 10px 10px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=10);
	box-shadow: 4px 6px 8px 1px rgba(0, 0, 0, 0.50);
	-moz-box-shadow: 4px 6px 8px 1px rgba(0, 0, 0, 0.50);
	-webkit-box-shadow: 4px 6px 8px 1px rgba(0, 0, 0, 0.50);
}
#menu{
	width:1003px; 
	margin:0 auto;
	height: 40px;
	background-color: #06347F;
}
#menubar {
	margin: 0 0 5px 0;
	padding: 8px 0 0 10px;
	list-style: none;
	
	}
#menubar li {
	margin: 0;
	padding: 0;
	display: inline;  
	}
#menubar a {
	height: 40px;
	margin: 0px 2px 3px 2px;
	padding: 10px 20px;
	text-decoration: none;
	font: bold .9em arial, sans-serif;
	color: #FFFFFF;
	line-height:1.5em;
}

#menubar a:hover {
	background-color:#8EC4ED;
	color: #000000;
}