#leftcol, #nav, .top, .phone, .nav2 { 
	display: none;
}

#content h3 { 
	font-size: 150%;
	font-weight: normal;
}

#title {
	display: block;
	position: absolute;
	left: 0; top: 0;
	font-size: 250%;
}

#pagehead { background-image: none; }

#container { 
	position: inherit;
	display: block;
	margin-top: 80px; 
	padding-top: 40px;
	width: 100%;
}
	* html #container { top: 0; padding-top: 0; }

#content { 
	position: inherit;
	display: block;
	left: 0;
	width: 80%;
	margin: 0 !important; 
	padding: 0 !important;
}

#footer {
	margin-left: 0; margin-top: 8em; 
	font-size: 9px;
	color: #000000;
}

.more { display: block; }

.pic {
	float: none !important;
	position:relative;
	display: block;
	margin-left: 20px;
	margin-top: 20px; 
	right: auto; top: 0;
}

img.gray { display: none; }
img.white { display: block; }

.breakbefore { page-break-before: always; }

	* html .breakbefore { margin-top: 120px !important; }



