/* print CSS */

.printonly { display: block; }
.screen { display: none; }

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 1.2;
	min-width: 100%;
	}	
body * {
	float: none;
	position: static;
	background: none;
	padding: 0;
	color: #000;
	}
#columns, #header	{ padding: 0 !important; }
#col-b, #col-c, ul.tabmenu { display: none; z-index: 1; }
#col-a { margin: 0; }
#col-a[id], #col-b[id], #col-c[id], .float-wrapper[class] { margin: 0; }

.main-content ul { list-style: disc; padding-left: 24pt; }

#main {
	background: none;
	border: none;
	min-width: 100%;
	max-width: none;
	}
h1 { font-size: 18pt; height: auto; text-indent: 0; }
h2 { font-size: 16pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }

#header address { font-size: 10pt; padding-top: 6pt; }
	