/* styles for the print view */


body {
	background: none;	
	background-color: #FFF;
	text-align: left;
	overflow: visible !important;
	overflow: auto;
}

#headerImage,
#rootlineNav,
#mainNav,
#subNav,
#rightCol,
#footer{
	display:none;
}

#main {
	background: none;
	position:static;
	padding:10px;
	font-size: 12px;
	padding-bottom: 200px;
}

#head h1 a {
	display:block;
	text-indent:-999px;
	width:278px;
	height:75px;
	background-color: #FFF;
}

#head h1 img {
	position:absolute;
	left:0;
	top:0;
	border:none;
}

#midCol {
	position:relative;
	top: 140px;
}

#midCol table td {
	font-size: 12px;	
}
