/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-image: none;
}

* {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 128.5%;
}

#headerImage,
#rootlineNav,
#langNav,
#slogan,
#login,
#mainNav,
#metaNav,
#leftCol,
#rightCol,
#footer {
	display: none;
}

#main {
	position: static;
	margin: 10px;
}

#head h1 a {
	display: block;
	text-indent: -999px;
	width: 277px;
	height: 80px;
}

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

#midCol {
	position: relative;
}
