/* Changed 7/25/2007 to ignore DIV SNAP, which holds image. */
/* Changed 6/30/2009 to reflect site redesign, er 02.0 */
body { 
	width: 7in;
	padding: 0;
	border: none;
	background: #FFF !important; 
	color: #000;
	float: none;
	}
#header, #nav, #nav2, #sidebar {
	display: none; 
	}
#wrapper {
	width: 7in;
	margin: 8px;
	border: none !important;
	}
#container {
	width: 7in;
	overflow: visible !important;
	border: none;
	}
#content { 
	width: 7in;
	padding: 0; 
	margin: 0;
	background: #FFF !important; 
	color: #000; 
	border: none;
	float: none;
	overflow: visible !important;
	}
#content h1, h2, h3, h4, h5 {
	color: #000 !important;
	}
#content table {
	overflow: visible !important;
	border-collapse: collapse;
	background: #FFF !important;
	float: none;
	}
#content table th, #content table td {
	border: 1px solid #666 !important;
	}
#footer {
	border-top: 1px solid #000 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	overflow: visible !important;
	float: none;
	}
#footer p {
	font-size: .75em !important;
	padding: 0; 
	margin: 0;
	text-align: left !important;
	}
