body {
	font: 12px/20px Tahoma, Geneva, sans-serif;
	background: #677A7A;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #556664;
}
.hillsborough #container {
	width: 1000px;
	background: #FFF;
	margin: 0 auto;
	border: 1px solid #545b5b;
	text-align: left;
}
.hillsborough #header {
	background: #FFF; 
}
.hillsborough #subheader {
	background: #FFF;
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
}
.hillsborough #mainContent {
	padding: 0 0px 0 45px;
	background: #FFFFFF;
	text-align: justify;
}
.hillsborough #subfooter {
	background:#FFF;
	margin-left: 45px;
	margin-bottom: 10px;
}
.hillsborough #footer {
	background:#025354;
}
h1 {
	font-size: 20px;
	color: #025354;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	color: #025354;
}
h3 {
	font-size: 14px;
	color: #025354;
}
a:link {
	color: #025354;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #037272;
}
a:hover {
	text-decoration: none;
	color: #B41D22;
}
a:active {
	text-decoration: none;
	color: #037272;
}
.small_text {
	font-size: 9px;
}
.small_white_text {
	font-size: 10px;
	color: #D7D7D7;
}
.small_red {
	font-weight: bold;
	color: #B41D22;
}