html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background-color: #fff;
	color: #444;
	font-size: 94%;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: center;
}



a:hover {
	color: #CC0000;
	text-decoration: none;
}

h1 {
	font-size: 1.9em;
	font-family: Lucida Grande, Verdana;
	color: #006666;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
}

h2 {
	font-size: 1.1em;
	font-family: Lucida Grande, Verdana;
	color: #006666;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 7px;
}

h3 {
	font-size: 1.0em;
	font-family: Lucida Grande, Verdana;
	margin: 0;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 7px;
	padding-right: 7px;
}

h4 {
	font-size: 0.9em;
	font-family: Lucida Grande, Verdana;
	color: #8CA1AA;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 8px;
}

p  {
	margin-left: 7px;
	margin-right: 9px;
	margin-top: 11px;
	padding-bottom: 4px;
}

hr {
	clear: both;
	height: 1px;
	border-top: solid 1px #AACCD5;
}

img {
	border: none;
}

.footer {
	margin: 0;
	padding-bottom: 2px;
	font-size: 0.7em;
	font-weight: normal;
}

#cssmenu {
	width: 158px;
	font-family: Lucida Grande, Verdana;
	font-size: 10px;
	  }
		
#cssmenu a, #cssmenu a:link, #cssmenu a:link, #cssmenu a:active, #cssmenu a:visited {
	width: 158px;
	color: #006699;
	background-color: 97d1dc;
	border-color: #006699;
		
	border-top: 1px solid #006666;
	border-left: 1px solid #006666;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: left;
	padding: 2px;
	margin-left: 12px;
	margin-top:1px;
	display: block;
	text-decoration: none;
	text-align: left;
	
}
	
#cssmenu a:hover {
	width: 158px;
	color: 006666;
	background-color: #6eb0bd;
	border-color: 006666;
	border-top: 1px solid #609601;
	border-left: 1px solid #609601;
	border-right: 1px solid #006666;
	border-bottom: 1px solid #006666;
	text-align: left;
	padding: 2px;
	margin-left: 12px;
	margin-top:1px;
	display: block;
	text-decoration: none;
	text-align: left;
}
.menuhead {
    font-family: Lucida Grande, Verdana;
	font-size: 12px;
	width: 165px;
	color: #FFFFFF;
	background-color: #6fb6c4;
	border-color: 96cbd6;
	border-top: 1px solid #DFFFA5;
	border-left: 1px solid #DFFFA5;
	border-right: 1px solid #609601;
	border-bottom: 1px solid #609601;
	text-align: left;
	padding: 1px;
	margin-left: 7px;
	margin-top:7px;
	display: block;
	text-decoration: none;
	text-align: left;
	font-style: oblique;
	font-weight: bold;
	}