@import url("base.css");
@import url("forms.css");
@import url("sectionHeaders.css");
@import url("tables.css");
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#mainContent .seo {
	display: none;
}
#homepage {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 250px;
	width: 100%;
}
* html #homepage {
    overflow: hidden;
	width: 100%;
}
#homepage p {
	margin-left: 40px;
}
#subContent {
	margin: 2em 0 0 0;
	position: relative;
}
#subContent a:link, #subContent a:visited {
	color: #EE3C23;
}
#subContent img {
	margin: 0px 10px 10px 0px;
	float: left;
}
#subContent a img {
	border: 1px solid #EE3C23;
}
#subContent h4 {
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.25em;
	margin-left: 138px;
	font-size: 0.95em;
}
#subContent p {
	line-height: 1.4em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 138px;
}
#promo {
	float: left;
	width: 48%;
	height: 1%;
	position: relative;
}
#promo2 {

	float: right;
	width: 48%;
	height: 1%;
	position: relative;
}
#news {
	margin-top: 11em;
}
#news h2 {
	font-weight: normal;
	color: #DB2903;
	margin: 0px 0px 0.5em;
	padding: 0px;
	font-size: 1.1em;
}

#news p {
	margin: 0px;
	padding: 0px;
	font-size: 1.0125em;
}
#news a:link, #news a:visited {
	color: #DB2903;
	background: url(none);
	padding: 0;
}#news a:hover {
	color: #DB2903;
	background: url(none);
	padding: 0;
	text-decoration: underline;
	margin: 0px;
}
#promo ul {
	margin-left: 150px;
}

