body {
  color: white;
  background-color: #222222;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 100%;
}
h2 {
  font-size: .8em;
  font-weight: normal;
  border-bottom: 1px solid rgb(203,223,172);
  text-transform: uppercase;
  padding-bottom: 3px;
  margin-top: 10px;
  margin-bottom:0px;
}
p {
  font-size: .8em;
  margin-top:5px;
  margin-bottom:3px;
}
a {
  text-decoration: none;
  color: white;
}
a:hover {
  color: rgb(120, 108, 94);
}
#page {
  background-image: url('images/background.jpg');
  top: 8px;
  position: relative;
  height: 673px;
  width: 959px;
  margin-left: auto;
  margin-right: auto;
}
#headerImage {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 147px;
  width: 959px;
  z-index: -10;
}
#headerImage h1 {
  display: none;
}
#backgroundImage {
  position: absolute;
  left: 0px;
  top: 147px;
  height: 526px;
  width: 959px;
  z-index: -10;
}
#nav {
  position: absolute;
  left: 40px;
  top: 147px;
  height: 235px;
  width: 150px;
  z-index: 0;
}
#nav img {
  border: 0 solid black;
}
#navHome {
  position: absolute;
  left: 0px;
  top: 0px;
}
#navConnect {
  position: absolute;
  left: 0px;
  top: 46px;
}
#navBeliefs {
  position: absolute;
  left: 0px;
  top: 95px;
}
#navLeadership {
  position: absolute;
  left: 0px;
  top: 143px;
}
#navContact {
  position: absolute;
  left: 0px;
  top: 191px;
}
#contentLeft {
  position: absolute;
  left: 209px;
  top: 144px;
  height: 420px;
  width: 373px;
  z-index: 0;
}
#contentLeft p {
  line-height: 1.5em;
}
#contentLeft p.quote {
  line-height: 1.1em;
  margin-left: 20px;
  white-space: nowrap;
}
#contentRight {
  position: absolute;
  left: 616px;
  top: 144px;
  height: 420px;
  width: 251px;
  z-index: 0;
}
#contentRight p {
  line-height: 1.5em;
}
#footer {
  position: absolute;
  left: 215px;
  top: 637px;
  height: 25px;
  width: 743px;
  z-index: 0;
  text-transform: uppercase;
  font-size: .7em;
  font-weight: bold;
  color: rgb(120, 108, 94);
}
#footer a {
  text-decoration: none;
  color: rgb(120, 108, 94);
}
#footer a:hover {
  text-decoration: none;
  color: white;
}
.rightPad {
  margin-right: 20px;
}
.bigger {
  font-size: 1.2em;
}
.bolder {
  font-weight: bolder;
}
.leaderImage {
  text-align: right;
  width: 127px;
  padding-right: 10px;
}
.leaderBio p {
  margin-top:0px;
}
#leadersTable {
  position: absolute;
  top: 187px;
  left: 209px;
  width: 702px;
  z-index: 0;
}
#leadersTable tr {
  vertical-align: top;
}
#leadersTable td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#leadersTable td.leaderBio {
  padding-left: 10px;
  padding-bottom: 10px;
}
#mapImage {
  position: absolute;
  top: 184px;
  left: 209px;
  width: 615px;
  height: 406px;
  z-index: 0;
}
#mapImage img {
  border: 0px solid black;
}
.nowrap {
  white-space: nowrap;
}