/* Print CSS Document */

html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 12px !important;
	line-height: 125%;
	border: 0;
	border-top: 0;
	margin: 0px;
	padding: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
}

.col, .col-2, #left, .content, #infoLeft, .sRight {
	display:block;
	width:100%;
	height:auto;
	margin: 0px;
	padding: 0px; 
	float:none;
	clear:none;
	position:inherit;
	background:none;
}

h1 {border-top: 0px none;border-bottom: 0px none;}

.date {font-size: 12px; margin-bottom: 1em;}

#top, #breadcrumbs, #menu, #right, #footer, #bottom, #infoRight, .sLeft {
	display: none;
	visibility: hidden;
}