#sitePageHeader {
	position:relative;
	z-index:2;
	height:150px;

	margin-bottom:0;
	padding-bottom:0;

	border-top:2px solid #002644;
	border-bottom:2px solid #002644;
	background:url(images/news_page_header_bg.jpg) top left repeat-x;
}

#sitePage {
	background:url(images/news_page_bg.png) repeat-y;
}

#sitePageNavigation {
  width:250px;
  margin-right:-250px;
}

#sitePageNavigation h3 {
  color:#002644;
}

#sitePageNavigation ul.links li ul li
{
  padding-left:15px;
  background:url(images/news_item.png) no-repeat left center;
}

#sitePageContent {
  margin-left:250px;    
}

#sitePageContent h2 {
	padding:0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:1em; /* Set to zero when showing date is enabled */
}

#sitePageContent h4 {
	padding:0;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:2em;
	font-size:xx-small;
	font-weight:normal;
	color:#999;
}


