@charset "utf-8";
/* CSS Document */
/* Concept and ideas from http://www.alistapart.com/articles/goingtoprint/ */
/* page breaks - http://codex.wordpress.org/Styling_for_Print#Page_Breaks */
body {
	background: white;
	font-size: 12pt;
}

#main #sidebar.right_side.new, #top, #subheader, div.ec3_iconlet, .info, .no_print { display: none;} /* hide sections : sidebar, mast banner, navigation band, events calendar icon */
	
#main, #container {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	clear:both;
	color: black;
	background:transparent;
}
#main.paper_bg h2 {	border-bottom:1px solid #036CB4; padding-bottom:0.5em; font-family:"Warnock Pro","Goudy Old Style",Palatino,"Book Antiqua",Cambria,Georgia,serif;}
#main.paper_bg h2 a { text-decoration:none;}
a:link, a:visited {
	color:#075181;
	background:transparent;
	text-decoration:underline;
	font-weight:bold;
}
#newsarchives_2 { margin-top:-1em;} /* to visually join the 2 half lists */

div.full-photo, #footer {
	font-size:smaller;
	text-align:center;
}
div.full-photo a /*img*/ {margin-left: auto; margin-right: auto; display:block; }
/* page breaks - http://codex.wordpress.org/Styling_for_Print#Page_Breaks */
h1, h2, h3, h4, h5, h6 { page-break-after:avoid; 
     page-break-inside:avoid }
img { page-break-inside:avoid; 
     page-break-after:avoid; }
blockquote, table, pre, p { page-break-inside:avoid }
ul, ol, dl  { page-break-before:avoid }

#footer { /* apply vertical space and a top border */
	border-top: 1px solid #036CB4;
	padding-top: 2em;
	margin-top: 2em;
}
.drop-cap {
float:left !important;
font-family:"Warnock Pro","Goudy Old Style",Palatino,"Book Antiqua",Cambria,Georgia,serif;
font-size:270%;
line-height:80%;
margin:0;
}