body {
	color: #000000;
	background: #DDF5FF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

p {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
li {  list-style-type: disc; list-style-image: url(Images/Bullet3.gif)}
ul {  list-style-image: url(Images/Bullet3.gif)}
#special {
	border: 3px inset #CCCCCC;
	margin: 15px;
	width: 50%;
}
#navcontainer {
text-align: center;
}

#navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a {
	padding: 3px;
	margin-right: 3px;
	font-size: 1.2em;
	font-weight: bold;
}

#navlist a:link, #navlist a:visited
{
	color: #FFFF00;
	text-decoration: none;
	background: #008200;
	border: 3px groove #185518;
}

#navlist a:hover
{
	color: #fff;
	text-decoration: none;
	background: #99CC00;
}


a {
	color: #339966;;
	font-weight: bold;
	font-size: 13px;
}
a:hover {color: #99cc00; }
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
#container {
	text-align: center;
	padding: 2em;
	width: 75%;
	margin-left: 12%;
	border: 0px solid #000000;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #339966;
}
h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, san-serif;
	color: #339966;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;
}

