/* styles for the print view */

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

* {
	font-family: "Courier New", Courier, sans-serif;
	font-size: 13px;
	line-height: 128.5%;
	color: #000;
}

#head h2,
#loginbox,
#accessKeys,
#loginbox_act,
#langNav,
#navigation,
#mainNav,
#leftCol,
#rightCol,
#footer {
	display: none;
}

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

#head {
	margin-bottom: 30px;
}

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

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

#midCol {
	position: relative;
}

#midCol .ctArea ul li {
	list-style: disc inside;
	background-image: none;
}

#midCol .ctArea a {
	color: #000;
}



