/* CSS Document

File: print.css
Written by: Chris Carpenter
Date: 7-17-2008

 */

body {
	text-align:left;
	background: white;
	font-size:10pt;
	line-height:16pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
h1 {
	font-size:16pt;
	text-align:center;
	border-bottom: 1px dashed #b2b2b2;
	padding:10pt;
	}
	
h2 {
	font-size:14pt;
	font-weight:300;
	}
	
h3 {
	font-size:12pt;
	}
	
p {
	font-size:10pt;
	}
	
img {
	border:0;
	}
	
#quote p {
	font-size:18px;
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
#reversed {
	color:#487cb6;
	background: transparent;
	margin-top:-10pt;
	}
	
#header, #menuBar, #banner, #secMenuCol {
	display: none;
	}
	
#content, #footer {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
	
a:link, a:visited {
   color: #487cb6;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
   
#boxed p {
	border:1px solid #999;
	background-color:gray;
	padding:10px;
	}
	
#boxed h2 {
	padding-top:20px;
	}
	
#morePadding h2 {
	/* give more space in between sections. */
	padding-top:20px;
	}
	
#minusBoxed {
	margin-top:-20px;
	}
   
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:8pt;
	border-top: 1px dashed #b2b2b2;
	padding:10pt;
	text-align:center;
	margin-top:10pt;
	}

