/* =========================================================================
// CHANGE LOG (most recent first)
// =========================================================================
// 
// -------------------------------------------------------------------------
// 
// 28 Feb 2011.	  Simplified and removed redundant styles.
// 03 Oct 2008.	  Hide PDF link in help guide
// 15 Nov 2007.   Mark secondary nav as 'display: none'.
// 16 Oct 2007.   ADAT CSS first versioned version.
// 
// ------------------------------------------------------------------------- */


/* -----------------------------------
  print main body only 
--------------------------------------*/

.hide,
img.spacer,
#header em#tag-line, 
#primary-nav,
#extra-nav,
#footer,
#secondary-nav,
.hide-for-print {
	display: none;
}

#main {
	background-image: none;
}

#main #first {
	margin: 0;
	width: 99%;
}
#main p {
	width: 99% !important;
}	



