#hideOnPrint {
    display: none;
}

#showOnPrint {
    display: block;
}


/*---------------------------------------------------------------------------------------------*/
/* Print / Send to Friend Support */
#printSendFunctions {
    display: none;
}
@media print {
.no-print {
	display: none;
}
body {
	background: none;
	display: block;
} 
html {
	display: block
}
#topNav {
	display: none;
	}
#leftNav {
	display: none;
}
#right-content {
	background: none;
	width: 900px;
}
#right-content-2
{
	background: none;
	width: 900px;
}
#main-content {
	background: none;
}
#header {
	background: none;
}
#footer {
	display: none;
}
}
