/*BRONZE PRINT STYLE SHEET*/

body {
	background: white;		
	font-size: 12pt;		
	}

#banner, #footer, .noprint {display: none;}

#header #breadcrumbs {
	background-image:none;
	}

#ban h1, #ban h2, #ban h3 {
	position:static;
	clear: both;
	text-align: left;
	}

html, body, #wrapper, #main, #content {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;	
	}
div#content {	
	width: auto;		
	margin: 25px 0 0 0;	
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;		
	float: none !important;	
	display: block;	
	clear: none;
	border-top: 3px double black;		
}

.noprint {display:none;}
.nodisplay {display:block;}