/************************************************************************/
/* NHMRC.CSS - PRINT                     
This style sheet is used for printing purposes.  It turns off
all navigation elements that are not needed for printing the
web page.

*/
/************************************************************************/
  

#HeaderNavLeftDetail,
#leftBreadCrumbs,
#left,
#top,
#menu,
#right,
#breadcrumbs,
#searchSite,
#rightmenu,
#leftmenu,
#story,
#bottom,
#rightBreadCrumbs, 
{
	 /* <!-- display: none;	*/
}

#wrapper {
	background-color: #FFFFFF;
	min-width: 1000px;
	max-width: 1000px;
	width: 1000px;
	height: 100%;
	border:1px solid #999999;
	text-align: left; 
	margin: 0 auto; 	
	display:block;
}

#content{
	padding: 20px 350px 30px 220px;
	line-height: 16pt;
}