/* print style sheet for Nancy Werlin www.nancywerlin.com */

body {
	background: #fff;
	color: #000;
	font: 13pt "Times New Roman", Times, serif;
}
#logo {
	display: none;
}
h2.top {
	text-transform: none;
	text-align: center;
	border-bottom-color: #333;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#midcolumn {
	color: #000;
	width: auto;
	border: 0;
	margin: 0 10%;
	padding: 0;
	float: none !important;
} 
#leftcolumn {
display: none;
}
a:link, a:visited {
	color: #333;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	border-bottom: none;
} 
#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   } 
#noprint {
	display: none;
}
#noprint p:after {
 clear: both;
}
h3, h4, h5, h6 {
	color: #000;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h5.smalltxt, h5 {
	text-align: right;
}
