body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1A1A1A;
	background-color: #DBD9DA;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	line-height: 1.4em;
}
#topNav {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
#welcome {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.greyBar {
	background-color: #333;
	height: 4px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	font-size: 4px;
}
.welcomePic {
	padding-right: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.greenBar {
	background-color: #C4D759;
	height: 6px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	font-size: 6px;
}
#leftBttns {
	background-color: #C4D759;
	width: 199px;
	margin-right: auto;
	margin-left: auto;
}
#contentHome { width: 880px;margin-right: auto;	margin-left: auto;}
#footer {
	color: #FFF;
	height: 69px;
	width: 900px;
	text-align: center;
	line-height: 50px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0.08em;
	word-spacing: 0.07em;
	background-image: url(images/footerBG.jpg);
	background-repeat: no-repeat;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer a {color: #FFF;text-decoration: none;}
#footer a:hover { color: #FFF;text-decoration: underline;}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
#content {
	width: 669px;
	text-align: left;
	padding-top: 2px;
	padding-left: 6px;
	overflow: visible;
	clear: both;
	padding-bottom: 0px;
}
#outer {
	background-image: url(images/bgMain.jpg);
	background-repeat: repeat-y;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1A1A1A;
	margin-bottom: -8px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
a {color: #447225;text-decoration: none;}
a:hover { text-decoration: underline; color: 447225;}
a:visited { color: 447225; text-decoration: none;}
.accordionButton {
	width: 100%;
	float: left;
	cursor: pointer;
	image:img src="images/leaf_green.png" width="21" height="17"
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #548D2D;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	text-indent: 2px;
}
 .accordionButton2 {
	width: 100%;
	text-align:left;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #00F;
	font-weight:normal;

}
 
 .accordionClose {
	width: 100%;
	text-align:left;
	cursor: pointer;
	margin-top: 2px;
	margin-bottom: 6px;
	font-size: 12px;
	color: #00F;
	font-weight:normal;

}
 
.accordionContent {
	width: 98.5%;
	padding-left:1%;
	padding-right:.5%;
	float: left;
	display: none;
}
hr {background-color: #548D2E; height: 1px; }
.errMsg{color:#F00;}

