@media print { 

.header {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	font-weight: bold;
	border: 1px solid #cccccc;
	padding: 5px;
}

body
{
	background: #fff url(../images/btngh2.jpg) no-repeat 20px 20px;
	font-family: "Trebuchet MS";
	color: #666;
	font-size: 10pt;
	
}

#content
{
	width: 95%;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #696969;
	text-align: justify;
	margin: 5px;
	float: left;
}

#content2
{
	width: 95%;
	padding: 5px 5px 5px 5px;
	background-color: #fff;
	color: #696969;
	text-align: justify;
	margin: 5px;
	float: left;
}

#footer {       
display:none;       
}

#sidebar {
	display:none;
}

#sidebarright {
	display:none;
}

#supbar {
	display:none;
}


