body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.pageWrapper {   /* div */
	text-align:center;
}
.wrapperWidth {   /* div */
	width:100%;   /* affects all pages in the site - can be overriden by local CSS rules */
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
}
body,td,th,p,div {
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}
.small {font-size:90%;}
h1 .small {font-size:70%;}
p {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left:40px;
}
b, strong {
	font-weight: normal;
	color: #000;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
.e {color:#008C43;}
/*----------------------------   faq   ------------------*/
.faqBlock{
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left:40px;
	padding-right:40px;
}
.question {color:#000;}
.answerA {color:#000;}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
}
#pageContent {
	text-align:center;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 30px;
}
	#pageContentLeft {
		width:290px;
		text-align:left;
	}
		.blockMainContent {
			margin-left:40px;
			margin-bottom: 20px;
		}
	#materialsPage #pageContentLeft {width:250px;}
	#pageContentRight {
		text-align:left;
	}
#pageFooter {
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:10px;
}
#logoBox{
	margin-top: 135px;
	padding-left: 60px;
}

/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color:#008C43; text-decoration:none; }
a:visited { color:#008C43; text-decoration:none; }
a:hover { color:#008C43; text-decoration:underline; }
a:active { color:#008C43; text-decoration:underline; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left:40px;
	font-size: 11px;
	color: #008C43;
}
h1 {
	font-size: 23px;
	font-weight:lighter;
	line-height:34px;
	white-space:nowrap;
	padding-right:30px;
	background-image:url(../images/eHabitat_symbol.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
}
h2 {
	font-size: 18px;
}
#bodyHome h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #008C43;
	font-weight:lighter;
	letter-spacing:1px;
	margin-top: 100px;
}
h3 {
	font-size: 14px;
}

/*----------------------------------------------------   home menu   ----------------------------------------------------*/
#homeMenu
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#homeMenu a:link { color: #999; text-decoration: none; }
#homeMenu a:visited { color: #999; text-decoration: none; }
#homeMenu a:hover { color: #008C43; text-decoration: none; }
#homeMenu a:active { color: #008C43; text-decoration: none; }

/*----------------------------------------------------   navigation   ----------------------------------------------------*/
#navBox
{
	margin-top:40px;
	padding-left:75px;
}
#navBox ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.section, .sectionActive
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
}
.section a:link { color: #999; text-decoration: none; }
.section a:visited { color: #999; text-decoration: none; }
.section a:hover { color: #008C43; text-decoration: none; }
.section a:active { color: #008C43; text-decoration: none; }
.sectionActive a:link { color: #008C43; text-decoration: none; }
.sectionActive a:visited { color: #008C43; text-decoration: none; }
.sectionActive a:hover { color: #008C43; text-decoration: none; }
.sectionActive a:active { color: #008C43; text-decoration: none; }

/*----------------------------------------------------   sub-navigation   --------------------------------------------*/
.subNavBox
{
	padding-left:40px;
	padding-bottom:3px;
}
.subNavBox ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}
.subSection, .subSectionActive
{
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.subSection a:link { color: #999; text-decoration: none; }
.subSection a:visited { color: #999; text-decoration: none; }
.subSection a:hover { color: #008C43; text-decoration: none; }
.subSection a:active { color: #008C43; text-decoration: none; }
.subSectionActive a:link { color: #008C43; text-decoration: none; }
.subSectionActive a:visited { color: #008C43; text-decoration: none; }
.subSectionActive a:hover { color: #008C43; text-decoration: none; }
.subSectionActive a:active { color: #008C43; text-decoration: none; }

/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContentRight ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContentRight li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContentRight ol {
	margin: 0px;
	margin-left: 30px; /* shouldn't have to do that because of the padding existing in the container block */
	margin-bottom: 20px;
	padding-left: 0px;
}
#pageContentRight ol li {
	padding-left: 10px;
}
#pageContentRight ol ul li {
	padding-left: 20px;
}
#pageContentRight ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContentRight ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
	padding:5px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #9BB5B5;
	color: #383E45;
	border: 1px solid #383E45;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #536F6F;
	color: #fff;
	border: 1px solid #914800;
}