@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin-left: 0;
	margin-top: 0;
	/* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #mainNav {
	position: absolute;
	left: 213px;
	top: 107px;	 /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainTitle {
	position: absolute;
	left: 213px;
	top:  164px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #mainImg {
	position: absolute;
	left: 124px;
	top:  265px;
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.mSubtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFF;
	text-decoration: none;
}

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	line-height: 18px;
}
.mNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
a:hover.mNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3E663E;
	text-decoration: none;
}
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67AA67;
	text-decoration: none;
}
.iText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3E663E;
	text-decoration: none;
}
.bodybold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336633;
	text-decoration: none;
	font-weight: bolder;
}
.page_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #69AA66;
	text-decoration: none;
	font-weight: normal;
}
.sub_titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #669933;
	text-decoration: none;
	font-weight: normal;
}
.bodyitalic {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-style: italic;
}
.subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #698268;
	text-decoration: none;
	font-weight: bold;
}
.tagline_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.tags2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #29AE55;
	text-decoration: none;
	font-weight: normal;
}
.subnavdown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #669933;
	text-decoration: none;
	font-weight: bold;
}
