/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
	background-color: #FFF;
}

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

#imageBox,
#langNav,
#mainNav,
#leftCol,
#midCol,
#midCol .infoBox,
#rightCol #headerImage,
#footer {
	display: none;
}

.oneCol #midCol {
	display: block;
}

#main {
	position: static;
	margin: 10px;
	text-align: left;
}

#head h1 a {
	display: block;
	text-indent: -9999px;
	width: 415px;
	height: 120px;
	background-image: none;
}

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

#midCol {
	position: relative;
}
