html {height: 100%;}

body {
  margin: 0;
  padding: 0;
  background: #ABBCFA url(images/background.gif) repeat-y center top;
}

#wrapper {
  width: 790px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;

}

#nav {
  float: left;
  width: 160px;
  margin-top: 20px;
}

#main {
  margin-top: 20px;
  margin-left: 160px;
  width: 580px;
  margin-right: 30x;
}

h1 {
  font-size: 20px;
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  color: #2862D0;
}

h2 {
  font-size: 14px;
  color: #2862D0;
  font-family: "Verdana", "Tahoma", "Lucida Grande", Arial, sans-serif;
  margin-bottom: 5px;
}

h3 {
  font-size: 14px;
  font-family: "Verdana", "Tahoma", "Lucida Grande", Arial, sans-serif;
  margin-bottom: 4px;
  margin-top: 4px;
}

p, li {
  color: #666;
  font-family: "Verdana", "Tahoma", "Lucida Grande", Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

#main a {
  color: #CCA53B;
  text-decoration: none;
  font-weight: bold;
  border-bottom: 1px solid #cca538;
}
  
#main a:visited {
  color: #abbcfa;
  border-bottom: 1px solid #abbcfa;
}
  
#main a:hover {
  background: #eee;
}

/* NAVIGATION */
ul#mainNav {
  border-top: 1px dashed #999999;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 140px;
}

#mainNav li {
  float: left;
  width: 140px;
}

#mainNav a {
  font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  color: #2862D0;
  text-transform: uppercase;
  border-right: 1px dashed #999999;
  border-bottom: 1px dashed #999999;
  display: block;
  padding: 7px 5px 7px 15px;
  background: #E7E7E7;
}

#mainNav a:hover {
  background: #CCA53B;
}

/* IE Fixes */
/* force hover on entire width of  link */
* html #mainNav a {
  height: 1px;
} 


.officer {
  height: 250px;
  font-size: 12px;
}

.officer img, .committee img {
  float:right;
}

.officer h3 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 1px;
}

.officer address {
  padding-top: 2px;
  padding-bottom: 5px;
}

.committee {
  height: 250px;
  font-size: 12px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.committee h3 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1px;
}

table {
  width: 100%;
  font-family: "Verdana", "Century Gothic", "Gill Sans", Arial, sans-serif;  
  border-collapse: collapse;
}

caption {
  text-align: right;
  font-size: .75em;
}

td, th {
  font-size: 12px;
  border: 1px solid #73afb7;
  padding: 3px 5px 3px 5px;
  vertical-align: top;
}

th {
  text-align: left;
  border-color: #14556b;
  background: url(images/th_bg.png) no-repeat left top;
  color: #fff;
}

tr.alt td {
  background: #bdd;
}

tr.grayalt td {
  background: #efefef;
  color: #bbb;
}

tr.gray td {
  color: #bbb;
}

tr.current {
  font-weight: bold;
}

td address {
    padding-top: 3px;
    font-size: 12px;
    font-style: normal;    
}

#main td a, #main td a:visited {
  color: #666;
  border: none;
  text-decoration: underline;
  font-size: 12px;
}

#main td a:hover {
    background: transparent;
}

#serviceTeam {
    width: 400px;
    margin: 0 auto 0 auto;
    padding-bottom: 14px;
}

#serviceTeam p {
    font-size: 10px;
    font-style: italic;
    line-height: 12px;
}

p.gavel {
    color: black;
    font-weight: bold;
    padding-bottom: 5px;
}

#pastDDGM td {
    font-size: 10px;
}

