body {
	marginheight=25px;
	marginwidth=0px;
	background-color:#FFFFFF;
}
.headerimage {
	background-color:#000099;
}
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px
}
.sectionheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

/* The CSS Code for the menu starts here */
#menu {
	margin:5px 0px 5px 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0;
	list-style-type: none;
	background-color: #000099;
	font-size: 16px;
	height: 40px;
	font-variant:small-caps
	
}
#menu li {
	float: left;
	margin: 0;
	
				
}
#menu li a {
	text-decoration: underline;
	display: block;
	padding: 0 10px;
	line-height: 40px;
	color: #666;
}
#menu li a:hover, #menu li.active a {
	background-color: #f5f5f5;
	color: #999;
}
#menu_wrapper ul {
	margin-left: 0px;
}
#menu_wrapper {
	padding: 0 0 0 0;
	background: url(images/grey.png) no-repeat right;
}
#menu_wrapper div {
	float: left;
	height: 44px;
	width: 12px;
	background: url(images/grey.png) no-repeat left;
}
			
/* Red Menu */
#menu_wrapper.red ul {
	background:#000099;
}
#menu_wrapper.red a {
	color: #fff;
}
#menu_wrapper.red li a:hover, #menu_wrapper.red li.active a {
	color:#FFFFFF;
	background: #000099;
	border-bottom: 0px solid #660000;
}
#menu_wrapper.red {background: url(images/red.png) no-repeat right;}
#menu_wrapper.red div {background: url(images/red.png) no-repeat left;}