body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #3399cc; /* blue color that borders page on both sides */
  font: 11pt verdana, sans-serif;
  line-height: 1.6em;
  color: #000; /* general text color was #333 */
}

li {
  margin: 10; /* added by tgb to indent commitment statement list 3-20-07 */
}

a:link, a:visited {
  text-decoration: none;
  border-bottom: 1px solid #ccd;
}

a:link {
  color: #336;
}

a:visited {
  color: #666;
}

a:hover {
  color: #3399cc;  
}

a img {
  border: none;
}

a:link.image, a:visited.image {
  border: none;
}

h1, h2, h3, h4 {
  margin-top: 1.5em;
  font-family: georgia, serif;
  font-weight: normal;
  color: #336;
}

h1 {
  font-size: 24px;
  line-height: 1em;
  color: #446;
}

div#frame {
  margin: 0 auto;
  padding: 0;
  background: #ccc;
  border: 11px solid #bbc;
  border-top: none;
  border-bottom: none;
  width: 794px; /* for IE5/win */
  voice-family: "\"}\""; voice-family: inherit;
  width: 762px; /* actual value */
}

div#container {
  text-align: left;
  margin: 0 1px;
  padding: 20px 84px 20px 70px;
  background: #fff;
  border: 3px solid #aaa;
  border-top: none;
  border-bottom: none;
  width: 760px; /* for IE5/Win */
  voice-family: "\"}\""; voice-family: inherit;
  width: 600px; /* actual value */
}

div#logo {
  float: left;
}

div#logo #registered {
  text-align: center;
  font-size: 7pt;
}

div#smallerbodytext{
  font-size: 10pt;
}

div#navigation {
  float: right;
  font-size: .7em;
}

div#navigation ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}

div#navigation ul {
  margin-left: 2em;
}

div#navigation ul li {
}

div#header {
  height: 127px;
}

div#content {
  clear: left;
  margin-top: 30px;
}

div#footer {
  clear: left;
  margin-top: 50px;
  font-size: 8pt;
  line-height: 1.4em;
}

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto
}


/* photos page */
div.photos {
  padding-top: 1em;
  display: block;
  clear: left;  
}


div.photos img {
  border: solid 5px black
} 
div.photos div.tph-picture {
  float left
  margin-right: 10em;
}
/* end photos code */

