/* Print Stylesheet */

body {
    /*background-image:url(../images/banner-print.gif);
	background-repeat:no-repeat;*/
	font-size:11px;
	font-family:Times New Roman, Times, serif;
	position:static!important;
}

#main {
	float: none !important;
	padding-right:7px;
	width:586px;
	margin-top: 80px!important;
	height: auto;
	line-height:18px;
}

#banner {
    display:none;
}

#headerPrint {
    display:block;
}

#pageNavigation {
    display:none;
}

#bodyFrame {
    border:none!important;
}

#photoline {
    display:none;
}

#ampsearch {
    display:none;
}

.noDisplay {
    display:none;
}

#footer {
    display:none;
}

.glossary {
    display:none;
}

.col-2 form {
    display:none;
}

a:link, a:visited {
	text-decoration: none;
	color: #244A9F;
}
a:hover, a:active {
	text-decoration: none;
}

.highlightbox {
    background-image:none!important;
}

.hide img {
display: none;
}


