body {
	margin:0;
	padding:20px 0;
	background: #A19565 url(../images/background.gif) repeat scroll center center;
	color:#6F5732;
	font-weight:normal;
	font-family:times,serif;
	font-size:1em;
}
.fontForm {
	color:black;
	font-weight:normal;
	font-family:times,serif;
	font-size:1em;
}
body a:link {
	color:#72230e;
	text-decoration:none;
}
body a:visited {
	color:#72230e;
	text-decoration:none;
}
body a:active {
	color:#72230e;
	text-decoration:none;
}
body a:hover {
	color:#72230e;
	text-decoration:underline;
}
#divMain{
	position:relative;
	width:850px;
	margin:auto;
	padding:0;
	background-color:#FEF9E3;
	border:1px solid black;
}
#divHeader {
	margin:0;
	padding:0;
	background-color:#EDE2B5;
}
.divSpacer {
	border-top:1px solid black;
	border-bottom:1px solid black;
	width:100%;
	background-color:#72230E;
	overflow:hidden;
}
#spacer-top {
	border-top:0;
	height:3px;
}
#spacer-middle {
	height:14px;	
}
#divContent {
	position:relative;
	width:820px;
	background:#FEF9E3 url(../images/background_house.jpg) no-repeat scroll bottom center;
	padding:15px;
}
#divContent a:link {
	color:#72230e;
	text-decoration:underline;
}
#divContent a:visited {
	color:#72230e;
	text-decoration:underline;
}
#divContent a:active {
	color:#72230e;
	text-decoration:underline;
}
#divContent a:hover {
	color:#72230e;
	text-decoration:underline;
}
#divFooter {
	width:50%;
	color:#FEF9E3;
	font-size:70%;
	margin:auto;
	padding:15px;
	text-align:center;
}
.BottomText
{
  color:#FEF9E3;
}
#divFooter a:link {
	color:#FEF9E3;
	text-decoration:underline;
}
#divFooter a:visited {
	color:#FEF9E3;
	text-decoration:underline;
}
#divFooter a:active {
	color:#FEF9E3;
	text-decoration:underline;
}
#divFooter a:hover {
	color:#FEF9E3;
	text-decoration:underline;
}
#imageBar{
	display:table;
	list-style-type:none;
	height:120px;
	margin:0 auto;
	padding:0;
	white-space:nowrap;
}
#imageBar li {
	display:table-cell;
	width:135px;
	height:110px;
	border-width:1px;
	border-style:solid;
	border-color:#7F7C71;
	float:left;
	margin:5px;
}
* html #imageBar{
	display:inline-block;    /* for IE only */
	width:1px;
	padding:1px 2px;
}
* html #imageBar li {
	display:inline;          /* for IE only */
	float:none;
}
.req_str {
    visibility:hidden;
    display:none;
    }
h2 {
	margin-top:0;
	font-size:120%;
}
h1 {
	color:#9B8F5E;	
	margin:0;
}

