body
	{
	background-color:#ffffff;
	}
p
	{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:20px;
	text-align:left;
	color:#000000;
	}
h1
	{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666a8f;
	}
h2
	{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#666a8f;
	}
h3
	{
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#ff0000;
	}
h4
	{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#ff0000;
	}
h5
	{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
	text-align:left;
	color:#000000;
	}
h6
	{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
	text-align:left;
	color:#000000;
	}
#header
	{
	width:1000px;
	border-bottom:1px solid #ffffff;
	}
#menuheader
	{
	width:1000px;
	background:#293d6b;
	}
#content
	{
	background:#ffffff;
	width:1000px;
	height:100%;
	}
#footer
	{
	width:1000px;
	}
@charset "utf-8";
/* remove the bullets, padding and margins from the lists */
.menu ul
	{
	list-style-type:none;
	padding:0;
	margin:0;
	}
	
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li
	{
	float:left;
	position:relative;
	z-index:100;
	}

/* use the table to position the dropdown list */
.menu table
	{
	position:absolute;
	border-collapse:collapse;
	z-index:80;
	left:0px;
	top:25px;
	}
	
/* style all the links */
.menu a, .menu :visited
	{
	display:block;
	font-size:12px;
	width:100px;
	padding:0px 0;
	color:#293d6b;
	background:#bdcedc;
	text-decoration:none;
	margin-right:1px;
	text-align:left;
	text-indent:0px;
	padding-left:5px;
	}
	
/* style the links hover */
.menu :hover
	{
	color:#444;
	background:#aabed0;
	}
	
/* hide the sub level links */
.menu ul ul 
	{
	visibility:hidden;
	position:absolute;
	width:100px;
	height:0;
	}
	
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul
	{
	visibility:visible;
}