body {
	font-family: "Times New Roman", Garamond, serif;
	font-size: 11pt;
 	background-color: white;
	line-height: 120%;
	margin-bottom: 10pt;
	color: black;
} 

#header { display: none; }
#nav { display: none; }
#top { display: none; } 
#sidebar { display: none; }
#footer { display: none; }
	
#single h1, #double h1,{ font-size: 14pt; }
#single h2, #double h2,{ font-size: 13pt; }
#single h3, #double h3,{ font-size: 12pt; }

a:link,a:visited {
 color: #3333CC;
 text-decoration: underline;
 font-weight: bold;
} 

#wrapper, #content, #double, #single {
	width: 100%;
	padding: 0;
	border: 0;
	float: none !important;
	background: transparent none;
}