/***********************************************/
/* Site Items                                  */
/***********************************************/ 

body { 
	background: #FFFFFF url(none); /* Force backgrounds to white */
}

#siteWrapper, #mainContent, .col2 { /* Adjust wanted items for print */
	clear:both; /* Put items in there own rows */
	/*float:none;  Remove formating */
	width:auto; /* Add flexability */
}



.footer, #home_flash ,.col1, .navigation, .subnavigation, .logo { /* Remove unwanted items for print  */
	display:none;
}

/***********************************************/
/* Print Items                                 */
/***********************************************/

#printHeader { /* Add items for print */
	clear:both;
	display:block;
}
