@media print {

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
}

/* handles problems with font style specified in the body tag
   not being inherited in ie and some older browsers */
p, td, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 15pt;
}

/* Neutralize styling */
h1, h2, h3, h4, h5, h6, p {
    margin:  0;
    padding: 0;
}

p {
	margin-bottom: 12pt;
}

h1 {
	font-size: 14pt;
	line-height: 17pt;
	margin-bottom: 1pt;
}

h2 {
	font-size: 11pt;
	line-height: 14pt;
	margin-bottom: 3pt;
}

h3 {

}

h4 {
	font-size: 12pt;
	line-height: 15pt;
 }
 
.fontSmall {
	font-size: 10pt;
	line-height: 13pt;
}

.header, #main, #banner, #section, #relatedInterest, .tblConsult, .footerWrapper {
	display: none;
}

.bkgrdBrown, .bkgrdBlue {
	display: none;
}

.noPrint {
	display: none;
}






.contactInfoWrapper {
	border: 1px solid #797268; /*grey*/
	height: 100%;
	margin-bottom: 15px;
}

.contactInfoHeader {
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 14pt;
	background-image: none;
}

.contactInfoContent {
	border: none;
}

.contactInfoContent h4 {
	margin-bottom: 3pt;
	font-size: 8pt;
	font-weight: bold;
}

.contactInfoContent p{
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 6pt;
}

.contactInfoContent p span {
	font-size: 7pt;
	line-height: 10pt;
}

.noScreen {
	display: block;
}

#bannerPrint {

}

.inOregon {
	float: none;
	position: relative;
	display: inline;
	width: 93px;
	margin: 0px;
	padding-bottom: 75px;
}

.consult800 {
	float: none;
	position: relative;
	display: inline;
	width: 252px;
	margin: 0px;
	padding-bottom: 75px;
	padding-left: 300px;
}

.logo {
	position: relative;
	display: inline;
	width: 120px;
	z-index: 0;
	top: 0;
	left: 0;
	padding-right: 5px;
}

.tagline {
	position: relative;
	display: block;
	z-index: 0;
	top: 0;
	left: 0;
	padding-top: 2px;
}

.sectionHeader {
	position: relative;
	display: block;
	z-index: 0;
	top: 0;
	left: 0;
	text-transform: uppercase;
	color: #212083;
	font-size: 16pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
}

}
