body {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12pt;
	background-color: #C1DAE1;
}
p {
	margin: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 1em;
}
#Wrapper {
	width:900px;
	z-index:1;
	margin: 0px auto;
	text-align: left;
	position: relative;
	top: 5px;
	background-color: #333333;
}
#topmenu {
	position:relative;
	width:900px;
	height:20px;
	z-index:3;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-bottom: 3px;
	visibility: visible;
	float: left;
	margin: 0px;
	border-top: medium solid #000000;
	border-bottom: medium solid #000000;
	border-right-color: #000000;
	border-left-color: #000000;
}
#topmenu a {
	text-decoration: none;
	margin-right: 40px;
	color: #353535;
	font-weight: bold;
}
#topmenu a:hover {
	text-decoration: underline;
}

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

#bottom
{
  height: 20px;
  text-align: center;
  z-index: 7;
  font-size: 1em;
  line-height: 2em;
  width: 900px;
  margin: 0px auto;
  padding-top: 5px;
  padding-bottom: 15px;
  color: #FFFFFF;
  top: 0px;
  float: left;
  position: relative;
  background-image: url(images/bottom_bkgnd.gif);
}
#bottom a {
	color: #FFFFFF;
}

.fltrght {
	float: right;
	margin-left: 4px;
	margin-right: 5px;
	padding-right: 10px;
}
.fltleft {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
}

#maintext {
  float: left;
  position: relative;
  top: 0px;
  width: 900px;
  height: auto;
  background-color: #F8F8F8;
}
#slide {
	top: 0px;
	position: absolute;
	height: auto;
	left: 680px;
	width: auto;
	z-index: 8;
}
.boldred {
	color: #990000;
	font-weight: bold;
}
.clear {
	clear: both;
	height: 0px;
}
