#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/information_page_header_bg.jpg) top left repeat-x;
}

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

#sitePageHeader .column {
  border:none;
  background:none;

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

  background:url(pqs/images/line_dotted_horizontal.png) repeat-x bottom;
}

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

#sitePageNavigation h3 {
  color:#002644;
  padding-left:15px;
  background:url(images/information_category_closed.png) no-repeat left center;
}

#sitePageNavigation h3.current {
  color:#002644;
  padding-left:15px;
  background:url(images/information_category_opened.png) no-repeat left center;
}



