/*===PRINT STYLES FOR TEMPLATE===*/
@media print {

html, body {
    height: 100%;
	font-size: 11pt;
	background-color: #FFFFFF;
}
p {
	font-weight: normal;
	margin-left: 0;
	}
img {
	border:0;
	}
hr {
	color:#999;
	height:2pt;
	}
/* ------------------------------------------------------------ **/
/* Layout Divs                                 */
/* ------------------------------------------------------------ **/
 #usgscolorband, #usgsbanner, #usgsfooter, #usgsfootertext{
	visibility: collapse;
}
#wraper, #inner_wrapper, #usgsidentifier {
	visibility: visible;
	background-color: #FFF; /* White */
}
#usgstitle p{
	display:block;
	width: 100%;
	background-color: #6d8ca2; 
	color: #fff; 
	border-bottom: 0; 
	border-top: 0; 
	height: auto;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom:2px;
} 
/* Style for the div that contains content and left nav */
#inner_wrapper {
	margin-left: 0;  /* L */
}

/* Style for div that contains the page content  */
.content_div {
	float: left;
	width: 100%;
	top:auto;
	background-color: #FFF;
	visibility: visible;
	border: 0;
	font-size: 11px;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 0;
}
.content_div h1, h2, h3, p {
	margin: 0;	
	padding: 0;
	padding-bottom: 3px;
}
.nav_container, .sdmenu, .submenu, #usgsccsabox, #usgsccsa, #usgsfooterbar {
	visibility:hidden;
	display:none;
}
.clearing {
	visibility: visible;
}
/* ------------------------------------------------------------ **/
/************* #print styles ***************/
/* ------------------------------------------------------------ **/
#print, .print {
	visibility:visible;
	display: block;
}

}
/*===END PRINT STYLES FOR TEMPLATE===*/