body {
  background-color: #306;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
  }

a { 
  color: #306;
  font-weight: bold;
  }
  
p {
  font-family: Verdana, Arial, san-serif;
  font-size: x-small;
  margin-top: 0px;
  margin-bottom: 6px;
  }

h1 {
  font-family: Verdana, Arial, san-serif;
  font-weight: normal;
  font-size: small;
  color: #306;
  margin-top: 0px;
  margin-bottom: 0px;
  }

h2 {
  font-family: Verdana, Arial, san-serif;
  font-weight: bold;
  font-size: x-small;
  color: #306;
  margin-top: 0px;
  margin-bottom: 3px;
  }

h2 a {
  text-decoration: none;
  }

h3 {
  font-family: Verdana, Arial, san-serif;
  font-weight: bold;
  font-size: x-small;
  color: black;
  margin-top: 0px;
  margin-bottom: 3px;
  }

h1 a:hover {
  text-decoration: underline;
  }

td,th {
  font-family: Verdana, Arial, san-serif;
  font-size: x-small;
  }
  
#footer {
  color: white;
  margin-top: 20px;
  }

#footer a {
  color: white;
  font-weight: bold;
  }

#mainPanel {
  border: 2px solid white;
  background-color: white;
  width: 90%;
  margin: auto;
  }

#mainPanel table {
  width: 100%;
  }

#logoCell {
  background-image: url("images/header_grad.gif");
  padding-left: 17px;
  padding-right: 17px;
  width: 20%;
  }

#navigationCell {
  width: 80%;
  ververtical-align: top;
  background-image: url("images/header_grad.gif");
  }

.navRow {
  background-color: #f00;
  text-align: center;
  font-family: Futura, Trebuchet, Verdana;
  font-weight: bold;
  color: white;
  padding: 2px;
  width: 20%;
  }

.navRow a {
  display: block;
  }
  
.navRowActive {
  background-color: #900;
  text-align: center;
  font-family: Futura, Trebuchet, Verdana;
  font-weight: bold;
  color: white;
  padding: 2px;
  width: 20%;
  }

.navSwimmer {
  text-align: center;
  }

#titlePanel {
  background-color: #CCCCFF;
  padding: 5px;
  }

#leftColumn {
  padding-left: 17px;
  padding-right: 17px;
  vertical-align: top;
  }

#rightColumn {
  vertical-align: top;
  padding-right: 15px;
  padding-bottom: 20px;
  }

#subNavigation {
  margin-bottom: 15px;
  }

#subNavigation th {
  background-color: #f00;
  padding: 3px;
  }

#subNavigation td {
  background-image: url("images/subnav_tile.gif");
  background-repeat: repeat-x;
  background-color: #09C;
  padding: 4px;
  }

#subNavigation td a {
  text-decoration: none;
  color: black;
  font-weight: normal;
  }

#subNavigation td a:hover {
  text-decoration: underline;
  }

#callToAction {
  color: #306;
  margin-bottom: 15px;
  }

#callToAction a {
  font-weight: normal;
  }

.dateLink {
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 2px solid #CCF;
  margin-bottom: 15px;
  }

.cvTable {
  width: 100%;
  }

.cvTable td {
  vertical-align: top;
  padding-bottom: 10px;
  }

.cvTable th {
  vertical-align: top;
  padding-bottom: 10px;
  font-weight: normal;
  padding-right: 5px;
  white-space: nowrap;
  text-align: left;
  }

.clientTable {
  width: 100%;
  }

.clientTable td {
  with: 33%;
  text-align: center;
  padding: 5px;
  }