body {
	background-color: white;;
	color: #000000;
}

p {
	margin: 0;
	padding: 0;
}

.dropdown {
	display: block;
	float: left;
	width: 100px;
	z-index: 4;
}

.dropdown a {
	border-bottom: 1px solid white;
	display: block;
	float: left;
	padding: 3px;
	width: 140px;
	z-index: 4;
}

.dropdown a:link, .dropdown a:visited {
	background-color: #00FFFF;
	color: #031B71;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 140px;
}

.dropdown a:hover {
	background-color: #031B71;
	color: #FFFFFF;
}

.dropdown li {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
	width: 140px;
	z-index: 4;
}

.dropdown ul {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	z-index: 4;
}

.dropdownhid {
	display: block;
	float: left;
	width: 100px;
	z-index: 4;
	visibility: hidden;
}

.dropdownhid a {
	display: block;
	float: left;
	padding: 3px;
	width: 140px;
	z-index: 4;
	visibility: hidden;
}

.dropdownhid a:link, .dropdownhid a:visited {
	color: #031B71;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 140px;
	visibility: hidden;
}

.dropdownhid a:hover {
	color: #FFFFFF;
	visibility: hidden;
}

.dropdownhid li {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 15px;
	width: 140px;
	z-index: 4;
	visibility: hidden;
}

.dropdownhid ul {
	display: block;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	z-index: 4;
	visibility: hidden;
}

.inline {
	display: inline;
}

.inlineblock {
	display: inline;
	float: left;
	height: auto;
	width: 100px;
	z-index: 4;
	position: relative;
}

.inlineblock a {
	display: block;
	float: left;
	width: 100%;
}

.inlineblock a:link, .inline a:visited {
	background-color: #B0E0E6;
	color: #031B71;
	display: block;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.inlineblock a:hover {
	background-color: #031B71;
	color: #FFFFFF;
}

.inlineblock li {
	display: block;
	float: left;
	font-weight: bold;
	list-style-type: none;
	width: 100%;
}

.inlineblock ul {
	display: block;
	float: left;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	width: 100%;
}

.onbottom2 {
	clear: both;
	color: #FFFFFF;
	font-size: 50px;
	left: 0;
	position: relative;
	z-index: 3;
}

.ontop2 {
	clear: both;
	color: #FF0000;
	font-size: 80px;
	left: 5;
	position: relative;
	top: -50px;
	z-index: 4;
}

.rest {
	background-color: #336666;
	clear: both;
	color: #FFFFFF;
	float: left;
	margin-top: 0;
	padding-top: 0;
	position: relative;
	top: -76px;
	bottom: 76px;
	width: 100%;
	z-index: 3;
}

#navlist a {
	padding: 3px 10px;
}

#navlist a:link, #navlist a:visited {
	background-color: #003366;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	background-color: #336699;
	color: #FFFFFF;
	text-decoration: none;
}

#navlist li {
	display: inline;
	list-style-type: none;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

div.clearer {
	clear: left;
	height: 0;
	line-height: 0;
}

.hdr {
	border-bottom: 1px solid black;
	padding-top: 10px;
	padding-bottom: 10px;
}

h1 {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	text-align: center;
}

a:link, a:visited, a:active {
	color: Blue;
	background-color: White;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: White;
	background-color: Blue;
}