/* Print Styles */
@media print {

@page {
        margin: .3cm;
}

body {
	font-size: 13px;
	color: #000;
}

#navigation {
	display: none;
}
	
#NewsBanner {
	display: none;
}
	
.helpButton {
	display: none;
}

#navMobileMenu {
	display: none!important;
}

#searchBox {
	display: none!important;
}

.translateBox {
	display: none!important;
}

#headerLogo img {
    max-width: 250px!important;
    height: auto;
}

.landerNav {
	display: none!important;
}

#landerBlock {
    padding-top: 0!important;
}

#quick-feedback {
    display: none!important;
}

div.sharedaddy {
    display: none!important;
}

#footer {
    display: none!important;
}

a:after { content:''; }
a[href]:after { content: none !important; }


}
