body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/pagebg.jpg);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
	margin-top: 0px;
	padding-top: 0px;
	color: #3A3A3A;
}
a:link, a:active, a:visited {
	color: #c77329;
	text-decoration: underline;
}
a:hover {
	color: #eebd3a;
}
form {
	margin: 0px;
	padding: 0px;
}
input {
	
}
.formfield {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-top: 1px solid Gray;
	border-right: 1px solid #BABABA;
	border-bottom: 1px solid #BABABA;
	border-left: 1px solid Gray;
	background-color: #FFF4E3;
	padding: 3px;
}
.formbutton {
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: url(../images/inputsubmitbg.jpg);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 10px;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
.formlabelcell {
	font-size: 11px;
	text-align: right;
	padding: 7px 5px 5px 0px;
	vertical-align: top;
}
.forminputcell {
	padding: 7px;
	font-size: 11px;
	text-align: left;
	vertical-align: top;
}
.insidebg {
	background-image: url(../images/insidebg.jpg);
}
.contentleft {
	padding: 15px 20px 15px 20px;
}
.contentright {
	padding: 15px 5px 15px 0px;
}
.sideblockhead {
	background-image: url(../images/sideblockhead.jpg);
	background-repeat: no-repeat;
	height: 26px;
	padding: 8px 10px 0px 10px;
	font-size: 11px;
	font-weight: bold;
	color: #4d3722;
}
.sideblockmid {
	background-image: url(../images/sideblockbg.jpg);
	background-repeat: repeat-y;
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	color: #505050;
}
.menucell {
	background-image: url(../images/silvermenubg.jpg);
}
.footertext {
	color: #909090;
	font-size: 10px;
	text-align: center;
}
.titletext {
	font-size: 1.6em;
	color: #4d3722;
}
.subtitletext {
	font-size: 1.2em;
	color: #4d3722;
	font-weight: bold;
}
.bottomcontenttext {
	font-size: 11px;
	text-align: center;
	color: #969696;
}
.footlinks {
	font-size: 11px;
	text-align: center;
	padding: 5px;
	border: 1px solid #bfab99;
	background-color: #ded3c8;
}
.footlinks a:link, .footlinks a:active, .footlinks a:visited  {
	color: #4d3722;
	text-decoration: none;
}
.footlinks a:hover {
	color: #c77329;
	text-decoration: underline;
}



