#bottomContent {
	background: url(images/boxContentBg.jpg) repeat-y;
	width: 701px;
	margin-left: 7px;
	color:#fcfdf3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bottomHeaders {
	background: url(images/boxHeaders.jpg);
	width: 701px;
	height: 31px;
	color: #fff;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 6px;
	
}

.boxBottom {
	background: url(images/boxBottom.jpg);
	width: 701px;
	height:20px;
	clear: both;
	margin-bottom: 15px;
}

.boxLeft {
	float: left;
	width: 222px;
	padding: 5px 5px 0 5px;
}

.boxLeft a {
	color: #fbffc2;
	font-weight: bold;
}

.boxLeft a:hover {
		text-decoration: underline;	
}

.boxLeft input {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
}

.boxMiddle {
	margin-left: 234px;
	width: 222px;
	
	padding: 5px 5px 0 5px;
}

.boxRight {
	float: right;
	width: 222px;
	padding: 5px 5px 0 5px;
	
}

.featureItem {
	background: url(images/itemLine.jpg) bottom center no-repeat;	
	padding-bottom: 6px;
	font-size: 11px;
}

.featureItem a {
	color: #fbffc2;
	font-weight: bold;
}
	
.featureItem a:hover {
	text-decoration: underline;	
}

.featureItem img {
	padding-right: 6px;	
	padding-bottom: 5px;
}

.sideColumn {
	float: none;
	margin-left: 715px;
}
