.head {
	width: 100%;
	color: #CCFF99;
	background-image: url(../images/hills.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #006699;
}
#info {
	background-color: #6699CC;
	width: 200px;
	padding: 5px;
	text-align: center;
	float: left;
}
#info h2 {
	background-color: #66CCFF;
	border: 1px solid #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
#info .box {
	background-color: #006699;
	border: 1px solid #66CCFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
#info a {
	color: #66CCFF;
	text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
.mainbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	margin-left: 211px;
}
.mainbody a {
	color: #006699;
}
.mainbody a:hover {
	color: #6699CC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	font-weight: normal;
}
.menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
	padding-right: 20px;
	padding-left: 20px;
}
.menu a:hover {
	color: #FF9900;
}
.menu {
	background-color: #006699;
	text-align: center;
}
.mainbody h2 {
	font-size: large;
	font-weight: bold;
	color: #006699;
}
.mainbody h3 {
	font-size: large;
	font-weight: normal;
}
.mainbody h4 {
	font-size: medium;
	font-weight: bold;
	color: #006699;
}
#newsscroller {
	position: relative;
	overflow: hidden;
	height: 150px;
}
#news {
	position: absolute; 
	padding: 5px;
	text-align: left;
	left: 0px;
}
#news h3 {
	font-weight: bold;
	font-size: small;
	color: #FFFFFF;
	margin-top: 2px;
}
.error, .required {
	font-weight: bold;
	color: #FF0000;
}
.success {
	color: #66CC33;
}
