/* Make top and left sections hidden for printing */
#toppage { display: none; }
#leftcol { display: none; }
#rightcol { display: none; }
.sidebar { display: none; }

/* Some other special classes we can use for printing */
.print-only { display: block; }
.no-print { display: none; }

#content {}

#footercontain {
	clear: both;
	padding: 0; margin-top: 1em;
}

#footer {
	border-top: 2px solid #999;
	color: black;
}


