body, p {
	color: black;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
/*	font-family: Garamond, "Times New Roman", Times, serif; */
	font-size: small;
}
p, h1, h2, h3, h4, h5, h6, li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 120%;
}
h1 {
	font-size: x-large;
}
h2 {
	font-size: large;
	font-style: italic;
}
h3  {
	font-size: medium;
}
a {
	color: #039;
}
#header #logo {
	display: none;
}
#globalnav {
	display: none;
}
#subnav {
	display: none;
}
#maincontent {
	width:100%;
}
#maincontent li {
	margin-bottom: 5px;
}
#backtotop {
	display: none;
}
#footer {
	color: black;
	text-align: center;
	font-size: small;
	width: 100%;
	border-top: 5px solid;
	border-bottom: 5px solid;
	border-color: black;
	padding-top: 5px;
	padding-bottom: 5px;
}
