/* CSS Document */
<!--
/* =================================== */
/*	  Page Specific CSS	<BEGIN>	  	  */
/* ================================= */
	/*	bump up  MAIN CONTENT position (since we are not displaying PDF and intro blurb area)	
	( -39 pixels)
*/
#mainContent, #subNav{
	top: 224px;
}
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 1375px;
}
/*	set footer div position to just below content area
	(265 + height of content #subNav   -40 pixels IF we are not displaying PDF and intro blurb area ) 
*/
#footerDiv{
	top: 1599px;
}
/*	set gap image to span 100% of browser width	*/
#bannerDiv { 
	background-image: url(../images/pgBnr/bnr-generic-gap.jpg);}
/*	page specific RGB divider bar	*/
#pgLocation, #bannerDiv{
	background-color: #405065;
}
/*	text RGB for crumb trail links & clock	*/
#breadCrumbs, #breadCrumbs a:link, #breadCrumbs a:visited, #timeDate{
	 color: #eee;
}
-->



