/* Add all div's that need hiding on this line: */
#header, #topnav, #topheader, #footer {
	display: none;
	float: none;
}

/* Add all div's that lead to the (and including) #content div: */
#contentwrap, #wrapper, #content {
	width: auto;
	border: none;
	float: none;
	margin: 0;
	padding: 0;
}

#wrapper {
	margin: 0 auto;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000;
	background-color: #fff; 
	text-align: left;
	padding: 0;
	margin: 0;
}
#content {
	font-size: 12pt;
	line-height: 14pt;	
}
a {
	text-decoration: underline;
	color: blue;
}

#header, #leftcol, #rightcol{ display: none;}

.hprow, .hpcell {
	width: auto;
	float: none;
}