@charset "UTF-8";
#body/* CSS Document */

{
	margin:0;
	padding:0;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
}
#header h1 {
	font-size: 20px;
}
#header h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}
#headerStuff {
	display: none;
}
#navbar {
	display: none;
}
#leftsideContainer {
	display: none;
}
#rightsideContainer {
	display: none;
}
#mainContent h1 {
	font-size: 16px;
	width: 6in;
	padding-bottom: 2pt;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#scrollingText {
	display: none;
}
#mainContent h2 {
	font-size: 14px;
	font-style: italic;
}
#mainContent h3 {
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
#mainContent p {
	font-size: 12px;
	line-height: 14pt;
	width: 6in;
	margin-left: .25in;
}
a:link, a:visited {
	text-decoration:none;
	color:black;
}
a[href^="http://"]:after {
content:" Visit on the web at: "attr(href);
font-weight:bold;
}	
#footer {
	display: none;
}