html {
	background: #EFEFEF url(background.jpg) top center no-repeat;
}

body {
	background: transparent none;
}

#siteHeader {
	background: url(pageHeader.jpg);
	height: 225px;
}

.subNav .parents .selected a {
	color: #FFF;
}

#homePage #displayBodyHeader { display: none !important; }

#displayBodyHeader {
	border-color: #FFF;
}

#topNav a {
	background-image: none !important;
	height: 35px;
	line-height: 36px;
	border-right: solid 1px #021a36;
	border-left: solid 1px #124c92;
}

#topNav tr {
	background-image: none !important;
}

#topNav .selected:link, #topNav .selected:visited, #topNav a:hover {
	background: #016F52;
}

.subNav .children a {
	background: #002d62;
}

.subNav .children a:hover {
	background: #006f51;
}

.relatedSections a {
	background: #002d62;
}

.relatedSections a:hover {
	background: #006f51;
}

.dateImage .month {
	background: #006f51;
}


