#content {
	font-size: 90%;
	position: absolute;
	left: 100px;
	top: 210px;
	right: 0px;
	bottom: 10px;
	width: 450px;
}
#navigation {
	position: absolute;
	left: 402px;
	top: 52px;
	height: 95px;
	width: 168px;
}
#horizline {
	font-size: 1px;
	background-color: #006600;
	position: absolute;
	width: 670px;
	left: 100px;
	top: 175px;
	right: 0px;
	height: 1px;
}


#content2 {
	font-size: 80%;
	position: absolute;
	left: 570px;
	top: 210px;
	right: 0px;
	width: 180px;
	background-color: #F8F1F3;
	padding: 8px;
	font-style: italic;
}
#logo {
	left: 3px;
	top: 5px;
	position: absolute;
}

#navigation li {
	list-style-type: none;
	font-size: 90%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	line-height: 20px;
	color: #006600;
}
#navigation a {
	background-color: #FFFFFF;
	color: #006600;
}

#navigation a:hover {
	background-color: #006600;
	color: #FFFFFF;
}
.currentPage {
	font-weight: bold;
}
#content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	background-color: #F8F1F3;
}
#content a {
	font-style: normal;
	text-decoration: underline;
}
#content li {
	padding: 5px;
}
.list1 {
	font-weight: bold;
	list-style-type: none;
}
.topofpage {
	left: 0px;
	top: 0px;
}
.footer {
	font-size: 9px;
	color: #999999;
}
