a.selected, .header a.selected {
	color: #669933;
	background-color: White;
}

body.frameBody {
	background-color: White;
	color: Black;
}

span.highlight {
	background-color: #669933;
	color: #FFFFFF;
}

img {
	border: none;
}

div.contentender {
	width: 100%;
	clear: both;
}

div.galleryimage {
	margin: 1px;
	width: 230px;
	height: 150px;
}

#swiftgallery h4 {
	text-transform: capitalize;
}

.formlabel {
	text-align: right;
}

a {
	color: #669933;
	text-decoration: none;
}

a:hover {
	color: #3366CC;
}

.header a {
	color: White;
	text-transform: uppercase;
}

.header a:hover {
	color: #3366CC;
	background-color: White;
}

.footer a {
	color: White;
}

.footer a:hover {
	color: #CC4E33;
}

.menu a{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 90%;
}

.submenu a {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 110%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: White;
	color: Black;
	margin: 0;
	padding: 0;
}

div.header {
	margin: 0px;
	height: 186px;
	background-image: url(header.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #669933;
}

div.footer {
	margin-top: 0px;
	height: 230px;
	background-image: url(footer.png);
	background-position: center top;
	background-repeat: repeat-x;
	background-color: #00699E;
	clear:both; 
	text-align: center;
	padding-top: 5px;
}

div.maincontent {
	clear: both;
	text-align: left;
	margin: 0px;
	width: 730px;
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;
}

div.title {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
}

div.sidemenu {
	float: right;
	width: 220px;
	padding-bottom: 50px;
}

h1 {
	font-size: 320%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 65px;
	padding-bottom: 10px;
	color: White;
}

h2 {
	font-size: 260%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #007CB9;
}

h3 {
	font-size: 180%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h4 {
	font-size: 160%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h5 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h6 {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul.menu {
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: center;
}

.menu li {
	display: inline;
	padding: 5px;
}

ul.submenu {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	list-style: none;
}

.submenu li {
	padding: 5px 0px 5px 0px;
}