/* E-SERVE CSS Document */
<!--
/* move intro blurb over to right, since no PDF content	*/
#PDFintro{
	left:221px;
}
	/*	bump up position of Sub Nav only 
	(since we are not displaying PDF but ARE displaying intro blurb)	
*/
#subNav{
	top: 224px;
}
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 700px;
}
/*	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: 924px;
}
-->



