﻿body, html {
	margin: 0;
	padding: 0;
}
#header {
	display: none;
}
#sidebar2 {
	display: none;
}
#footer {
	display: none;
}

.thrColAbsHdr #mainContent { 
	margin: 0  10px 0 0 ; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
		
	text-align: center;
	font: 14pt Georgia, "Times New Roman" , Times, serif;
	color: #4b4b4b;
	
	
}



#content p {
	font: 12pt/20pt "Times New Roman", Times, serif;
}
#content p {
	margin-left: 20pt;
}


