@charset "utf-8";
/* CSS Document */

h2, #flashContent, #nav, #sidebar, .noscreen, .noprint {
display: none;
}
body {
margin: 0; padding: 0;
font-family:calibri, tahoma, arial, sans-serif;
}
h1 {
	border-bottom: 2px solid #000;
}

a, a:link, a:visited, a:hover {
	color: #000;
	text-decoration: none;
}
#content {
	width: 100%;
	padding: 0;
	margin: 0;
	margin-right: 1in;
	text-align: justify;
}
#footer {
	color: #000;
	border-top: 2px solid #000;
}
#footer ul, #footer ul li {
	display: none;
}
.subQuote{
	font-style: italic;	
}