body {
	font: normal 1em/1.2em arial, verdana, sans-serif;
	color: #000000;
	background-color: #ccffff;
	margin-top: 2px;
	}
div.top {
	color: #FFFFFF;
	background-color: #00B085;
	padding: 1px
	
	}
div.nav {
	font-family: times, "times new roman", serif;
	padding-top: 10px;
	font-weight: bold;
	font-size: .9em;
	position: absolute;
	/* top: 158px; */
	top: 220px;
	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: #00B085;
	/* background-color: #ccffff;	 */
	}
p.top, p.top2 {
	line-height: 1.1em;
	text-align: Right;
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #00B085;
	font-family: 'comic sans ms', cursive	
	}
p.top {
	margin-left: 0%;
	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 {
        position:absolute;
        top: 5px;
        left: 10px;
	/* 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.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: #00B085;
	}
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: #FF0000;
	background-color: #00B085;	
	}
.normal {
	font-weight: normal;
	}
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; */
	background-color: #00B085;
	padding: 10px 15px;
	border: 4px outset #cccccc;
	text-align: center;	
	}
	/*
a:visited.leftnav {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #999999;
	background-color: #000099;
	padding: 10px 15px;
	border: 4px outset #cccccc;
	text-align: center;
	}
	*/
a:hover.leftnav {
	font-weight: bold;
	display: block;
	color: blue;
	background-color: #FFFF00;
	padding: 10px 15px;
	border: 4px outset white;
	text-align: center;
	}
a:active.leftnav {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: yellow;
	background-color: #999999;
	padding: 10px 15px;
	border: 4px inset yellow;
	text-align: center;
	}
a:link.text {
	color: blue;
	background-color: #ccffff;
	}
a:visited.text {
	color: purple;
	background-color: #ccffff;
	}
a:hover.text {
	color: red;
	background-color: #ccffff;
	}
a:active.text {
	color: #999999;
	background-color: yellow;
	}

div.noticebox {
	font-family: 'comic sans ms', cursive;
	padding-top: 10px;
	font-weight: bold;
	font-size: .9em;
	position: absolute;
	top: 158px;
	left: 7px;	
	height:220px;
	width: 200px;		
	}

a.notice1 {
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 200;
	color: white;
/*	background-color: #000099; */
	background-color: red;
	padding: 10px 15px;
	border: 4px outset #cccccc;
	text-align: center;
	}
