/* PRIVACY CSS Document */
<!--
/*	
	************************************************************
	NOTE-	This css builds upon 'sitemap.css' 
	(GENERIC banner, etc.), and just adjusts the content height 
	and pads the content text
	************************************************************
*/
/*	Adjust height of nav and content area	*/
#subNav, #mainContent{
	height: 800px;
}
/*	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: 1024px;
}
/*	extra padding added to content text */
#mainContent p, #mainContent h1{
	padding-right: 20px;
	padding-left: 20px;	
}
-->




