@media print { 
/* ------- PRINT STYLE SHEET -------- */
  #nav,
  .topBanner,
  #searchBar,
  #subcol,
  .topStories,
  #sideBar,
  #sitemap,
  #affiliateSites,
  #content .featureSponsor,
  #content #awardsLayout .tabbedNav,
  #content #awardsLayout #awardsLayoutBottom {
  	display: none!important;
  }
  * {
  	float:none;
  	overflow: visible;
  	}
  body,
  #header,
  #content,
  #content .inner,
  #content #main,
  #content #article,
  #footer,
  #footer p,
  #content #comments,
  #content #awardsLayout,
  #content #awardsLayout .inner {
  	margin: 0;
  	background: #fff;
  	background-image:none;
  	padding:0;
  	color:#000000;
  	float:none;
  	width:98%!important;
  	font-family: "Times New Roman", Times, serif;
  	font-size: 12px;
  	}
  body div,
  #content #comments h2 {
  	background:none ;
  	margin:0 ;
  	padding:0 ;
  	width:98%;
  	}
  #content #awardsLayout h4,
  #content #awardsLayout .module {
    display:block!important;
  }	
  img {
  	border: none;
  	}
}