body { 
	margin: auto;
	background: white;
	color: Black;
	font: 11pt Times, Palatino, serif;
	}

/* =========== LAYOUT ==================== */

#pageLayout { width: 100%; }
#contentLayout { width: 100%; }

#banner, #intBanner, #nav, #siteLinks, #breadcrumbs, #leftCol, #rightCol, #printerLink { display: none; }
#centerCol { width: 100%; }
#footer { margin-top: 0; font-size: 9pt; text-align: center; }
#footer .siteLinks, #footer .textLinks { display: none; }


/* ============= TEXT DISPLAY ============ */

h1, h2, h3 { font-weight: bold; }
h1 { font-size: 16pt; border-bottom: 1pt solid black; }
h2 { font-size: 14pt; }
h3 { font-size: 12pt; }

