﻿@media print
{

.noprint {
	display: none !important;
}
.print {
	display: block !important;
}
body {
	background: white;
	font-size: 12pt;
	margin: 0 0 0 0;
   }
#right {
	height:auto;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}
#twofer {
	top: 0px;
	left: 0px;
}

#masthead, #fence, #logo, #left, #copyright, #sign {
	display: none !important;
} 
}