/***************
  PRINT STYLES
***************/
body {
	background: #FFF;
	font-size: 0.75em;
    line-height: 17px;
    font-family: arial, sans-serif;
}
a, a:link, a:active, a:visited {
    text-decoration: none;
    color: #50204b;
}

h1, h2, h3 {color: #56204b;}

h1 {font-size: 1.333em;}
h2 {font-size: 1.167em;}
h3 {font-size: 1em;}
#grey-back {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative;
}
#wrapper {
	padding: 0;
	position: relative;
}
#content {
	float: none;
	width: 100%;
	position: relative;
}

#print-header {
    display: block;
}
#print-header .tagline {
	padding: 20px 0 0 20px;
	width: 400px;
	vertical-align: top;
}
#print-header hr {
	border: 0;
	border-top: 2px solid #E0E0E0;
	margin-top: 10px;
}
#email-form, #sidebar, #header, #footer, #filter-nav, #right-sidebar {
    display: none;
}

#section-header {
	display: none !important;
}

#section-header h1, #section-header-landing h1 {
	width: auto !important;
	font-weight: normal !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
p {
    widows: 3;
    orphans: 3;
}
.page_break_before { 
	page-break-before: always; 
}
@page {
    margin-left: 0.8in;
    margin-right: 0.8in;
}
