body, html {
	margin:0;
	padding:0;
	background:#fff;
	color:#000;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#wrap {
	margin: .5in 0 0 0;
	width: 7.5in;
	background:none;
}
#header {
	display: none;
}
#headerPrint {
	display: block;
}
#nav {
	display: none;
}
#main {
	float:right;
	width:5in;
	height: auto;
	padding: 0;
	margin: 0 0 10px 0;
}
#imageNav {
	display: none;
}
#caption {
	margin: 10px 0px 7px;
	font-size: 11px;
	text-align: center;
}
a.readMoreLink {
	display: none;
}
#sidebar {
	background:none;
	color:#000;
	width: auto;
	overflow: visible;
	margin: 0 .5in 0 0 ;
	height: auto;
	padding: 0;
	float: none;
}
#sidebar h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
}
#sidebar p {
	font-size: 10pt;
}
#readMoreRight {
	display: none;
}
#readMoreRight img {
	display: none;
}
#textOuter {
	position: none;
	clip:   rect(auto auto auto auto);
	overflow: visible;
	height: auto;
	width: auto;
	padding: 0 ;
	margin: 0;
}
#textInner {
	position: none;
}
#footer {
	display: none;
}
#copyright {
	clear: both;
	background:#fff;
	padding: 10px 0;
	color: #000;
	font-size: 10px;
	text-align: left;
}
#printLogo {
    text-align: left;
    display: block;
} 

