/* styles for the print view */

body {
	overflow: visible !important;
	overflow: auto;
}

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

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

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

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

#midCol {
	position:relative;
}

#midCol p {
	line-height: 16px;	
}

* {
	line-height: 128,5%;
	font-size: 12px;
}

#midCol h2,
#midCol h3,
#midCol h4 {
	font-size: 12px;
	padding-bottom: 5px;	
}
