@charset "UTF-8";
body {
	background: #99CC99;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 800px;
	text-align: center;
	display: block;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FDFFCB;
}
#container.pgBackyard  {
	background-image: url(/media/backyard/backyard-bkg-art.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: right 150px;
}
#header {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container #header h1 {
	height: 150px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(/media/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#container #header a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 800px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header a, #header a:hover {
	text-decoration: none;
	border: none;
}

#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #dff0b3;
	display: block;
	border-top-width: 6px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #98cc7a;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	border-bottom-color: #98cc7a;
	border-bottom-width: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#sidebar ul {
	list-style-type: none;
	width: 160px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#sidebar ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #960;
	border-right-color: #960;
	border-bottom-color: #960;
	border-left-color: #960;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li a {
	color: #554433;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	width: 158px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FDFECD;
	border-right-color: #FDFECD;
	border-bottom-color: #FDFECD;
	border-left-color: #FDFECD;
}
#sidebar ul li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-color: #99cc99;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FDFECD;
	border-right-color: #FDFECD;
	border-bottom-color: #FDFECD;
	border-left-color: #FDFECD;
	width: 158px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent  {
	text-align: left;
	position: relative;
	width: 560px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent  table th {
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#mainContent   table td  {
	padding: 5px;
}
#mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #333;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#mainContent img.imageLeft {
	display: block;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 250px;
}
#mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	color: #063;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
#mainContent h2 a {
	text-decoration: underline;
	color: #063;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	color: #266345;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
#mainContent h3 a {
	text-decoration: none;
	color: #266345;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
}
#mainContent h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	text-align: left;
	clear: left;
}
#mainContent h4 a, #mainContent h5 a {
	text-decoration: none;
}
#mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#mainContent ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: disc;
}
#mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent a {
	color: #554433;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #006600;
	text-decoration: underline;
}
#announcement h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #22673B;
}
#announcement p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	text-align: justify;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	color: #000000;
}
#mainPhoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainPhoto {
	text-align: center;
	display: block;
}
#footer  {
	padding: 0px;
	background-color: #97CB98;
	margin: 0px;
	height: 40px;
	width: 800px;
	display: block;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3A7756;
} 
#footer  p  {
	margin: 0px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
#footer a  {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: none;
	color: #C00;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent  #events ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainContent #events p {
	font-size: 14px;
	line-height: 24px;
}
#mainContent #events img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 0px;
	float: left;
}
#mainContent #events li {
	display: block;
	padding: 0px;
	margin: 0px;
}
#mainContent em {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
#sidebar p.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#mainContent #preserves {
	display: block;
	margin: 0px;
	padding: 0px;
	width: 560px;
	position: relative;
}
#mainContent #preserves #PreservesMap {
	background-color: #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	clear: both;
	position: relative;
	height: 490px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent #preserves #PreservesMap img.map {
	display: block;
	padding: 0px;
	float: right;
	width: 400px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#mainContent #preserves h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #006633;
	text-decoration: none;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent #preserves div.mapBox {
	display: block;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#mainContent #preserves div.mapBox img {
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainContent #preserves h3 {
	font-size: 14px;
	line-height: 20px;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent #preserves h4 {
	font-size: 12px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#project     {
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding-bottom: 10px;
	margin-top: 10px;
	clear: both;
	position: relative;
}
#project p {
}
#project h2 a {
	color: #063;
	text-decoration: none;
}
#projectsVideo {
	text-align: center;
	display: block;
	float: left;
	clear: both;
	margin-right: 25px;
	margin-bottom: 5px;
	padding: 0px;
	position: relative;
	margin-top: 5px;
}
#projectsVideo h3  {
	font-size: 15px;
	color: #DDD;
	font-weight: normal;
	background-color: #333;
	display: block;
	width: auto;
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
#projectsVideo object {
}
#projectsMainPhoto {
	text-align: center;
	display: block;
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
}
#projectsMainPhoto img {
}
#projectsMainPhoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#projectsMainPhotoR {
	text-align: center;
	display: block;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
}
#projectsMainPhotoR p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #rightColumn {
	float: right;
	display: block;
	width: 172px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#mainContent #ProjectSectionNav{
	display: block;
	padding: 10px;
	width: 150px;
	background-color: #FFF;
	border: 1px solid #97CB98;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
