
/* Bring in the main styles */
@import url(standard.css);

#siteToolsContainer {
	display: none;
}

#banner, #bannerHome {
	height: 120px;
}

#globalNav li.selected a {
	font-weight: bold;
	text-decoration: underline;
}


#sectionLinks li.selected a, #sectionLinks li.selected2 a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

#relatedLinks li.selected a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}




#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}


#bannerHome h2 {
	font-size: 14px;
	width: 100%;
	margin: 5px 0 0 20px;
}

#bannerHome #bannerRight p {
	margin: 0 0 0 20px;
}

#homecontainer #newsbox {
	clear: both;
	width: 452px;
}

