@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: white;
	font-size: 12pt;
	float: none;
}
#header, ul#nav #footer, #mid_content img, #slideshow {
	display: none;
}
#mid_content, #body_cell, #main_container {
	width: auto; 
	margin: 0;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
p {
	line-height: 1.1em;
	padding: 0;
	margin: 0 0 12px 0;	
}
a, a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}