   html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
   }
   #wrapper {
      margin: 0 auto;
      text-align: left;
      width: 750;
	  background-image: url(../images/bgblnd.gif);
      background-repeat: repeat-x;
	  background-position: bottom left;
   }
a:link {
	color: #BE9A47;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #BE9A47;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #CAAC59;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #4B4E15;
	
}
a.special:link {
	color: #BE9A47;
	text-decoration: none;
	font-size: 9px;
}

a.special:visited {
	text-decoration: none;
	color: #B72929;
	font-size: 9px;
}

a.special:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 9px;
}

a.special:active {
	text-decoration: none;
	color: #B72929;
	font-size: 9px;
}

.Heading {
	color: #4C4C13;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #4C4C13;
}
.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B6C3F;
	line-height: 18px;
	text-align: left;
}
.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #868351;
}
.smllinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.formbox {
	background-color: #E6DFAD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C4C13;
}
.imgrhs {
	margin-left: 10px;
	border: 1px solid #4C4C13;
	float: right;
}
.bodycopybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6B6C3F;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
