@charset "UTF-8";
/* Print CSS Document (if regular is set to screen) */

body {
	width: 7in;	
	color: #000;
	font: 12pt/20pt "Times New Roman", Times, serif;
}
#sub {
	display: none;
}
#menu {
	display: none;
}
#members_menu {
	display: none;
}
#event_menu {
	display: none;
}
#bottom {
	display: none;
}
#top_banner .screen{
	display: none;
}

h1, h2, h3 {
	color: #666;
}
hr {
	display: none;
}
h1 {
	font-size: 20pt;
	text-align: right;
	margin-bottom: 0;
	padding-top: 5px;
}
h2 {
	font-size: 16pt;
	padding: 5px;
}
h3 {
	font-size: 14pt;
	border-bottom: 1px solid #999;
	padding: 5px;
}
p {
	margin-top: 10px;	
}

#footer p {
	color: #999;
	text-align: center;
	font-size: 10pt;
	width: 5in;
	border-top: 1px solid #CCC;
	margin: .5in 1in;
}
a {
	color: #333;
	font-weight: bold;
}
.screen {
   display:none;   
}
/*a:after { 
	content:" ["attr(href)"]"; 
	font-weight: normal;
}
a[href^="/"]:after {
	content: "";*
}/
