/* remove floats */
#content, #sidebar, #mainContent {
	float: none !important;
}

/* hide from print */
ul#mainnav, #footer {
	display: none !important;
}


body {
	background: none;
	color: #000;
	font-size: 100%;
	font-family: arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: top;
}
#mainContent {
	float: none;
	margin: 0;
	padding: 0 0 25px 0;
}
#content {
	float: none;
	margin: 1em 0 0 0;
	width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
#sidebar h3 {
	border-bottom: 1px solid #000;
	color: #000;	
}
#sidebar {
	background: none;
	border-top: none;
	float: none !important;
	font-size: .85em;
	margin: 0;
	width: 100%;
}