body {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 0.9em;
  color: white;
  background: #050028;
  margin: 0px;
  padding: 0px;
}

a {
  border: 0px;
}

a:link {
  color: #7cb1d5;
  text-decoration: none;
}

a:hover {
  color: #0478c2;
  text-decoration: underline;
}

a:visited {
  color: #4f4fd9;
  text-decoration: none;
}
a:visited:hover {
  text-decoration: underline;
}

img {
  border: 0px;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto
}

div#wrapper {
  text-align: center;
}

div#headbar {
  clear: both;
  background-image: url('images/banner_fill.png');
  background-repeat: repeat;
}

div#head_content {
  width: 1010px;
  height: 213px;
  
  margin: 0px auto;
}

div#navbar {
  text-align: left;
  border-top: 1px solid white;
  clear: both;
}

div#nav_content {
  width: 1010px;
  margin: 0px auto;
}

div#bodybar {
  background: #100873;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  clear: both;
}

div#bodybar_lite {
  background: #426592;
  color: #03001A;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  clear: both;  
}
div#bodybar_lite a:link {
  color: #322594;
}
div#bodybar_lite a:visited {
  color: #5E2593;
}

div#bodybar_white {
  background: white;
  color: #020013;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: left;
  clear: both;
}
div#bodybar_white a:link {
  color: #5B4BC9;
}
div#bodybar_white a:visited {
  color: #050028;
}

div#body_content {
  width: 915px;
  margin: 0px auto;
}

div#footbar {
  clear: both;
}

div#foot_content {
  width: 1010px;
  margin: 0px auto;
}

div.content_indent {
  margin: 0px;
  padding: 0px 0px 0px 68px;
}

div.left_menu {
  width: 180px;
  margin-right: 20px;
  float: left;
}

div#front_navslider {
  margin-left: 200px;
  padding: 20px;
  width: 500px;
  height: 300px;
}

div#last_modified {
  padding-left: 2em;
  font-size: 0.8em;
  color: #cccccc;
}

ul.spacedlist li {
  list-style-type: none;
  margin-bottom: 1em;
}

ul.borderedlist li {
  padding: 1em;
  border: 1px solid #999;  
}

table.maptable td {
  text-align: center;
  padding: 1em;
}

table.weatherdata th {
  margin-right: 2em;
}

table.white_bg_image_tile tr td {
  padding-right: 3em;
}

table.white_bg_image_tile tr td img {
  background-color: white;
  padding: 2px;
  border: 1px solid black;
}

.print_only {
  display: none;
}


table.bylaws_table tr td {
  vertical-align: top;
}

.nowrap {
  white-space: nowrap;
}

div.infoBoxWhite {
  text-align: center;
  padding: 0.5em;
  margin: 0.5em;
  border: 1px solid white;
}

table.people_history tr th {
	padding-left: 1em;
	padding-right: 1em;
}
table.people_history tr.board_class th {
  text-align: center;
}
table.people_history tr td {
	padding-left: 1em;
	padding-right: 1em;
}


table.tabular_nowrap tr th {
  white-space: nowrap;
}
table.tabular_nowrap tr td {
  white-space: nowrap;
  border-top: 1px solid white;
}


div.CAPINFO {
  border: 1px solid white;
  padding: 1em;
  width: 100%;
  text-align: center;
}
div.CAPERROR {
  border: 1px solid black;
  background-color: white;
  color: red;
  padding: 1em;
  width: 100%;
  text-align: center;  
}

.error {
  color: red;
}


/* Auto Complete */
div.auto_complete {
  width: 550px;
  background: #fff;
}
div.auto_complete ul {
  border:1px solid #888;
  margin:0;
  padding:0;
  width:100%;
  list-style-type:none;
}
div.auto_complete ul li {
  background-color: #000;
  margin:0;
  padding:3px;
}
div.auto_complete ul li.selected {
  background-color: #cccccc;
}
div.auto_complete ul strong.highlight {
  color: #7cb1d5;
  margin:0;
  padding:0;
}
