@charset "utf-8";
.body-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.larger {
	font-size: 14px;
	font-weight: bold;
}
.float-right {
	display: block;
	float: right;
	border: none;
	margin: 5px 0px 5px 15px;
}
.float-left {
	display: block;
	float: left;
	border: none;
	margin: 5px 15px 5px 0px;
}
a { color:#CC0000; }
a:hover { color:#000; }

.section-block {
	display:block;
	position:relative;
	padding-bottom: 15px;
	border-bottom: 1px solid #BE251D;
	margin-bottom: 15px;
}

#contactForm { display: block; width:400px; height: 150px; position:absolute; left:-1000px; background: #fff; color: #000; }
#contactForm h2 { font-family:Georgia, "Times New Roman", Times, serif; color: #BE251D; }
.clearfix {
		clear:both;
}