/* This changes the background color of the header div. Should match the background of the main header image*/
.headerBanner{
	background-color: #fff;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	height: 8px;
	line-height: 8px;
	border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
	background-color: #00417c;
	margin-right: auto;
	margin-left: auto;
}
a#homeLink {
	display: block;
	background-color: #FFFFFF;
	text-align: left;
	height: 125px;
	background-image: url(/img/headers/cover_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(/img/headers/cover_image.jpg);
	background-position: 0 0;
	margin: 0 auto;
}
a .RSText { 
	display: none;
}
