﻿/* CSS layout */
a {
	color: #31403A;
}
a:visited {
	color: #660066;
}
a:active {
	color: #FF00FF;
}
a:hover {
	color: #FF00FF;
}
body {
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: "Lucida Sans";
	font-size: medium;
	background-image: url('images/bkgrddrk.jpg');
}
h1
{
	color: rgb(49, 64, 58);
	font-family: Papyrus;
	font-size: xx-large;
	font-weight: bold;
}
h2
{
	color: rgb(49, 64, 58);
	font-family: Papyrus;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}
h3
{
	color: rgb(49, 64, 58);
	font-family: Papyrus;
	font-size: large;
	font-weight: bold;
	text-align: center;
}
h4
{
	color: rgb(0, 0, 0);
	font-family: "Lucida Sans";
	font-size: large;
	font-weight: bold;
}
h5
{
	color: rgb(0, 0, 0);
	font-family: "Lucida Sans";
	font-size: medium;
}
.style1 {
	border: 3px solid #5E7766;
}
.style9 {
	text-align: right;
	clear: left;
}
.style14 {
	border-width: 0;
	padding-right: 12px;
}
.style15 {
	border-width: 0;
	padding-left: 12px;
	float: right;
}
.style16 {
	border: 4px double #495F50;
}
.alignleft {
	text-align: left;
}
.alignrt {
	text-align: right;
}
.footnotes {
	font-size: small;
	font-family: "Lucida Sans";
}
.highliteaqua {
	background-color: #AEE7D1;
	font-weight: normal;
}
.italic {
	font-weight: normal;
	font-style: italic;
}
.italicbold {
	font-style: italic;
	font-weight: bold;
}
#container {
	height: auto;
}
#footer {
	padding: 12px;
	clear: both;
	text-align: center;
	font-size: small;
}
#header {
	min-width: 600px;
	vertical-align: middle;
	text-align: center;
	padding-top: 12px;
	padding-left: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 293px;
	padding-right: 12px;
}
#left_col {
	padding: 12px;
	margin: 0px;
	float: left;
	width: 175px;
	font-size: small;
	font-family: "Lucida Sans";
}
#logo {
	float: left;
}
#masthead {
	padding: 18px;
	height: 230px;
}
#page_content3 {
	padding: 12px;
	background-color: #99B196;
	margin-left: 200px;
	margin-right: 225px;
	height: auto;
	position: static;
	background-image: url('images/bkgrdlt.jpg');
	font-family: "Lucida Sans";
}
#page_content2 {
	padding: 12px;
	background-color: #8BA393;
	margin-left: 210px;
	height: auto;
	background-image: url('images/bkgrdlt.jpg');
	margin-right: 12px;
	font-family: "Lucida Sans";
	font-size: medium;
}
#pagetitle {
	margin: 12px 12px 12px 293px;
	text-align: center;
	color: #004000;
}
#rteditcol {
	padding: 12px;
	width: 200px;
	float: right;
	position: static;
	text-align: center;
	font-weight: bold;
}



