/* print.css */

.l_float_640px {
  margin: 0;
  padding: 0;
 /* border: 1em solid green;*/
  width: 720px;
  float: none;
}
html>body div {
width: 720px;
}


body				{
					background-color: #fff;
					font-size: 12pt;
					}
					
p { page-break-inside: avoid; }

h2 {
	font-weight: normal;
}

#top {
	float:none;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: auto;
	width: 100%;
}
	
					


#globalNav,
#footer,
#rightRail,
#nci_top,
#search,
#breadcrumb,
#pageTools			{
					display: none;
					}
					
#content,
#content-inner		{
					background-color: #fff;
					background-image:none;
					}
					
/*.l_float_640px		{
					width: 640px;
					margin: 0;
					padding: 0;
					float: none;
					overflow: visible !important; 
					height: auto;
					}*/


