﻿/* this css file is to print only the main div (central column) */
body {
	width:7in;
	color:#000000;
	font:12pt/20pt "Times New Roman", Times, serif;
}
#header, #navcol, #sidecol, #footer {
	display:none;
}
#main {
	margin-top:-10px;
}
#header, #navcol, #sidecol, #footer, #main {
	overflow:visible; /* this is to correct Firefox printing one page only */
	}
#header, #navcol, #sidecol, #footer, #main {
	float:none; /* this is to correct Firefox printing one page only */
	}


