html, body, ul, ol, li, p, h1, h2, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#000;
	background-color: #000000;
}
li {
	font-size: 80%;
	margin-left: 20px;
}
ul {
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 15px;
}


#wrapper {
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
}
#header {
	background-image: url(images/topheader.jpg);
	background-repeat: no-repeat;
	height: 200px;
}
.navfloat {
	float: left;
	margin-top: 175px;
	margin-left: 200px;
}
#content {
	background-color: #FFFFFF;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	clear: left;
}
#title {
	height: 45px;
}
#title h1 {
	font-size: 100%;
	text-transform: uppercase;
	height: 25px;
	width: 300px;
	position: relative;
	left: 20px;
	top: 10px;
	background-image: url(images/title_bg300.gif);
	background-repeat: no-repeat;
	text-align: center;
	line-height: 24px;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#footer {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: ridge;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #346234;
	border-right-color: #346234;
	border-bottom-color: #346234;
	border-left-color: #346234;
	background-color: #FFFFFF;
	text-align: center;
}


#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #999999;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #666666;
	border-right-color: #999999;
	text-align: center;
	text-transform: uppercase;
	line-height: 10px;
	vertical-align: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}





h1, h2 {
font-family:Arial, Helvetica, sans-serif;
color:#000
}
h1 {
font-size:110%;
}
h2 {
font-size:90%;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}
.leftfloat {
	float: left;
	margin-bottom: 5px;
	margin-left: 20px;
}
.rightfloat {
	float: right;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
}
#content p {
	text-align: justify;
}

#headertext {
	height: 150px;
}
#headertext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #999999;
	text-align: center;
	margin-left: 225px;
	margin-right: 270px;
}
#headertext h1 {
	font-family:"Lucida Handwriting";
	font-size:100%;
	color:#000;
	text-align: center;
	margin-left: 225px;
	margin-right: 270px;
}
#headertext a {
font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	}
#nav {
	margin-left: 200px;
}
#rightcol {
	float: right;
	width: 380px;
}
#rightcol p {
	text-align: center;
}
.centertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
}
.leftfloat2 {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
}
.linkblock {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	text-align: left;
	line-height: 30px;
	font-weight: bold;
}
#header ul{
	font: bold 110% arial;
	padding-left: 0;
	margin-left: 200px;
	height: 20px;
	margin-top: 15px;
}

#header ul li{
list-style: none;
display: inline;
}

#header ul li a{
padding: 2px;
text-decoration: none;
float: left;
color: black;
background-color: #9BED9B;
border: 2px solid #9BED9B;
}

#header ul li a:hover{
background-color: #699969;
border-style: outset;
}

html>body #header ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
