/**   Styles for "Print" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2009-09-25
* --------------------------------------------------------------
**/

* { background: #fff; color: black; }
body, html { font-family: georgia, times, serif; }
blockquote { font-style: italic; color: black; }
table td { padding: 0; }

.printOnly { display: block; }

.hidden,
#hdrImg,
#topNavigation {
   display: none;
}

#header #masthead { border-bottom: 1px dashed #000;}

#header #masthead a {
    display: block;
    text-decoration: none;
    font-size: 1.8em;
    margin-bottom: 20px;
}
#upper_footer {
   margin: 30px 0;
   padding: 20px 0;
   border-top: 1px dashed #000; 
   border-bottom: 1px dashed #000; 
}
#footer { text-align: center;  }
/** @group sIFR */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
/* @end sIFR **/