/************************************************************************/
/* 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;	
}

#html{
	background-color:#FFFFFF;
}

#Print {
	display:block;
	padding: 5px 0px 30px 0px;
}

#wrapper {
	float:none;
	background-color: #FFFFFF;
	min-width: 650px;
	max-width: 650px;
	width: 650px;
	height: 100%;
	border:0px solid #FFFFFF;
	text-align: left; 
	margin: 0 ; 	
	display:block;
}

#content{
	float:none;
	margin: 0; 	
	padding: 0px 0px 0px 0px;
	line-height: 16pt;
}