body {
	color: black;
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#accesskeys, 
div#top-header-outer-wrapper, 
div#header-outer-wrapper, 
div#nav-outer-wrapper, 
div#footer-outer-wrapper,
div.addthis_toolbox,
#main #main-center-panel ul.menu,
object, 
h1{
	display:none;
}
/*start each link on newline
a:before{
	white-space: pre; 
	content:" \A "; 
} */
/*place each link URL on newline under link name
a:after{
	white-space: pre; 
	content:" \A [" attr(href) "] "; 
} */

div#main-outer-wrapper {
	margin-left: 5%;
	margin-right: 5%;
  	padding-top: 1em;
   	border-top: 1px solid #000;
}	

/* CSS for fonts and links */

h1{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 18pt;
	border-bottom: 1px solid #000;
}
	
h2{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 16pt;
	border-bottom: 1px solid #000;
}
	
h3{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 14pt;
	border-bottom: 1px solid #000;
}
	
h4{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 12pt;
	border-bottom: 1px solid #000;
}
	
h5{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 11pt;
	border-bottom: 1px solid #000;
}
	
h6{
	clear:both;
	color: #000;
	background: transparent;
	font-weight: bold;
	font-size: 10pt;
	border-bottom: 1px solid #000;
}

p{
	color: #000;
	background: transparent;
	font-size: 12pt;
}

table{
	clear:both;
	color: #000;
	background: transparent;
	font-size: 12pt;
	width:100%;
}
a:link, a:visited{
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}
.clear{
	clear:both;
}