/* print styles */

body {
	background: white;
	margin: 5%;
	}
	
#container, #wordmark, #footer {
	background: transparent;
	border: 0;
	}

h1, h2, #wordmarkPrint, {
	display: block;
	}		
	
#nav {
	display: none;
	}
	
#content {
	float: none;
	font-size: 11pt;
	color: black;
	}
	
a:link, a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #FF3300;
	}	
	
.top {
	display: none;
	}
	
#secondaryNav {
	display: none;
	}
	
#navContentWrapper.newsletter #nav {
	display: block;
	}							