body {
	font: normal 1em/1.2em arial, verdana, sans-serif;
	color: #000000;
	background-color: #ccffff;
	margin-top: 2px;
	}
div.top {
	color: white;
	background-color: #000099;
	padding: 1px;
	
	}
div.nav {
	font-family: times, "times new roman", serif;
	padding-top: 10px;
	font-weight: bold;
	font-size: .9em;
	position: absolute;
	top: 158px;
	left: 7px;	
	
	width: 200px;		
	}
div.main {	
	text-align: left;	
	vertical-align: top;
	position: absolute;
	top: 158px;
	left: 30%;
	margin-bottom: 0px;
	margin-right: 8%;
	padding: 10px 5px 0 5px;
	z-index: 1;
	}
div.bottom1 {
	margin-left: 30%;
	
	}
h1 {
	text-align: center;
	font-size: 1.75em;
	line-height: 1.1em;
	font-weight: bold;
	color: #000099;
	background-color: #ccffff;	
	}
p.top, p.top2 {
	line-height: 1.1em;
	text-align: left;
	font-size: 3em;
	font-weight: bold;
	color: white;
	background-color: #000099;
	font-family: 'comic sans ms', cursive;	
	}
p.top {
	margin-left: 28%;
	margin-top: 5px;
	margin-bottom: 15px;
	}
p.top2 {
	margin-left: 33%;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	}
h2 {
	text-align: left;
	line-height: 1.25em;
	font-size: 1.35em;
	font-weight: bold;
	}
h2.blue {
	color: #000099;
	background-color: #ccffff;
	}
h3 {
	color: #000099;
	background-color: #ccffff;
	text-align: left;
	font-size: 1.1em;	
	}
h3.left {
	color: #000099;
	background-color: #ccffff;
	text-align: left;
	font-size: 1.2em;	
	}
img.header {
	float: left;
	border-top: 12px solid #000099;	
	border-left: 12px solid #000099;
	}
div.headerright {
	position: absolute;
	top: 5px;
	left: 80%;
	right: 4%;
	}
p {
	color: #000000;
	background-color: #ccffff;
	}

p.bold {
	font-size: .7em;
	font-weight: bold;
	text-align: center;
	}
p.bold2 {
	font-weight: bold;
	text-align: center;
	}
p.boldleft {
	font-weight: bold;
	text-align: left;
	}
p.large {
	font-size: 1.25em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	font-style: italic;
	text-align: center;
	line-height: 1.4em;
	margin-top: 6px;
	color: #ffffff;
	background-color: #000099;
	}
p.large2 {
	font-size: 1em;
	font-weight: bold;
	font-family: arial, verdana, sans-serif;
	text-align: left;
	line-height: 1.4em;
	margin-top: 12px;
	}
p.note {
	color: #ff0000;
	background-color: #ecd8d8;
	font-weight: bold;
	border: 5px double;
	padding: 5px;
	}
span {
	font-weight: bold;
	}
em.header {
	font-size: 1.3em;
	color: red;
	background-color: #000099;	
	}
.normal {
	font-weight: normal;
	}
img.text {
	padding: 5px;
	}
legend {
	color: #000088; /* dark blue font and border with tan background */
	background-color: #A7CCFF;
	border: 4px groove #000088;
	font-weight: bold;
	}
fieldset {
	border: 4px groove #000088; /* dark blue border */
	margin-bottom: 5px;	
	padding: 5px;
	}
input, textarea, option, select {
	color: #000088;
	background-color: #FAFCFE;
	}

ul li {
	font-weight: normal;
	}
li.map {
	list-style: none;
	}
a.leftnav {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: white;
	background-color: #000099;
	padding: 10px 15px;
	border: 4px outset #cccccc;
	text-align: center;	
	}
a.leftnav:visited {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #999999;
	background-color: #000099;
	padding: 10px 15px;
	border: 4px outset #cccccc;
	text-align: center;
	}
a.leftnav:hover {
	font-weight: bold;
	display: block;
	color: white;
	background-color: blue;
	padding: 10px 15px;
	border: 4px outset white;
	text-align: center;
	}
a.leftnav:active {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: yellow;
	background-color: #999999;
	padding: 10px 15px;
	border: 4px inset yellow;
	text-align: center;
	}
a.text:link {
	color: blue;
	background-color: #ccffff;
	}
a.text:visited {
	color: purple;
	background-color: #ccffff;
	}
a.text:hover {
	color: red;
	background-color: #ccffff;
	}
a.text:active {
	color: #999999;
	background-color: yellow;
	} 