/* styles for the print view */

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

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

#headerImage,
#rootlineNav,
#navBox,
#metaBox,
#metaNav,
#langBox,
#langNav,
#mainNav,
#leftCol,
#rightCol,
#footer,
#searchBox {
	display: none;
}

#start #leftCol,
#start #rightCol {
	display: inherit;
}

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

#head {
	height: 150px;
}

#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;
}

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

.fce2Columns .fceRightCol {
	float: left;
	margin-left: 20px;
}
