@charset "utf-8";
body {
	font: 14px Verdana, Helvetica, Arial, sans-serif;
	background-color: #E165A4;
	background-image:url(images/page_bkg.jpg);
	background-repeat: repeat-x;
	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: #3b3b3b;
}
.wrapper #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
a:link {
	font-size: 14px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #A3C02C dotted;
}
a:hover, a:focus {
	color: #696969;
	text-decoration: none;
	border-bottom: 1px #696969 solid;
}
a:visited {
	font-size: 14px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px #A3C02C dotted;
}
.wrapper #header {
	margin: 0;
	height: 146px;
}
.header_left {
	float: left;
	margin-right: 12px;
}
.header_right {
	float: right;
	margin-right: 5px;
}
.wrapper #nav {
	margin: 0;
	padding: 4px 0 8px 0;
	height: 34px;
	color: #f7faea;
	font-weight: bold;
	text-align: right;
}
.wrapper #nav a:link {
	color: #f7faea;
	text-decoration: none;
	border-bottom: none;
}
.wrapper #nav a:hover, .wrapper #nav a:focus {
	border-bottom: 1px #e05da2 solid;
}
.wrapper #nav a:visited {
	color: #f7faea;
	text-decoration: none;
	border-bottom: none;
}
.wrapper #mainContent {
	margin: 0;
	padding: 12px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: url(images/content_left.jpg);
	border-right: url(images/content_right.jpg);
	background: #f7faea;
}
#contentBoxGreen {
	margin: 0 72px;
	padding: 12px 12px;
	background:#b2d235;
	font-size: 14px;
	color: #3b3b3b;
	text-align: center;
}
#contentBoxBlu {
	margin: 0 24px;
	padding: 1px 12px;
	background:#197095;
	color: #f7faea;
}
#contentBoxBlu img {
	margin-bottom: 10px;
}
#contentBoxBlu img a:link {
	border-bottom: none;
}
.wrapper #contentBtm {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3b3b3b;
}

#description {
	font-size: 14px;
	color: #3b3b3b;
}

/*----ADVERTISERS---*/
.adlogo {
	width:350px;
	height:180px;
	float:left;
	margin-right:15px;
	margin-top:10px;
}
.adcontact{
	width:350px;
	height:180px;
	float:right;
	padding: 32px 0 0 0;
	margin-top:10px;
}
.adcontact p{
	margin: 0 0 8px 0;
}
.wraptext{
	float:left;
	margin-right:12px;
}
.adinfo{
	margin-top:210px;
}

#fltrt {
	float: right;
	margin-left: 12px;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
	color: #3b3b3b;
}
#fltrt a:link {
	font-size: 12px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#fltrt a:hover, #fltrt a:focus {
	color: #A3C02C;
	text-decoration: none;
	border-bottom: 1px #e05da2 solid;
}
#fltrt a:visited {
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#fltrt2 {
	float: right;
	margin-left: 12px;
	padding: 0 4px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	line-height: 20px;
}
#fltrt2 a:link {
	font-size: 10px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border: 1px #A3C02C solid;
}
#fltrt2 a:hover, #fltrt a:focus {
	color: #A3C02C;
	text-decoration: none;
	background-color: #E165A4;
}
#fltrt2 a:visited {
	color: #e05da2;
	font-weight: bold;
	text-decoration: none;
}

.wrapper #footer {
	padding: 0 10px 24px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#3b3b3b;
}
.wrapper #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 */
	color: #f7faea;
	font-size: 12px;
}
.wrapper #footer a:link {
	color: #f7faea;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px #f7faea dotted;
}
.wrapper #footer a:hover, .wrapper #footer a:focus {
	border-bottom: 1px #f7faea solid;
}

#img a:link {
	font-size: 14px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
#img a:hover, #img a:focus {
	color: #A3C02C;
	text-decoration: none;
	border-bottom: none;
}
#img a:visited {
	font-size: 14px;
	color: #A3C02C;
	font-weight: bold;
	text-decoration: none;
	border-bottom: none;
}
.subhead {
	font-size: 18px;
	color: #25A9E0;
}
.statement {
	font-size: 16px;
	color: #3b3b3b;
}
.dircat {
	font-weight: bold;
	font-size: 125%;
	color: #696969;
	border-bottom: 1px #696969 solid;
}
.style1 {
	font-size: 12px;
	color: #f7faea;
}
.impact {
	font-weight: bold;
	font-size: 125%;
	color: #25A9E0;
}
