body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-size: 12pt;
	text-align: center;
	overflow: visible; /* to help Firefox print without unwanted page breaks or missing content */
}
#container {
	width: auto;
	margin: auto;
	border: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
}
#topnav, #headercontainer, #flash_slide, #left, #footer_left, #footer, .noprint {
	display: none;
}
#headerprint, #flash_slide_print, #flash_gallery, #footerprint {
	display: block;
}
#logo, #header, #headerprint, #flash_slide_print, #maincontent, #flash_gallery, #footercontainer, #footerprint {
	width: auto;
	float: none;
	clear: left;
	overflow: visible;	/* to help Firefox print without unwanted page breaks or missing content */
	border: 0;
	color: #000;
	background-color: #fff;
}
.padding {
	padding: 20px 0;
}
#footercontainer {
	background: none;
}
#footerprint {
	border-top: 1px solid #000;
	text-align: left;
}
a:link, a:visited {
	color: #00c;
	font-weight: bold;
	text-decoration: underline;
}