@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #474D24;
	margin: 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #336600;
}

a:hover {
	color: #669900;
}

#layout {
	width: 865px;
	background-image: url(../images/index_background.jpg);
	background-repeat: repeat-y;
	margin: 0px auto;
	padding: 0px;
}

#layoutheader {
	width: 865px;
	background-image: url(../images/index_header.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 96px 0px 0px 0px;
}

#layoutfooter {
	width: 865px;
	background-image: url(../images/index_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#layoutpicturebottomleft {
	width: 865px;
	background-image: url(../images/leftpic_ladybug.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

#leftcontent {
	float: left;
	width: 185px;
	margin: 0px;
	padding: 100px 0px 196px 10px;
}

* html #leftcontent {
	display: inline;
}

#picture {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}

* html #picture {
	display: inline;
}

#contentarea {
	float: left;
	width: 660px;
	margin: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 610px;
	margin: 0px;
	padding: 25px 35px 85px 25px;
}

* html #content {
	display: inline;
}

#picturesright {
	float: right;
	width: 300px;
	padding: 0px 0px 0px 20px;
}

#clear {
	clear: both;
}

/* Homepage Styles */

#homecontent {
	float: left;
	width: 230px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

* html #homecontent {
	display: inline;
}

#homecentercontent {
	float: left;
	width: 205px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
}

* html #homecentercontent {
	display: inline;
}

#homerightcontent {
	float: left;
	width: 135px;
}

* html #homerightcontent {
	display: inline;
}

#events {
	font-size: 10px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

/* Member Page */

#memberdivider {
	border-bottom: 1px dotted #CCCCCC;
}

/* Text Styles */

h1, .pageheadings {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h2, .headings {
	font-size: 14px;
	font-weight: bold;
	color: #336600;
}

h3, .subheadings {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.members {
	font-size: 11px;
}

.captions {
	font-size: 10px;
}

.photocaptions {
	display: block;
	font-size: 10px;
	color: #999999;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 4% 60%;
	padding: 2px 25px 0px 40px;
}

#photocaptions {
	display: block;
	font-size: 10px;
	color: #999999;
	background-image: url(../images/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 4% 60%;
	padding: 2px 25px 0px 40px;
}

.pdflinks {
	display: block;
	height: 22px;
	font-weight: bold;
	background-image: url(../images/PDFicon.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 10px 0px 0px 40px;
}

.speciallinks a:link, a.speciallinks:link, .speciallinks a:visited, a.speciallinks:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #990000;
	text-decoration: none;
	border-left: 4px solid #990000;
	padding: 0px 0px 0px 5px;
}

.speciallinks a:hover, a.speciallinks:hover {
	color: #000000;
}

