/* 
NHCE Print CSS
author: Brian Poulsen
*/

body
	{
  	float: none !important;
  	width: auto !important;
  	margin: 0 !important;
  	padding: 0 !important;
	}

a:link, a:visited 	{ background: #fff; color: #000; text-decoration: underline; font-weight: bold; }

div.logotype 		{ background: #fff; color: #000; font-size:18pt; font-weight: bold; margin-bottom: 10pt;}
.column-two-header 	{ background: #fff; color: #000; font-size:16pt; font-weight: bold; }

#printlogo img 		{ width: 274px; height: 25px; } /* displays the print logo */
div.box-header		{ height: auto; }

/* ====================================================================
HIDDEN ITEMS
-------------------------------------------------------------------- */
div.logo 					{display: none;} /* screen logo */
div.searchbox 				{display: none;} /* searchbox */
div.productbar 				{display: none;} /* productbar */
div.column-one-content 		{display: none;} /* new product (left) column */
div.box-footer-content a 	{display: none;} /* footer links */

#navcontainer 				{display: none;} /* navigation */
