@media print {
	
	#accessibility,
	#siteSearch,	
	#mainNav,
	#subNav,
	#breadcrumb,
	#xcol,
	#footer,
	#googleAd,
	#supportContent,
	#toolsSection,
	#shareArticle,
	#tags {
		display: none;
	}
		
		
	* {
		float:none;
		overflow: visible;
		}	
		
	body {
		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 {
		background:none ;
		margin:0 ;
		padding:0 ;
		width:98%;
		}
	
	img {
		border: none;
		}
	
	h1 {
		font-size: 16pt;
		margin: 2px 0 4px 0;
		line-height: 1.8em;
		font-weight: 400;
		}
	
	h2 {
		font-size:16pt;
		line-height:2;
		}
	
	h3 {
		font-size:15pt;
		line-height:1.8;
		}
	
	h4 {
		font-size:13pt;
		line-height:1.5;
		}
	
	h5, h6 {
		font-size:12pt;
		line-height:1.3; 
		}
	
	h1, h2, h3, h4, h5, h6, p {
		border:none;
		width:auto;
		margin:0;
		padding:0;
		clear:both;
		background:none;
		font-family: Arial, Helvetica, sans-serif;
		}
	
	p {
		font-family: "Times New Roman", Times, serif;
		font-size: 12pt;
		margin-bottom: 10pt;
		}
	
	a {
		color:#D3373B;
		text-decoration:none;
		font-weight:bold;
		}
	
	ul, li, ul li, li a {
		list-style:none;
		background:none;
		margin:0;
		padding:0;
		clear:both;
		}
	
	a:link, a:visited {
		text-decoration:underline;
		color:black;
		background:transparent;
		}
	
		
	div.articleAssetsImages {
		border: none;
		margin-bottom: 10px;
	}
	
	table, th, td, tr {
		border:none;
		background:none;
		}

	#wrap,
	#header,
	#content,
	#maincol,
	#mainContent,
	#newsArticle,
	.module,
	#articleContent,
	.moduleGrey,
	.header {
		margin:0!important;
		padding:0!important;
		width:auto!important;
		border: none!important;
		float:none!important;
		background:none!important;
		height:1%; /*ie7 bug fix*/
	}
	
	#siteLogo {
		padding:20px;	
		}
	
	span {
		visibility: visible;
		}
	
	/* article styling */
	#additionalInfo {
		margin-bottom: 10px;
	}
	.articleSummary {
		margin-bottom: 10px;
	}
	
}