@charset "UTF-8";
/* CSS Document */


/**

	This is the print stylesheet.  Hide the headerbox, the left mainNav.  Resize the main contentBox to fill
	the entire screen.
	
**/
#headerBox {
	display: none !important;
	/*visibility: hidden;*/
	height: 0 !important;
}

#mainNav 
{
	display: none !important;
}

#contentBox
{
	top: 0 !important;
	left: 0 !important;
	border: none;
}

#navBox .topicJump
{
	display: none !important;
}

#ssh_mainContent .ssh_pageFooter #printFooter
{
	display: block !important;
}

/*#ssh_mainContent .ssh_pageComments
{
	display: none !important;
}*/

#ssh_mainContent #ssh_pageCommentsNote
	{
		display: none !important;
	}

