h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	font-weight: bold;
	color: #336600;

}
h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #336600;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	color: #666699;
	text-decoration: none;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #666699;
	text-decoration: none;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCFF;
	text-decoration: none;
}

.content {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	color: #336600;
	padding-left: 12px;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

.content hr {
	color: #336600;
}

.contenthome {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #336600;
	padding-left: 12px;
	text-align: center;
	vertical-align: top;
}

.leftnav {
	text-align: center;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	background-color: #666699;
	vertical-align: top;
	border-right-style: groove;
	border-right-color: #666699;
	border-right-width: 1px;
}

.leftnav a:link, .leftnav a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
}

.leftnav a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCFF;
	text-decoration: none;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	color: #336633;
	text-decoration: none;
	text-align: center;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: groove;
	border-top-color: #666699;
}

.subnav {
	text-align: center;
	color: #ffffff;
	padding-left: 6px;
	padding-right: 6px;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-decoration: none;
	background-color: #666699;
	vertical-align: top;
	border-right-style: groove;
	border-right-color: #666699;
	border-right-width: 1px;
}

.subnav a:link, .subnav a:visited {
	font-family: "Times New Roman", Times, serif;
	color: #ffffff;
	text-decoration: none;
}
.subnav a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #ccccff;
	text-decoration: none;
}
.indent{
	padding: 0 0 0 10px;
}
.floatright
 {
float: right;
margin: 10px 20px 10px 10px;
padding: 
}
.floatleft
{
float: left;
margin: 10px 10px 10px 20px;
padding:
}