@charset "utf-8";
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: #393e3a;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #000;
	font-size: 24px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: 000000;
}
h4 {
	font-size: 16px;
	color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: relative;
	line-height: 18px;
	font-weight: normal;
}



#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left; 
  width: 780px;
}
#outerWrapper #header {
	background-color: #93b178;
	border-bottom: solid 1px #627850;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	padding: 10px 10px 10px 10px;
	color: #000;
}

#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; 
  padding: 10px 10px 10px 10px; 
}
#outerWrapper #footer {
	background-color: #eef6ed;
	border-top: solid 1px #93b178;
	padding: 10px 10px 10px 10px;
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-align: center;
}
ul#nav  {
	list-style-type: none;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;

}
.HousingWrapper {
	position: absolute;
}

ul#nav li {
	display: inline;
	color: #000000;
	text-decoration: none;
	background-color: #2D7336;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: 1px solid #000000;
}
