#footer {
	background-color: #A2B2CB; /* Accent 7 */
	padding: 10px 20px;
	color: #666666; /* Hard coded no matter what color scheme */
	text-align: right;
	font-weight: bold;
	padding-left: 45px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9BB6D2; /* BG Dark */
	margin: 0px 0px 5px 0px;
}
div.contentHeaderContainer {
	overflow: hidden;
	height: 1%;
	margin-right: 10px;
	margin-left: 10px;
}
div.contentBodyContainer {
	margin-right: 10px;
	margin-left: 10px;
}
#subPage #header {
	background-image: url(../siteassist_images/subheader_background_V2.jpg);
	height: 104px;
}
#homePage #header {
}

p {
	font-size: 13px;
}
h1 {
	font-size: 16px;
}
#homePage #featured .featuredRight {
	padding-right: 50px;
}

