h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #00713D;


}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {color: #00713D; text-decoration: none;}
a:active {color: #B00000; text-decoration: none; background-color: #E0FFE0;}
a:visited {color: #00713D; text-decoration: none;}
a:hover {color: #B00000; text-decoration: none; background-color: #E0FFE0;}

.menu {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
	font-weight: 800;
	color: #00713D;
}
a.menu:link { color:#00713D }

a.menu:visited { color:#00713D }

a.menu:active { color:#B00000 }

a.menu:hover { color:#B00000; background-color:#E0FFE0; }

a.menu { text-decoration:none }

.menu_selected {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: italic;
	text-decoration: none;
	font-weight: 800;
	color: #B00000;
	background-color:#E0FFE0;
}
a.menu_selected:link { color:#B00000 }

a.menu_selected:visited { color:#B00000 }

a.menu_selected:active { color:#B00000 }

a.menu_selected:hover { color:#B00000;}

a.menu_selected { text-decoration:none }

.button {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-decoration: none;
	font-weight: 800;
	color: #00713D;
}
a.button:link { color:#00713D }

a.button:visited { color:#00713D }

a.button:active { color:#B00000 }

a.button:hover { color:#B00000; background-color:#E0FFE0; }

a.button { text-decoration:none }

.button_underlined {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: italic;
	text-decoration: underline;
	font-weight: 800;
	color: #00713D;
}
a.button_underlined:link { color:#00713D; text-decoration: underline; }

a.button_underlined:visited { color:#00713D; text-decoration: underline; }

a.button_underlined:active { color:#B00000; text-decoration: underline; }

a.button_underlined:hover { color:#B00000; background-color:#E0FFE0; text-decoration: underline; }

a.button_underlined { text-decoration:underline }

.minibutton {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: italic;
	text-decoration: none;
	font-weight: 800;
	color: #00713D;
}
a.minibutton:link { color:#00713D }

a.minibutton:visited { color:#00713D }

a.minibutton:active { color:#B00000 }

a.minibutton:hover { color:#B00000; background-color:#E0FFE0; }

a.minibutton { text-decoration:none }


.pagebody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #00713D;


}
a.pagebody.link {color: #00713D; text-decoration: none;}
a.pagebody.active {color: #B00000; text-decoration: none; background-color: #E0FFE0;}
a.pagebody.visited {color: #00713D; text-decoration: none;}
a.pagebody.hover {color: #B00000; text-decoration: none; background-color: #E0FFE0;}

.pagebodyheading {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #00713D;
}
.pagebodysub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	text-decoration: none;
	font-weight: bold;
	color: #00713D;
	line-height: normal;

}
.gallery_thumb{
	
	border: 2px solid #00713D;
	padding: 6px;
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 8px;
	margin-left: 4px;
	overflow: inherit;
}

.newsdiv {
	padding: 10px;
	border: 1px solid #00713D;
	margin: 10px;
	-moz-box-shadow: 5px 5px 5px #BDBAA1;
	-webkit-box-shadow: 5px 5px 5px #BDBAA1;
	box-shadow: 5px 5px 5px #BDBAA1;
	margin: 0px auto;
}

















/*
** Lightbox styles
*/

#lightbox{
	background-color:#66FF99;
	padding: 8px;
	border-bottom: 2px solid #000066;
	border-right: 2px solid #000066;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000066;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
/*
** END Lightbox styles
*/	

