body {
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #314e22;
	color: #333333;
}
p {
	line-height: 1.4em;
}
#bodyWrapper {
	margin: 0 auto;
	width: 902px;
	background-image:url(../images/bg_bodywrapper.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	width: 813px;
	background-image: url(../images/bg_wrapper.jpg);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0 auto;
	clear: both;
	overflow: auto;
}
#header1 {
	height: 64px;
	width: 902px;
	display: block;
	/*background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;*/
}
#header2 {
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	width: 813px;
	height: 211px;
	display: block;
}
#topNav {
	background-image: url(../images/bg_topnav_green.jpg);
	background-repeat: no-repeat;
	width: 813px;
	height: 27px;
	margin: 0;
	padding: 0;	
	display: block;
	}
#content {
	width: 762px;
	padding: 25px;
	/*background-image: url(../images/bg_large_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	*/
}
#content a {
	color: #3F116B;
}
#content a:link, #content a:visited {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content a:active {
	text-decoration: underline;
}
#content h3 {
	color: #3F116B;
	font-size: 16px;
	margin-top: 0px;
}
#content li {
	line-height: 1.3em;
}
.contentLeft {
	padding-right: 15px;
	float: left;
}
.contentRight {
	float: right;
	width: 400px;
	padding-left: 15px;
	border-left: 2px solid #CCBED7;
	border-bottom: 2px solid #CCBED7
}
#footer {
	width: 902px;
	height: 27px;
	background-image: url(../images/bg_footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	color: white;
	font-size: 10px;
	padding-top: 40px;
	margin: 0 auto;
}
#footer a {
	color: white;
	text-decoration: underline;
}
img.left {
	float: left;
	margin: 0 15px 8px 0;
}
img.right {
	float: right;
	margin: 0 0 8px 15px;
}
h4 {
	color: #993399;
	margin-bottom: 0;
	font-size: 14px;
}
#content p {
	margin-top: 0px;
}
table.admin {
	border: 1px solid #3F116B;
}
table.admin th {
	background-color: #3F116B;
	color: white;
	padding: 5px;
	text-align: left;
}
table.admin td {
	padding: 5px;
	border-bottom: 1px solid #3F116B;
}
.message {
	color: red;
	font-weight: bold;
}
/* PHOTO GALLERY STYLES */

.dataBox {min-height: 180px; width: 320px; background-color: white; padding: 5px; margin: 5px; border: 1px solid #999; float: left; overflow: auto; font-size: 10px; text-align: left;}
.dataBox img {float: right; padding: 3px; border: 1px solid #999; margin: 0 5px 0 5px;}
/*.dataBox {line-height: 20px; padding: 3px; background-color: #000066; color: white; margin: 3px; text-decoration: none; border: 1px solid #999;}*/
.clearer {line-height: 0; clear: both; height: 0;}
.thumbnail {background-color: #FFFFFF; border: 1px solid #999999; padding: 3px; margin: 5px;}
.noBorder {border: none;}