body {
	background-image: url(../images/bgr.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #CAAC8A;
	font-family: "Trebuchet MS";
	font-size: 12px;
	margin: 0px;
}
#left {
	width: 306px;
	overflow-x: hidden;
}
#topsearch {
	text-align: right;
	height:90px;
	padding-top: 5px;
}
#topbar {
	background-color: #000000;
	color: #FFFFFF;
	text-align: left;
	font-size: 13px;
}
#maint {
	padding: 15px 40px 10px 50px;
	color: #000000;
	text-align: left;
}
.contentpaneopen {
	width: 100%;
}
.contentheading {
	background-color: #A8A830;
	margin-left: -15px;
	margin-right: 0px;
	padding: 2px 2px 2px 10px;
	display: block;
	font-weight: bold;
}
a:link {
	text-decoration: underline;
color: #ffffff;
}
a:visited {
	text-decoration: underline;
color: #ffffff;
}
a:hover {
	text-decoration: overline;
color: #ffffcc;
}
.inputbox {
	border: 0px;
	background-color: #FFFFFF;
	color: #660000;
	padding: 2px;
}
.button {
	border: 1px #660000;
	color: #ffffff;
	font-weight: bold;
	background-color: #009343;
}