/*Print Styles */

	#c1 {
		height: auto !important;
		width: 650px !important;
		}
	
	#header {
		height: 154px;
		}
		#header h1.date {
			font-size: 170% !important;
			top: 70px;
			}			
		#header #logo {
			display: inline;
			background: none;
			height: auto;
			width: auto;
			}
			#header #logo img {
				border: 0;
				display: block;
				}				
	
	#welcome {
		border: none;
		}
	
	
	/* Hidden items */
	#c2, 
	#c3,
	#footer .navUtility,
	#navPrimary {
		display: none;
		}
	
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

	.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
	}
	
	span.sIFR-alternate {
		display: block !important;
		height: auto !important;
		position: static !important;
			left: auto !important;
			top: auto !important;
		visibility: visible !important;		
		width: auto !important;	
	}