body
{
	font-family: helvetica, sans-serif;
	font-size: small;
	text-align: center;
	margin-top: 0;
}
h1
{
	font-size: large
}
a
{
color: #336699;
font-weight: bold;
text-decoration: none
}
a:hover
{
text-decoration: underline
}
.leftimg
{
	float: left;
	margin-right: 1em;
}
.rightimg
{
	float: right;
	margin-left: 2em;
}
.activesite
{
	color: #336699;
	font-weight: bold;
}
#sitecontainer
{
 width: 60em;
 text-align: left;
 padding: 1em 1em 1em 1em;
}
#headerbar
{
	background-image: url(/graphics/headermiddle.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.menuitem
{
	color: #ffffff;
	margin-right: 3em;
}
#footerbar
{
	clear: both;
	margin-top: 5em;
	background-image: url(/graphics/footermiddle.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 5px
}