/* styles for the print view */

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

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

#searchBox,
#address,
#metaNav,
#headerImage,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer {
	display: none;
}

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

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

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

#midCol {
	position: relative;
}

#print .ctArea ul {
	margin-left: 16px;
}

#print .ctArea ul li {
	margin-bottom: 5px;
	padding: 0;
	background-image: none;
	list-style-type: disc;
}
