@charset "UTF-8";
/* CSS Print Stylesheet */

/* --- global styles --- */
body  {
	background: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
}
/* --- layout styles --- */
.u_style #wrapper { 
	width: 95%;
	max-width: 95%;
	min-width: 95%;
	margin: 0 20px ;
	padding: 0;
	background: #fff;
	background-image: none;
	text-align: left;
}  

.u_style #header {
	display: none;
}
.u_style #headerRight {
	display: none;
}
.u_style #search {
	display: none;
}
.u_style #headerNavBar {
	display: none;
}
.u_style #headerPrint {
	display:inline-block;
	margin: 20px 0 0 0;
	border-bottom: 4px #666 solid;
}
.u_style #headerPrint h1 {
	color: #000;
}
.farDate {
	font-weight: bold;
	color: #888;
	margin: 0 0 5px 0;
	padding: 0;
}
.u_style #content {
	float: none; 
	margin: 0;
	padding: 0;
} 
.u_style #content .spacer {
	margin: 0;
	padding: 0;
} 
.u_style #content a:link,
.u_style #content a:visited
 {
	text-decoration: none;
	font-weight:bold;
}
.u_style #content a:focus,
.u_style #content a:hover,
.u_style #content a:active {
	text-decoration: underline;
	font-weight:bold;
}
.u_style #content img {
	max-width: 100%;
}
.u_style #sideColumn1 {
	display: none;
}
.side1 { 
	display: none;
}
.mid { 
	display: none;
}
.u_style #footer {
	display: none;
}

/* Gives hasLayout which fixes IE bug causing printing page break after #headerPrint */
*:first-child+html #content,   
*:first-child+html h2,
* html #content,
* html h2,
 {
	display: inline-block;
}
