/* 
  ------------------------------------------------
  Print Media Style Sheet
  ------------------------------------------------
*/

/* edited from original  */
body {
	margin: 0;
	padding: 0;
	font-family:"Times New Roman", Times, serif;
}
.sidebar2 {width: 20%;
	font-size: .65em}
.sidebar {width: 19%;
	font-size: .55em}
.menutop-wrapper {display:none; }
.main-content {
	font-size: .75em;
	padding-bottom: 0;
	margin-bottom: 0;
	width: 60%;
	border: 0;
}

/* *******************************************************************  */ 
/*                      printer styles                                  */ 
/* ******************************************************************** */ 
     
 @media print{ 

/*hide the navigation when printing*/ 
#HON, #spotlight, #promo, #bottom ul, nav, #sidenotes {display:none;} 
