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: 11px/1.2 Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}
.small {
	font-size:10px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
strong {
	font-weight: bold;
	color:#990000;
}
blockquote {
	margin: 20px;
	margin-top: 0px;
}
.floatRight {
	float:right;
	padding-left:20px;
	padding-bottom:20px;
	text-align:center;
}
.floatLeft {
	float:left;
	padding-right:20px;
	padding-bottom:20px;
	text-align:center;
}
/*----------------------------------------------------   main layout blocks   ----------------------------------------------------*/
#pageHeader {
	text-align:center;
	background-color:#fff;
}
	#logo {
		text-align:left;
		padding:10px;
	}
	#menu {
		text-align:right;
		font: 13px/1.2 Tahoma, Arial, Helvetica, sans-serif;
		color: #fff;
		background-color:#418141;
		padding:5px;
	}
		#menu a:link { color:#fff; text-decoration:none; }
		#menu a:visited { color:#fff; text-decoration:none; }
		#menu a:hover { color:#fff; text-decoration:underline; }
		#menu a:active { color:#fff; text-decoration:none; }
		
#pageContent {
	width:80%;
	text-align:left;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	margin-top: 30px;
	margin-bottom: 40px;
}
	.contactBox {
		width:310px;
		padding:4px;
		text-align:left;
		border:1px solid #418141;
	}
#pageFooter {
	color: #fff;
	background-color:#418141;
	margin: 0 auto;  /* has to be here otherwise nothing is centered in Moz */
	padding:5px;
}
		#pageFooter a:link { color:#fff; text-decoration:none; }
		#pageFooter a:visited { color:#fff; text-decoration:none; }
		#pageFooter a:hover { color:#fff; text-decoration:underline; }
		#pageFooter a:active { color:#fff; text-decoration:none; }
/*----------------------------------------------------   links   ----------------------------------------------------*/
a:link { color: #418141; text-decoration:underline; }
a:visited { color:#418141; text-decoration:underline; }
a:hover { color:#418141; text-decoration:underline; }
a:active { color:#418141; text-decoration:underline; }

/*----------------------------------------------------   headers   ----------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 11px;
	color: #990000;
}
h1 {
	font-size: 12px;
}
/*----------------------------------------------------   lists   ----------------------------------------------------*/
#pageContent ul {
	margin: 0px;
	margin-left: 5px;
	margin-bottom: 20px;
	padding-left: 0px;
	list-style:none;
}
#pageContent li {
	padding-left: 15px;
	padding-bottom: 2px;
	background-image:url(../images/listBullet.gif);
	background-position: 0 5px;
	background-repeat:no-repeat;
}
#pageContent 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;
}
#pageContent ol li {
	padding-left: 10px;
}
#pageContent ol ul li {
	padding-left: 20px;
}
#pageContent ol ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
#pageContent ul ul {
	padding-top: 10px;
	margin-bottom: 0px;
}
/*----------------------------------------------------   forms   ----------------------------------------------------*/
form {
	margin:0px;
	margin-bottom: 20px;
}
.textField {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding:2px;
}
.button {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #999;
	color: #fff;
	border: 1px solid #000;
}
