/* styles for the print view */

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

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

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

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

#head {
	height: 100px;
	background-image: none;
}

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

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

#midCol {
	position: relative;
	text-align: left;
}

#print #midCol .ctArea {
	padding-top: 0px;
}

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

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

#print #mainNoRight #midCol .fce2Columns .fceRightCol .fceCtArea,
#print #mainNoRight #midCol .fce2Columns .fceLeftCol .fceCtArea {
	margin-left: 16px;
	margin-right: 16px;
}

