/* styles for the print view */

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

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

#headerImage,
#rootlineNav,
#langNav,
#mainNav,
#rightCol,
#footer,
#metaNav,
#quickSearch,
h2 {
	display: none;
}

#leftCol .ctArea .sectionFrame2 {
	margin-left: 0px;
}

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

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

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

#head {
	margin-bottom: 50px;
}

#midCol {
	position: relative;
	background-image: none;
}

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

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