body {
	background-color: #999999;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
p {
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
}
#Wrapper {
	width:800px;
	z-index:1;
	margin: 0px auto;
	text-align: left;
	position: relative;
	top: 10px;
	background-color: #eeeeee;
}
#topmenu {
	position:relative;
	left:0px;
	top:10px;
	width:800px;
	height:20px;
	z-index:3;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 3px;
	visibility: visible;
}
#topmenu a {
	text-decoration: none;
	margin-right: 40px;
	color: #353535;
	font-weight: bold;
}
#topmenu a:hover {
	text-decoration: underline;
}

#toolbar {
	position:absolute;
	left:31px;
	top:88px;
	width:739px;
	height:24px;
	z-index:3;
	visibility: visible;
}

#bottom
{
	height: 20px;
	text-align: center;
	z-index: 7;
	font-size: 0.8em;
	line-height: 2em;
	clear: both;
	background-image: url(images/botbgnd.jpg);
	background-repeat: repeat-x;
	float: none;
	position: relative;
	width: 800px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 10px;
	top: 10px;
}
.fltrght {
  float: right;
  margin-left: 4px;
  margin-right: 4px;
}

