@charset "utf-8";
/* CSS Document */


@media print {
	
body { 
	background:white; color:black; margin:0; 
}
	
#page {
	box-shadow: 0 0 0 #fff;	
}
	
#header-right-section {
    display: none;
}
	
	#header-text-nav-container {
    border-bottom: 0px solid #fff;
}

#featured-slider, #featured-slider .slider-cycle {
    display: none;
}

#secondary {
	display: none;
}

#primary {
	display:block;
    float: left;
    min-width: 100%;
}

#colophon, #colophon p {
    font-size: 14px;
    line-height: 18px;
    display: none;
}
	
}