/* print css */

* { background: #fff; }
body, p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px!important;
	line-height: normal;
}
.headerright, #mainnav, .head_bg, .footer, .content_foot{
	display: none!important;
	height: 0px;
	width: 0px;
}
.header_bg, footer_bg{
	background-image: none;
	height: 0px;
	display: none;
}
.header {
	background-image: none;
	color: #FFF;
	padding: 0px;
}
.logo {
	padding-bottom: 10px!important;
	}
#internalcontent .leftcolumn{
	display: none;
}
#internalcontent .rightcolumn{
	float: none;
	width: 650px;	
}