#mainContent #ProjectSectionNav  p{
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 11px;
	line-height: 13px;
}
#mainContent #ProjectSectionNav  ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: auto;
	color: #97CB98;
}
#mainContent #ProjectSectionNav ul  li{
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mainContent #ProjectSectionNav ul li  ul{
	padding-left: 8px;
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mainContent #ProjectSectionNav ul li ul  li{
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#mainContent #ProjectSectionNav ul li ul li  ul{
	padding-left: 12px;
	list-style-type: disc;
	list-style-position: outside;
	padding-bottom: 0px;
}
#mainContent #ProjectSectionNav ul li ul li ul  li{
	float: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #ProjectSectionNav ul li ul li ul li p{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
}
#mainContent #ProjectSectionNav    a{
	text-decoration: underline;
	color: #006633;
}
#mainContent #ProjectSectionNav a:hover {
	text-decoration: underline;
	color: #C00;
}
#mainContent #ProjectSectionPhotoMain {
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 5px;
}
#mainContent #ProjectSectionPhotoMain img {
	width: 350px;
}
#mainContent #ProjectSectionPhotoMain p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #ProjectSectionPhotoInBody {
	text-align: center;
	display: block;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}
#mainContent #ProjectSectionPhotoInBody img {
	width: auto;
}
#mainContent #ProjectSectionPhotoInBody p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #homeTable {
	padding: 0px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #homeTable td {
	border: 1px none #FDFFCB;
}
#mainContent #ResearchBox {
	text-align: center;
	display: block;
	float: left;
	width: 350px;
	padding: 0px;
	margin-bottom: 25px;
}
#mainContent #ResearchBox img {
	width: 348px;
	border: 1px solid #97CB98;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent #ResearchBox h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #033;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent #ResearchBox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #ResearchBox a {
	color: #063;
	text-decoration: underline;
}
#mainContent #ResearchBox a:hover {
	color: #C00;
	text-decoration: underline;
}
#mainContent #ResearchBox em {
	font-style: italic;
	color: #666;
	font-size: 11px;
	line-height: 15px;
}

.hidden {
  display: none;
}
#mainContent #PhotoGalleryLink {
	text-align: center;
	display: block;
	background-color: #063;
	width: 170px;
	border: 1px solid #063;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #PhotoGalleryLink img {
	width: 170px;
	padding: 0px;
	margin: 0px;
}
#mainContent #PhotoGalleryLink p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	height: 25px;
	padding: 0px;
	width: 168px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #PhotoGalleryLink a {
	color: #FFF;
	text-decoration: none;
}
#mainContent #PhotoGalleryLink a:hover {
	color: #FC6;
	text-decoration: underline;
}
#mainContent #logo  {
	display: block;
	padding: 10px;
	background-color: #FFF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	float: left;
}
#mainContent #benefactor {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	position: relative;
	width: 350px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #benefactor h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	color: #063;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#mainContent #benefactor h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	color: #000;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#mainContent #benefactor h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 18px;
	color: #666;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent #benefactor p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent #benefactor #benefactorRight {
	float: right;
	position: absolute;
	top: 18px;
	right: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
#mainContent #MembershipForm #Level {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	display: block;
}
#mainContent #MembershipForm #Level li {
	float: left;
	width: 250px;
	height: 30px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #MembershipForm #Level li input {
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #MembershipForm  {
	margin: 0px;
	padding: 0px;
}
#container #mainContent .legalText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	margin: 0px;
	padding: 10px;
}
#mainContent #MembershipForm #Level li #OtherAmount {
	width: 100px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent #MembershipForm #contactInfo {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent #MembershipForm #contactInfo li {
	height: 30px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
#mainContent #MembershipForm #contactInfo li label {
	font-size: 12px;
	margin-right: 0px;
	width: 25%;
	display: block;
	float: left;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #MembershipForm #contactInfo li #checkboxOneLine {
	width: auto;
	float: none;
	clear: none;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent #MembershipForm #creditCardInfo {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#mainContent #MembershipForm #creditCardInfo li {
	height: 30px;
	padding: 0px;
	font-size: 14px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
