body {
	margin:10px 0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f4f4f4 url(images/bodybg.gif) center repeat-y; color: #555; 
}
h2 {
	font-size:16px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #3A7728;
}
h3 {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color: #3A7728;
}
a:link, a:visited, a:hover, a:active {
	font-family:Arial, Helvetica, sans-serif;
	color:#3A7728;
	text-decoration:underline;
}
a:hover {
	color:#009966;
	text-decoration:none;
}
a:link span, a:visited span, a:hover span, a:active span {
	color:#666;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
}
#mainContainer {
	margin:0 auto;
	width:900px; 
	height:auto;
	min-height:700px;
	border-left:1px thin #CCCCCC;
	border-right:1px thin #CCCCCC;
	/* background:url(images/logoBg.gif) center no-repeat; */
}
#header {
	margin:0 auto; 
	width:900px;
	background-image:url(images/header.gif); 
	background-repeat:no-repeat; 
	background-position:top;
}
#container {
	width:900px; 
	margin:0 auto;
}
.left {float: left;width: 895px;margin: 0 6px 5px 0; padding-top:5px; padding-left:5px; padding-right:5px; }
.bottom {width: 890px;margin: 0 6px 0 0; padding-left:10px; padding-top:5px; border-bottom:30px solid #9BCD65}

.bottom p{
	font-size:0.8em;
	padding:10px 50px;
}
.title {
	height: 20px;
	margin-bottom: 3px;
	padding: 5px 0px 2px 0px;
	color: #3A7728;
}
.titleSml {
	height: 20px;
	margin-bottom: 3px;
	padding: 5px 0px 2px 0px;
	color: #3A7728;
}
.mainList {
	color:#3A7728;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}
.mainList2 {
	color:#666;
	font-weight:bold;
	font-style:italic;
	font-size:15px;
}
.mainList2 li{
	padding-bottom:10px;
}
.smlList{
	color: #3A7728;
	font-weight: bold;
}
.list ul {
    font-weight:bold;
    color:#2a245b;
    line-height:1.4;
    list-style-type:none;
}
.list li {
    list-style-image:url(images/arrows.gif);
    padding-left:5px;
    background-position:0 5px;
	font-weight:bold;
	font-size:1.2em;
}
.copy{
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
}
#footer {
	clear:both;
	position:inherit; 
	margin:0 auto; 
	padding:10px 0 0px 0;
	width:900px;
	border-top:8px solid #3A7728;
}
#footer p{
	color:#9F9E9E; 
	font-size:10px;
	margin:auto;
}
#footer a {
	color:#3D7E2C;
}