html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background-color: #ededed;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 19px;
	letter-spacing: 2px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #c0c5c5;
  border: solid medium #7d3622;
  margin: 10px auto 10px auto;
  text-align: left;
  width: 800px;
}
#outerWrapper #contentWrapper #residents {
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-color: #c0c5c5;
	border-right: solid 0px #666;
	float: left;
	padding: 10px 10px 10px 10px;
	width: 150px;
	text-align: left;
}
#outerWrapper #contentWrapper #rightColumn1 {
  background-color: #c0c5c5;
  border-left: solid 0px #666;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 220px;
}
#outerWrapper #contentWrapper #content {
	margin: 0 240px 0 170px;
	padding: 10px 8px 10px 10px;
}
#outerWrapper #contentWrapper #content .repeat {
	background-image: url(../images/bldg_bkgd_repeat.jpg);
	background-attachment: scroll;
	background-repeat: repeat-y;
}
#outerWrapper #contentWrapper #content .indent {
	padding: 0 20px 0 20px;
}

#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #c0c5c5;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
.required {
	font-size: x-small;
	color: #FF0000;
}