<style> {
}
body {
	background-color: #FFD780;
}
#header {
	clear: both;
	height:60px;
	width: 750px;
	margin: 0 auto 0 auto;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#nav, #footer {
	clear: both;
	height:25px;
	line-height: 25px;
	width: 750px;
	margin: 0 auto 0 auto;
	background-color: #025C64;
	color: White;
	font-family: sans-serif;
	font-size: 8pt;
	text-align: center;
}
#nav img {
	margin: 3px 2px 3px 2px;
}
#content {
	width: 765px;
	margin: 0 auto 0 auto;
}
#copyright {
	clear: both;
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: center;
	color: #000000;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}


ul {
	padding-top:0px;
	margin-top: 0px;
	padding-bottom:0px;
	margin-bottom: 0px;

}
.powertext {
	color: #025C64;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}
.powercelltext {
	color: #025C64;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 250%;
}
.minor-powertext {
	color: #025C64;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
}
.normaltext {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;	
}
.normalcelltext {
	color: #000000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	line-height: 250%;
}
.bigstyletext {
	color: white;
	font-size: 24pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: black;
	text-decoration: none;
}
a:hover {
	color:blue;
	text-decoration: underline;
}
a.nav:link, a.nav:visited {
	color: white;
	text-decoration: none;
}
a.nav:hover {
	color:#FFD780;
	text-decoration: underline;
}
</style>