@charset "utf-8";
/* Printer Friendly Styles */

body{
	margin: 0;
	padding: 0;
	font: 13pt Georgia, "Times New Roman", Times, serif;
	color: black;
}

h2{
	font: bold 13pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}

	#header{
		height: 80px;
	}
	
	#headerLeft{
		top: 10px;
	}
	
	 #headerRight{
		top: 0px;
	}

	#navigation span{
		display: inline;
		font: 8pt Georgia, "Times New Roman", Times, serif;
	}
	
		#navigation span.bold{
			font-weight: bold;
			color: #d52b1e;
		}
	
	.screen, #subNav, .rightVideoFloat, #contentInteriorTop, #contentInteriorRight img, #footer{
		display: none;
	}
	
	.print{
		display: inline;
	}
	
	#contentInteriorRight{
		border-left: 1px solid #404040;
	}
	
		.infobox{
			font: 10pt Georgia, "Times New Roman", Times, serif;
		}
		
	#copyright{
		font: 8pt Georgia, "Times New Roman", Times, serif;
	}
