@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #669900;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: #FFFFFF;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 135px;
	width: 800px;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 4px solid #CC0099;
	border-left: 1px solid #006600;
}
#superheader {
	background: #FFFFFF url(images/superheader.gif) no-repeat bottom;
	text-align: right;
	height: 40px;
}
#superheader-ma {
	background: #FFFFFF url(images/superheader-ma.gif) no-repeat bottom;
	text-align: right;
	height: 40px;
}
#mainContent h1 {
	font-size: 1.75em;
	color: #FFFFFF;
	padding-left: 20px;
}
#mainContent  p  {
	font: .7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 20px;
	width: 350px;
}
#mainContent {
	background: #76933A url(images/mainbackground.jpg) repeat;
	margin: 0px;
	width: 800px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #006600;
}
#mainContent h2 {
	font-size: 1.25em;
	color: #FFFFFF;
	padding-left: 20px;
}
#mainContent  ul {
	font: .7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-left: 40px;
}
#mainContent h3 {
	font-size: .85em;
	color: #FFFFFF;
	padding-left: 20px;
}
#mainContent a {
	color: #FFFF00;
}
#mainContent-ma h1 {
	font-size: 1.75em;
	color: #006600;
	padding-left: 20px;
}
#mainContent-ma  p  {
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	padding-left: 20px;
	width: 350px;
}
#mainContent-ma {
	background: #76933A url(images/mainbackground-ma.jpg) repeat;
	margin: 0px;
	width: 800px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #006600;
}
#mainContent-ma h2 {
	font-size: 1.25em;
	color: #006600;
	padding-left: 20px;
}
#mainContent-ma  ul {
	font: 0.7em/1.5em Verdana, Arial, Helvetica, sans-serif;
	color: #333300;
	padding-left: 40px;
}
#mainContent-ma h3 {
	font-size: 1em;
	color: #006600;
	padding-left: 20px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #000000;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #009900;
	font-weight: bold;
}
#footer  #footeradd  {
	float: right;
	font-size: 0.55em;
	padding-top: 10px;
}
#nav {
	float: right;
}
#mainContent h4 {
	font-size: 1em;
	color: #FFFFFF;
	padding-left: 20px;
}
#mainContent a:hover {
	color: #00FF00;
}
#mainContent  #video {
	background: #000000;
	float: right;
	height: 297px;
	width: 342px;
	display: block;
	margin-right: 25px;
	font-size: .85em;
	text-align: center;
}
.seofooter {
	font: 0.5em Arial, Helvetica, sans-serif;
	color: #dedede;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #mainContent #video a {
	color: #006600;
}

