body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}

.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 }


.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;


}

.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;
}
/*
** 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
*/	
