* {
	font-family: tahoma;
}
body {
	margin: 0px;
	color: #666;
	font-size: 12px;
}
#pagediv {
	width: 1000px;
	margin-left: auto;
	margin-right:auto
}
#navdiv {
	width: auto;
	background: url(../images/fillernav.jpg);
	height:47px;
	margin: 0px
}
#navdiv a{
	color:#fff;
	}
#navdiv a:hover{
	color: #D7D7D7;
	}
#navlinks {
	padding-top: 11px;
	font-family: verdana;
	color: #fff;
	font-weight:bold;
	font-size:14px
}
#loginboxmain {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	float:right;
	padding: 3px;
	width: 293px;
	margin-bottom: 10px
}
#loginbox {
	background-color:#999999;
	text-align:center;
	color: #000;
	font-size:14px;
}
#newsboxmain {
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	float:right;
	padding: 3px;
	width: 293px
}
#newsbox {
	background-color:#999999;
	text-align:center;
	color: #000;
	font-size:14px
}
#content {
	width: 1000px;
	line-height: 1.4em;
}
#contenttext {
	float:left;
	width: 685px;
}
.volform{
	border: 1px solid #ccc;
	background-color:#FFFFFF;
	}
.volformerror{
	border: 1px solid #990000;
	background-color: #FFEAEB;
	}
.button{
	background: url(../images/buttonback.gif) center center no-repeat;
	font-size: 14px;
	width: 82px;
	height: 28px;
	border: 0px;
	}
.button:hover{
	background: url(../images/buttonover.gif) center center no-repeat;
	font-size: 14px;
	width: 82px;
	height: 28px;
	border: 0px;
	}
a {
	text-decoration:none;
	color:#003399;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #003399;
}
#copyright {
	clear: both;
	width: 99%;
	padding: 5px;
	border-top: 6px solid #ccc;
	background-color: #f1f1f1;
	line-height: 1.4em;
	text-align:center
}
#dropmenudiv {
	position:absolute;
	font:normal 14px Verdana;
	font-variant:small-caps;
	line-height:18px;
	border-left: 6px solid #003366;
	border-top: 1px solid #666;
	z-index:100;
	margin-top: 19px;
	color: #fff;
}
#dropmenudiv img{
filter:alpha(opacity=90);-moz-opacity:.9;opacity:.9;
}
#dropmenudiv a {
	width: 100%;
	display: block;
	padding: 5px 0px;
	text-indent: 7px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	border-bottom: 1px solid #666;
}
#dropmenudiv a:hover { /*hover background color*/
	background: url(../images/navgradientover.jpg) center center;
	color: #fff;
	text-decoration: underline;
	bottom: 5px;
}