* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10pt;
	color: #000000;
	background-color: #005e20;	
	font-family: Arial, Helvetica, sans-serif;
}

a:link { 		color: #005e20; }
a:visited {		color: #005e20; }
a:hover {		color: #000000; }
a:active { 		color: #005e20; }

a.nav { 		color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.nav:visited {	color: #FFFFFF; text-decoration: none; font-weight: bold; }
a.nav:hover { 	color: #FFF200; text-decoration: none; font-weight: bold; }
a.nav:active { 	color: #FFF200; text-decoration: none; font-weight: bold; }

ul { padding-left: 1em; }
li { margin-top: .5em; }
hr { color: #005e20; margin-top: 1em; margin-bottom: 1em; }
p {margin-top: 1em; }

table.gallery { border-collapse:collapse; }
td.gallery { padding: 0.5em; padding-bottom: 1em; vertical-align: top; text-align: center; font-size: .9em; font-weight: bold; font-style: italic;}
img.gallery { border: 1px solid #000000; margin: 5px;}

div.floatright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: .9em;
	font-weight: bold; 
	font-style: italic;	
}

div.floatleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: top;
	font-size: .9em;
	font-weight: bold; 
	font-style: italic;	
}

img.floatright {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

img.floatleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

strong.heading {
	font-weight: bold;
	font-size: 1.5em;
}

strong.subheading {
	font-weight: bold;
	font-size: 1.25em;
}

table.nav { 
	width: 190px;
	border-collapse: collapse;
	margin-top: 3px;
}

td.nav {
	width: 190px; 
	height: 45px;
	text-align: center;
	vertical-align: middle;
	background:url(../images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FFFFFF;
}	

img.headerlogo {
	float: left;
}

#headerblurb {
	float: right;
	margin-top: 2em;
	margin-right: 2em;
	text-align: center;
}

#wrapper {
	background: white;
	width: 99%;
	min-width: 780px;
/*	max-width: 1260px; */
	max-width: 2000px;	
	border-collapse: collapse;
	margin: 5px;
}
	
#header {
	height: 150px;
	background-color: #FFFFFF;
	border-bottom: 2px solid #005e20;
	background-image: url(../images/HeaderBG2.jpg);
	background-position: center;
	background-repeat: no-repeat;	
	color: #005e20;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
	
#left-sidebar {
	vertical-align: top;
	width: 190px;
	margin-right: 20px;
	margin-left: 0px;
}

#main-content {
	vertical-align: top;
	background-image: url(../images/logobg.jpg);
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	padding-bottom: 2em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer {
	height: 50px;
	font-size: 0.9em;
	background-color: #005e20;
	text-align: center;
	vertical-align: middle;
	color: white;
	padding-top: 5px;
}