body {
  margin: 0;
	background-color: #333333;
	font-family: 'Times New Roman',serif;
	font-size: 10pt;
	color: #623b28;
	}
h1 {
  margin: 0;
	padding: 0;
	}
p.headline {
  font-weight: bold;
	font-size: 14pt;
	margin-top: 8px;
	margin-bottom: 8px;
	padding:0;
	color: #a7763d;
	}
p.firstpar {
  margin-top: 0;
	}
.centerline {
  text-align: center;
	}
div#container {
  position: relative;
  width: 770px;
	height: 700px;
  margin: 0 auto;
	}
div#banner {
  width: 770px;
	height: 160px;
	position: absolute;
	top: 0;
	left: 0;
	}
div#ratebar {
  width: 770px;
	height: 24px;
	position: absolute;
	top: 160px;
	left: 0;
	line-height: 24px;
	background-color: #7b6f6b;
	font-weight: bold;
	color: #9fbde1;
	border-top: solid 2px #c0bfc5;
	border-bottom: solid 2px #c0bfc5;
	}
div#ratebar p {
  margin:0;
  text-align: center;
	font-family: verdana,geneva,sans-serif;
	}
div#menublock {
  width: 190px;
	height: 600px;
	position: absolute;
	top: 188px;
	left: 0;
	background-color: #d1c7bf;
  }
div#menublock ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
	font-family: verdana,arial,sans-serif;
	font-size: 10pt;
	line-height: 30px;
	}
a#smalllink {
  font-size: 8pt;
	}
div#menublock a:link, div#menublock a:visited {
  width: 144px; /*Actual width is 190px, but needs to be reduced here to compensate for padding*/
	height: 30px;
	display: block;
	text-decoration: none;
	color: #494240;
	padding-left: 46px;
	background: url("../images/button-up-over.jpg") 0 0 no-repeat;
  }
div#menublock a:hover {
  background: url("../images/button-up-over.jpg") -191px 0 no-repeat;
	}
div#contact {
  font-size: 8pt;
	position:relative;
	width: 170px;
	top:20px;
	left:10px;
	color: #494240;
	text-align:center;
	font-family: arial,sans-serif;
	border-top: solid 1px #eeeeee;
	border-bottom: solid 1px #eeeeee;
	padding: 10px 0;
	}
/* these next two are for the interior pages*/	
div#interior-container {
  position:absolute;
	top: 188px;
	left: 190px;
	width: 580px;
	height: 490px;
	background: url("../images/gradient-interior3.gif") repeat-y;
	background-color: white;
	}
div#boundaries {
  width: 550px;
	position: relative;
	top: 20px;
	left: 15px;
	}
p#interior-footer {
  position: absolute;
	bottom: 10px;
	left: 15px;
  }
a.interior-pagelink {
  text-decoration: underline;
	font-weight: bold;
	color: #623b28;
	}
img#equalhousing {
  margin: 40px 0 0 20px;
	}
