@media print {
	
	
/****************************************
	Main
****************************************/

h1 {
	color: #1E2957;
	font-size: 1.2em;
	width: 60%;
}

h2 {
	font-size: 1.1em;
}

#search, #flash, #mainNav, #secondaryNav, #breadcrumb, .readMore {
	display: none;
}

#contentIndex .nb4 {
	display: none;
}
	
#logo {
	float: right;
	margin-top: -65px;
	border: none;
}


/****************************************
	Sidebar
****************************************/

#sidebar {
	display: none;
}


/****************************************
	Footer
****************************************/

#footerIndex, #footer {
	border-top: 1px solid #CCC;
	margin-top: 2em;
	text-align: center;
}

#footerIndex #links, #footer #links {
	display: none;
}


}