body {
	background-color: #65654c;
	color: #4c4c4c;
	margin: 0;
	padding: 0;
	font-size: 76%;
	font-family: arial, helvetica, sans-serif;
}
body div {
	font-size: 1em;
}
a:link {
	/*color: #ee3c3e;*/
	color: #ff4660;
}
a:visited {
	color: #990033;
}
a:hover {
	color: #97b23d;
}
a:active {
	color: #97b23d;
}

h2 {
	font-weight: normal;
	font-size: 1.8em;
	background: #f5f5df;
	padding: 0.4em;
	margin-top: 0;
	border-width: 1px 0px 0px 0px;
	border-color: #97b23d;
	border-style: solid;
	color: #97b23d;
}

#pageContainer {
	background: #fff url(../images/bg_top_bar.gif) repeat-x top;
}
#pageContainerInside {
	width: 950px;
	position: relative;
	margin: 0 auto;
	/*background: #0ff;*/
}
#pageBodyContainer {
	margin: 15px 15px 0 15px;
	/*background: #ff0;*/
}
.mainCol {
	width: 920px;
	/*background: #0f0;*/
}
.mainColLeft {
	width: 677px;
	float: left;
	/*background: #0f0;*/
}
.sideColRight {
	width: 243px;
	float: left;
	/*background: #f00;*/
}
.sideColRight .contentPadding {
	margin-left: 15px;
	/*background: #00f;*/
}

#navbarheader {
	width: 779px;
	position: absolute;
	top: 80px;
	left: 156px;
	/*background: #f9f9f9;*/
}
#navbarheader ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navbarheader li {
	float: left;
	display: block;
	text-align: center;
	font-size: 1.3em;
}
#navbarheader li a:link, #navbarheader li a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4c4c4c;
}
#navbarheader li a:hover, #navbarheader li a:active {
	color: #ff9900;
	text-decoration: underline;
}
/*#headerFull {
	margin: 0;
}
#headerPage {
	width: ;
}*/
h1 {
	margin: 0;
	/*position: absolute;
	top: 0;
	left: 0;*/
}
h1 img {
	display: block;
}

.clearAll {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}
/* ============= home page ============================== */
.homeHighlightBox {
	background: #97b23d;
	border-top: 1px solid #fff;
	font-size: 1.5em;
	color: #fff;
	font-weight: normal;
	padding: 15px;
	margin: 0 0 15px 0;
}
.homeHighlightBox p {
	margin: 0;
}
.homeLeftCol {
	float: left;
	width: 338px;
	/*background: #eee;*/
	border-right: 1px solid #ccc;
}
.homeLeftCol .contentPadding {
	margin-right: 12px;
}
.homeRightCol {
	float: left;
	width: 338px;
	/*background: #f9f9f9;*/
}
.homeRightCol .contentPadding {
	margin-left: 12px;
}
.homeRightCol h2, .homeLeftCol h2 {
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}
/* ============= news/events/links page ================= */
.newsPage h3, .linksPage h3 {
	font-weight: normal;
	font-size: 1.1em;
	text-transform: uppercase;
	background: #97b23d;
	color: white;
	padding: 5px;
	margin: 3em 0;
}
.newsPage h4, .eventsPage h3, .linksPage h4 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
}
.linksPage h4 {
	margin-bottom: 0.7em;
}
.newsarticledate {
	font-family: 'lucida console', monospace;
	font-size: 1.1em;
	color: #92bd00;
}
.linksPage span {
	display: block;
}
.linksPage .field {
	width: 14.9%;
	float: left;
	font-weight: bold;
	color: #6a6a2d;
}
.linksPage .value {
	width: 84.9%;
	float: left;
}
/* ============= contact page =========================== */
form.contact label, form.contact span.label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 0px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}
form.contact input, form.contact textarea, form.contact select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:0px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	color: #888659;
}
form.contact input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}
textarea { overflow: auto; }
form.contact small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

