@charset "UTF-8";
/* Print CSS Document (if regular is set to screen) */

body {
	width: 7in;
	color: #000;
	font: 12pt/20pt Geneva, Arial, Helvetica, sans-serif;
}
/*#mainContent img, .overhang, .screen, .clearfloat {
	display: none;
}*/
#mainContent img {
	display: inline;
}
h1, h2, h3 {
	color: #000;
}
h1 {
	font-size: 20pt;
	margin-bottom: 0;
	padding-top: 20px;
}
h2 {
	font-size: 16pt;
	border-bottom: 1px solid #666;
	padding: 20px 5px 5px;
}
h3 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	padding: 15px 5px 5px;
}
p {
	margin-top: 10px;	
}
.pod {
	color: #333;
	padding: 0 .5in;
}
.twoColFixLtHdr #header {
	display: none;
} 
.twoColFixLtHdr #sidebar1 {
	display: none;
}
#footer p {
	border-top: 1px solid #CCC;
	display: none;
}
a {
	color: #333;
	font-weight: bold;
}
/*a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";
}
*/