body {
	background: #a8cae2 url(/images/backgrad.png) repeat-x fixed top;
	padding: 0;
	margin: 0;
	font-family: Verdana,Tahoma,Arial,sans-serif;
	font-size: 86%;
	text-align: center;
	}

#wrapper {
	background: #a8cae2 url(/images/bgrepeater.jpg) repeat-y;
	width: 900px;
	text-align: center;
	margin: auto;
}

#header {
	background: #a8cae2 url(/images/header.png) no-repeat top;
	width: 900px;
	height: 123px;
	text-align: left;
}

#header img {
	margin-top: 20px;
	margin-left: 40px;
}

#nav {
	padding-left: 3px;
	margin: 0px;
	text-align: left;
	width: 900px;
}
#nav img {
	border: 0px;
	margin: 0px;
	float: left;
}

#content {
	width: 850px;
	text-align: left;
	padding-left: 20px;
	padding-top: 20px;
	font-size: 1em;
	float: left;
}

#footer {
	clear: both;
	background: #a8cae2 url(/images/footer.png) no-repeat top;
	width: 900px;
	height: 170px;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}

#disclaimer {
	font-size: 0.85em;
  text-align: center;
	color: #fff;
	padding-top: 35px;
	width: 900px;
}

#footeraddress {
  font-size: 0.80em;
  text-align: center;
	color: #fff;
	padding-top: 10px;
	width: 900px;
	letter-spacing: 1px;
	
}

#map {
	width: 820px; 
	height: 570px;
	border: 1px solid #000;
	margin: 20px;
}

/* Formatting */
.article {
	width: 840px;
	padding: 10px;
}

.prop_list {
	height: 120px;
	padding: 15px;
	width: 847px;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.odd {
	background-color: #FFE2B1;
}

a {
    font-weight: bold;
    color: #0068b3;
    text-decoration: none;
}

a.supporting {
	font-style: italic;
}

a:hover {
    text-decoration: underline;
}

hr.alert {
	color: #ffb555;
	background-color: #ffb555;
}

hr.header {
	clear: both;
}

hr.nav, hr.alert {
	width: 150px;
}

img {
	border: 0px;
}

h1 {
	font: 150% Georgia, serif;
	font-weight: bold;
}

h2 {
	font: 130% Georgia, serif;
	font-weight: bold;
}

h3 {
	font: 110% Georgia, serif;
	font-weight: bold;
}

table {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px 0px;
	border-style: outset outset outset outset;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;	
}

table.maint {
	border-collapse: collapse;

}

table.maint td {
	border-width: 0px 0px 0px 0px;	
}

td {
	color: #000;
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: outset outset outset outset;
	border-color: #000 #000 #000 #000;
	background-color: white;
}

#submenu {
	width: 860px;
	text-align: center;
}

#submenu a {
	padding: 0px 20px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
	margin-left: 20px;
  font-size: 12px;
  list-style: square;
}

p.limited {
	width: 590px;
}