#mainContent #MembershipForm #creditCardInfo li label {
	font-size: 12px;
	margin-right: 0px;
	width: 25%;
	display: block;
	float: left;
	height: 30px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent     #MembershipForm #creditCardInfo li #checkboxOneLine{
	width: auto;
	float: none;
	clear: none;
	padding: 0px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent #MembershipForm #submit {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#mainContent #MembershipForm h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #063;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: left;
	clear: left;
}
#mainContent #MembershipForm h2.contact {
	color: #063;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	clear: none;
}
#mainContent #MembershipForm h3 {
	color: #C00;
	font-size: 20px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#mainContent #MembershipForm h4 {
	color: #C00;
	font-size: 15px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent #MembershipForm h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	text-align: left;
	clear: left;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #MembershipForm #supportPhoto{
	display: block;
	clear: both;
	float: left;
	background-color: #3A7853;
	border: 2px solid #063;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	width: 541px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#mainContent #MembershipForm #supportPhoto img{
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 1px solid #97CB98;
}
#mainContent #MembershipForm #supportPhoto p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #MembershipForm #supportPhoto h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	line-height: 24px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#mainContent #MembershipForm #supportPhoto h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9;
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-decoration: none;
}
#mainContent #homeFeature {
	background-color: #DDEFB1;
	display: block;
	width: 538px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 1px solid #95CB77;
	float: left;
	position: relative;
}
#mainContent #homeFeature #featurePhoto {
	display: block;
	float: left;
	padding: 0px;
	width: 200px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#mainContent #homeFeature #featurePhoto img {
	width: 200px;
}
#mainContent #homeFeature #featurePhoto p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#mainContent #homeFeature h1 {
	text-align: left;
	font-size: 20px;
	color: #3B7753;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent #homeFeature ul {
	list-style-type: none;
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 320px;
	position: relative;
}
#mainContent #homeFeature ul li {
	display: list-item;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent #homeFeature ul li p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000;
	font-variant: normal;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#mainContent #homeContact {
	background-color: #DDEFB1;
	display: block;
	width: 248px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #95CB77;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#mainContent #homeContact h1 {
	text-align: left;
	font-size: 15px;
	color: #3B7952;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
	font-variant: normal;
	text-transform: none;
}
#mainContent #homeContact address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	color: #333;
	font-variant: normal;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}
#mainContent #homeQuickLinks {
	background-color: #FFF5BC;
	display: block;
	width: 248px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #C90;
	float: left;
	position: relative;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#mainContent #homeQuickLinks h1 {
	text-align: left;
	font-size: 15px;
	color: #960;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 28px;
	font-variant: normal;
	text-transform: none;
}
#mainContent #homeQuickLinks a {
	font-weight: normal;
	text-decoration: none;
	color: #630;
}
#mainContent #homeQuickLinks a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #C00;
}
#mainContent #homeQuickLinks p.last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent #homeQuickLinks p {
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90;
}
#mainContentCalendar {
	text-align: left;
	position: relative;
	width: 600px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#mainContentCalendar #calendarFrame{
	position: relative;
	width: 600px;
	margin: 0px;
	height: 800px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContentCalendar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: center;
}
#mainContentCalendar a {
	color: #554433;
	text-decoration: underline;
}
#mainContentCalendar a:hover {
	color: #006600;
	text-decoration: underline;
}
#mainContent #MembershipForm #addOptions {
	list-style-type: none;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	display: block;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #97CB98;
}
#mainContent #MembershipForm #addOptions li {
	height: auto;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainContent #MembershipForm #addOptions li #emailCall {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #MembershipForm #addOptions li #OptOutGift {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #MembershipForm #addOptions li #matchingGift {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #MembershipForm #addOptions li #addOptionsField {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #999;
}
#mainContent #MembershipForm #addOptions li #addList {
	clear: right;
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent #Contents {
	background-color: #DDEFB1;
	display: block;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #95CB77;
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	max-width: 250px;
}
#mainContent #Contents h3 {
	text-align: left;
	font-size: 12px;
	color: #3B7952;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
#mainContent #Contents p {
	font-size: 11px;
	line-height: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#mainContent ul.noBullet {
	list-style-type: none;
}

