@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 24px;
	color: #004F00;
	margin-left: 100px;
	margin-right: 100px;
	background-color: #008FBF;
}


h1 {
	margin-top: 0;
	color: #FC3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
h2 {
	font-size: 18px;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

ul {
	list-style-image: none;
	list-style-type: none;
}


#header {
	background: #0099CC url(../img/frog.jpg) no-repeat right top;
	padding-left: 72px;
}
#topbar {
	border-bottom: 1px solid #4A8B47;
}
#top {
	padding-top: 12px;
}


#container {
	width: 100%;
	float: left;
	background: #FFCC33 url(../img/bodybackground.png) repeat-x left top;
} 
#content {
	margin-left: 24px;
	padding-right: 24px;
	padding-top: 24px;
} 
#navcontainer {
}

#navcontainer ul li a
{
	text-align: left;
	font: bold normal 16px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #336600;
	list-style-type: none;
	background: transparent url(../img/list_off.gif) no-repeat left center;
} 

#navcontainer ul li a:hover
{
	color: #336600;
	background-color: transparent;
	background-image: url(../img/list_on.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#navcontainer ul li a#current
{
	color: #FFCC66;
	background-color: transparent;
	background-image: url(../img/list_active.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#images1 {
	padding-bottom: 16px;
}
#images2 {
	padding-bottom: 16px;
	padding-top: 16px;
}
#images3 {

}

#footer {
	font-size: 11px;
	padding-top: 24px;
	margin-left: 24px;
	padding-bottom: 12px;


} 
.navlinks {
	padding-left: 20px;
}

.headingtext {
	font: 14px/16px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.1em;
	color: #FFCC00;
	} 
.footerlinks {
	color: #004F00;
	text-decoration: none;
} 
.links {
	color: #004F00;
	text-decoration: underline;
	font-weight: bold;
}
.smalllinks {
	font-size: 11px;
	text-decoration: none;
	color: #004F00;
}

.last { 
	margin-bottom: 0; 
} 
.checklist {
	list-style-position: outside;
	list-style-type: disc;
}

.clearing { 
	height: 0; 
	clear: both; 
}
.bold {
	font-weight: bold;
}
a {
	color: #004F00;
	text-decoration: none;
}
#container #content table {
	font-size: 12px;
}
