body {
	color: Black;
	background-color: White;
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
	font-size: 82%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 252px;
	clear: both;
}

#headerleft {
	position: absolute;
	top: 30px;
	left: 1em;
	font-family: Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 200%;
	font-weight: bold;
	color: #238D69;
	padding-top: 2ex;
	z-index: 3;
}

#headertitle {
	position: absolute;
	top: 30px;
	right: 1em;
	font-family: "Comic Sans MS", Arial, Verdana, Tahoma, Helvetica, Sans-Serif;
	font-size: 380%;
	font-weight: bold;
	color: #88F0C6;
/*	color: #7ED6BB;*/
	z-index: 5;
}

#headerimg {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 1;
}

#headerline {
	position: absolute;
	right: 0px;
	top: 30px;
	width: 52em;
	height: 1ex;
	margin-top: 9em;
	font-size: 65%;
	background-color: White;
	z-index: 2;
}

#headernav {
	position: absolute;
	right: 3.5em;
	top: 30px;
	height: 2em;
	margin-top: 7em;
	z-index: 4;
}

#navigation {
	position: absolute;
	left: 1.4em;
	top: 200px;
	width: 12em;
	padding: 0px 0px 1em 0px;
	line-height: 160%;
	z-index: 6;
}

.navigation {
	font-size: 110%;
	font-weight: bold;
	color: #00008B;
}

.navigation a:link, .navigation a:visited {
	text-decoration: none;
	color: #00008B;
}

.navigation a:active, .navigation a:focus, .navigation a:hover {
	text-decoration: underline;
	color: Red;
}

.thisPage {
	color: Black;
}

.navsub {
	font-size: 90%;
}

.hidden {
	visibility: hidden;
}

#footermintop {
	float: right;
	height: 44em;
	visibility: hidden;
}

#footer {
	clear: both;
	padding: 1ex 1em 1ex 1.4em;
	color: Gray;
}

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color: Gray;
}

#footer a:active, #footer a:focus, #footer a:hover {
	text-decoration: none;
	color: Gray;
}

#bodytext {
	padding: 252px 1em 1em 16em;
}

#title {
	position: absolute;
	z-index: 7;
	left: 0px;
	top: 200px;
	width: 100%;
}

#title h1 {
	margin: 0px 1em 0px 10em;
}

h1, h2, h3 {
	text-align: center;
	padding-right: 2em;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 120%;
}

h3 {
	font-size: 100%;
}

#bodytext a:link, #bodytext a:visited {
	text-decoration: underline;
	color: #00008B;
}

#bodytext a:active, #bodytext a:focus, #bodytext a:hover {
	text-decoration: underline;
	color: Red;
}


#bodytext b {
	font-weight: normal;
}

#bodytext i {
	font-style: normal;
}

#bodytext u {
	text-decoration: none;
}

li {
	margin-bottom: 0.5ex;
}

table {
	font-size: 90%;
}

td {
	text-align: left;
	vertical-align: top;
	padding: 0.4ex 1.5ex 0.4ex 0ex;
}

.w20 {width : 20ex;}
.w30 {width : 30ex;}
.w50 {width : 50ex;}
.h10 {height : 10ex;}
.h20 {height : 20ex;}