body {
	margin: 0px;
	background-color: #660099;
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 14px;
	color: #000099;
}
h1 {
	font-family: Georgia, Serif;
	font-size: 18px;
	font-style: italic;
	margin: 2em 0px 1.5em 0px;
}
h2 {
	font-family: Helvetica,Arial,Verdana,sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 1.5em 0px 1em 0px;
}
h1, h2 {
	clear: both;
}
#contenttop {
	margin-top: 0.5em;
}
li {
	margin-top: 12px;
	margin-bottom: 12px;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
#logotext {
	border-width: 0px;
	padding: 20px 0px 10px 148px;
}
#logograhic {
	border-width: 0px;
	position: absolute;
	left: 9px;
	top: 9px;
}

#footer {
	font-size: 12px;
	font-weight: bold;
	padding: 6px;
	text-align: center;
	margin-bottom: 9px;
	color: #E0E0E0;
}
#footer h1 {
	color: #fff;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	text-transform: uppercase;
	font-style: normal;
	font-size: 12px;
	margin: 24px 0px 12px 0px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
}
#footer a:hover {
	color: #FF0000;
}

/* Navigation styles based on http://www.13styles.com/css-menus/dolphin/ */

#dolphincontainer {
	position: relative;
	height: 48px;
	color: #E0E0E0;
	background: #593E74;
	width: 100%;
	font-family: Helvetica,Arial,Verdana,sans-serif;
}
#dolphinnav {
	position: relative;
	height: 33px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	background: #fff url(images/tenmoons_bg.gif) repeat-x bottom left;
	padding: 0px 0px 0px 20px;
}
#dolphinnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
	float: left;
	padding-left: 157px;
}
#dolphinnav ul li {
	display: block;
	float: left;
	margin: 0px 1px;
}
#dolphinnav ul li a {
	display: block;
	float: left;
	color: #EAF3F8;
	text-decoration: none;
	padding: 0px 0px 0px 16px;
	height: 33px;
}
#dolphinnav ul li a span {
	padding: 12px 16px 0px 0px;
	height: 21px;
	float: left;
}
#dolphinnav ul li a:hover {
	color: #fff;
	background: transparent url(images/tenmoons_bg-OVER.gif) repeat-x bottom left;
}
#dolphinnav ul li a:hover span {
	display: block;
	width: auto;
	cursor: pointer;
}
#dolphinnav ul li a.currentitem, #dolphinnav ul li a.currentitem:hover {
	color: #fff;
	background: #6668AB url(images/tenmoons_left-ON.gif) no-repeat top left;
	line-height: 275%;
}
#dolphinnav ul li a.currentitem span {
	display: block;
	padding: 0px 16px 0px 0px;
	width: auto;
	background: #6668AB url(images/tenmoons_right-ON.gif) no-repeat top right;
	height: 33px;
}
#maincontent {
	background-color: #f0ffff;
	margin: 36px 5% 0px 5%;
	padding: 18px;
}
.graphicleft {
	padding-right: 24px;
}
.graphicright {
	padding-left: 24px;
}
.graphicleft, .graphicright {
	padding-top: 9px;
	padding-bottom: 18px;
}
