body {
	margin:auto;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
a {
	color:#000000;
	text-decoration:underline;
}
a:hover {
	color:#330066;
}
.mainbit img {
	margin:3px;
	border:1px solid #000000;
}
.footbar {
	font-size:x-small;
	background-color:#9AB0B8;
	width:794px;
	height:inherit;
	border:1px solid #000000;
	padding:3px;
	text-align:left;
}
.mainbit {
	width:794px;
	height:inherit;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	text-align:justify;
	padding:3px;
	background-color:#ffffff;
	font-size:16px;
}
.header {
	width:800px;
	height:69px;
	border:1px solid #000000;
	background-image: url('images/logo.gif');
	background-repeat:no-repeat;
}
#dropmenudiv {
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a {
	color:#000000;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}
#dropmenudiv a:hover {
	background-color: #6699ff;
}
.menubar {
	border:1px solid #000000;
	border-top:none;
	text-align:center;
}
.menubar a {
	text-decoration:none;
	color:#000000;
	font-weight:bold;
}
.menubar a:hover {
	color:#FFFFFF;
}
.pgtitle {
	font-weight:bold;
 	font-size:large;
	color:#000066;
}