body {
	background: #e2e0d4;
	font-family: Arial;
	color: black;
	font-size: 10pt;
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}
	
/* Top Nav Menu Bar begins */
#toolbar {
	background: url(../images/navbarbg_red.png) repeat-x;
	background-position: 0px -2px;
	height: 25px;
}

#nav ul {
	padding: 0;
	margin: 0;
	margin-left: 11px;
}

#nav li {
	margin: 0;
	padding: 0;
	float: left;
	display: block;
}

#nav li a {
	display: block;
	color: white;
	font-weight: bold;
	font-size: 12px;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0px 15px;
	text-decoration: none;
}

#nav a:hover {
	color: white!important;
	font-weight: bolder;
	height: 25px;
	/*padding-top: 0px;*/
	background:  url(../images/navbar-hover-bg2.png) repeat-x;
	/*opacity:0.5;
	filter:alpha(opacity=50);*/
	text-decoration: none;	
}

.submenu, .submenu a { /*Right side menu above top navbar */
	color: blue;
	font-weight: bold;
	font-size: 8pt;
	text-align: right;
	padding: 3px 0px 3px 0px;
}

.submenu a:hover {
	color: #990000;
	text-decoration: underline;
}


#content_menu_body {
	background: #e2e0d4;
	color: black;
	border: solid 2px #003366;
}

