@import "includes/header.inc.css";
@import "includes/navigation.inc.css";

/* extending existing styles */
#main_index_column_left {
	background: #d1e7f7;
}
#main_index_content {
	border: 10px solid #d1e7f7;
	width: 984px;
	padding-bottom: 20px;
}

/* content */
#about_newsletters_content {
	position: relative;
	float: center;
	clear: both;
	margin: auto;
	width: 600px;
	border: 9px solid #d1e7f7;
	background: #eff6fc;
	color: #333;
	font-size: 11px;
}
#about_newsletters_center_box {
	position: relative;
	float: center;
	clear: both;
	margin: auto;
	width: 720px;
}
#about_heading_top {
	position: relative;
	float: center;
	clear: both;
	font-size: 26px;
	font-weight: normal;
	color: #333;
	margin: auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
	width: 720px;
}
.about_heading {
	position: relative;
	float: center;
	clear: both;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-align: left;
	padding: 10px 5px 10px 5px;
}
.about_row {
	position: relative;
	float: center;
	clear: both;
	font-size: 11px;
	color: #333;
	padding: 5px;
}
.about_spacer {
	position: relative;
	float: center;
	clear: both;
	height: 15px;
}
