




    
/* print.css */

.sidebar, #footer, #navPrimary, #navSecondary, #navUtility, #pageActions {
	display: none;
}

#container, #header {
	background-image: none;
}

#header {
	height: auto;
}

h1 {
	float: left;
	display: inline;
	width: 141px;
	height: 41px;
	margin: 0 0 0 30px;
}

#content {
	width: 100%;
	background-image: none;
}

.contentPrimary {
	float: none;
	width: 100% !important;
	padding: 0;
	font-size: 9pt;
}

.leftCol {
	width: 75%;
}

.rightCol {
	width: 20%;
}

.rightCol p {
	font-size: 8pt;
}

/* End of standard css entries.  All entries below this line are site specific */

.print{color:print;}


    


