@charset "utf-8";
body
	{
	background-color:white;
	}
p
	{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
	text-align:justify;
	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:#009966;
	}
h4
	{
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#009966;
	}
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-color: #76BAAD;
	}
#content
	{
	background:#76BAAD;
	width:1000px;
	height:auto;
	}
#footer
	{
	width:1000px;
	}

ul, ol, dl { position: relative; }

/* remove the bullets, padding and margins from the lists */
.menu ul
		{
	list-style-type:none;
	padding:0px;
	margin:0;
	line-height: 15px;
	z-index: 0;
	position: relative;
	}
/* 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;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: inset;
	border-left-style: none;
	}

/* use the table to position the dropdown list */
.menu table
	{
	position:relative;
	border-collapse:collapse;
	z-index:100;
	left:0px;
	top:25px;
	width: auto;
	}
	
/* style all the links */
.menu a, .menu :visited
	{
	display:block;
	font-size:12px;
	width:200px;
	color:#FFFFFF;
	text-decoration:none;
	margin-right:0px;
	text-align:center;
	text-indent:0px;
	padding-left:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: baseline;
	z-index: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	line-height: 20px;
	overflow: hidden;
	background-image: none;
	background-color: #76BAAD;
	}
	
/* style the links hover */
.menu :hover
	{
	color:#FFCC00;
	background:#76BAAD;
	}
/* hide the sub level links */
.menu ul ul 
	{
	visibility:hidden;
	position:absolute;
	width:150px;
	height:0;
	}
	
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul
	{
	visibility:visible;
	position: absolute;
}
.whiteheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666600;
}
.boldgray {color: #666666; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; }
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}