form.contact .required{font-weight: bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

input, select, textarea {
	color: #888659;
}
label, .label {	
	font: bold 0.9em tahoma, verdana, geneva, sans-serif;
	margin-top: 1em;
}
input.button {
	margin-top: 1em;
}
span.required {
	color: #FF8C00;
	font-size: .9em;
	font-weight: normal;
}
.optionalField {
	font-weight: normal;
}
.buttonBar {
	background: #f5f5df;
	padding: 5px;
}
/* ============= generic content styles ================= */
ul.default {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
ul.default li {
	background-image: url( ../images/bullet1.gif );
	background-repeat: no-repeat;
	background-position: 0 0.3em;
	padding-left: 12px;
	margin: 0.5em 0;
}
div.hr {
	background: url( ../images/bg_dotted_line_grey.gif ) repeat-x center;
	clear: both;
	padding: 3em 0;
	/*background: #eee;*/
}
div.hr div {
	font-size: 1px;
	line-height: 1px;
}
div.hr hr {
	display: none;
}
/* ============= cms box ================================ */

.boxContainer {
	margin: 0 0 15px 0;
	background: #f2f2e8;
}
ul.box {
	/*font-size: 1em;*/
	list-style: none;
	padding: 0.7em 0;
	margin: 0;
	background: #ececdf;
}
ul.box li {
	/*background: url(../images/bullet_arrow.gif) no-repeat 0 0.2em;*/	
	padding-left: 10px;
	color: #4c4c4c;
	font-family: 'ms sans serif', tahoma, verdana, geneva, arial, sans-serif;
	margin: 0.5em 0;
}
ul.box li p {
	margin: 0;
}
ul.box p.date {
	font-size: 1.2em;
	color: #98c600;
	font-weight: bold;
}
ul.box li h4, ul.box li h5 {
	font-family: 'ms sans serif', tahoma, verdana, geneva, arial, sans-serif;
	font-size:0.8em;
	margin: 0;
	font-weight: normal;
}
h3.boxHead {
	/*background: #FFB426;*/
	background: #afaf90;
	color: #fff;
	font-weight: normal;
	font-size: 1.4em;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
h3.box, h4.box {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 10px;
	font-size: 0.9em;
	font-weight: normal;
	background: #e6e6dc;
	border-width: 1px 0;
	border-color: #afaf90;
	border-style: solid;
	text-transform: uppercase;
	color: #1F4B77;
}
h4.box a {
	text-decoration: none;
}
h3.boxSelected, h4.boxSelected {
	margin: 0;
	padding: 0.2em 0.5em 0.3em 0.5em;
	font-size: 1em;
	background: #ececdf;
	color: #fff;
	border-width: 1px 0;
	border-color: #afaf90;
	border-style: solid;
	text-transform: uppercase;
}
h4.box a:link, h4.box a:visited {
	color: #92bd00;
	text-decoration: none;
}
h4.box a:hover, h4.box a:active {
	color: #6a6a2d;
	text-decoration: underline;
}
h4.boxSelected a, h4.boxSelected a {
	color: #92bd00;
	font-style: italic;
	text-decoration: none;
}
/* ================ members page ==================================== */
.boxListItem {
	background: #f8f8e2;
	margin-bottom: 10px;
	padding: 3px;
}
.boxListItem div.boxListItemInside {
	/*border: 1px solid #8d3e2e;*/
	border: 2px solid #acad90;
	padding: 8px;
	background: #f1f1d4 url( ../images/bg_page_fade.gif ) repeat-x top;
}
.boxListItem h3 {
	font-size: 1.2em;
	margin: 0 0 0.6em 0;
	padding: 0.3em;
	color:#f7f7e7;
	background-color: #6a6a2d;
	/*border-left: 5px solid #9fc12d;*/
}
.boxListItem h4 {
	display: inline;
	font-size: 1em;
}

.divider {
	margin: 0;
}
.divider div {
	font-size: 1px;
	line-height: 1px;
	background: url( ../images/bg_dotted_line_grey.gif ) repeat-x center;
	clear: both;
	padding: 7px 0;
}

.boxListItem span {
	display: block;
}
.boxListItem .field {
	width: 24.9%;
	float: left;
	font-weight: bold;
	color: #6a6a2d;
}
.boxListItem .value {
	width: 74.9%;
	float: left;
}

/* ================ page footer ===================================== */
#footerBar {
	margin: 0;
	/*background: #f00;*/
}
.footerNav {
	margin: 0 15px;
	padding-bottom: 1em;
	padding-top: 3em;
	/*background: #f0f;*/
}
#footerBarUnder {
	width: 950px;
	position: relative;
	margin: 0 auto;
	color: #b7b79b;
}
#footerBarUnder .contentPadding {
	margin: 0 15px;
}
#footerBarUnder .leftBlock {
	float: left;
	width: 50%;
}
#footerBarUnder .rightBlock {
	float: left;
	width: 50%;
	text-align: right;
	
}
#footerBarUnder .rightBlock .contentPadding {
	margin: 1em 0 0 0;
}