body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #cc0033; /* red color code for page on both sides */
  font: 12pt verdana, sans-serif;
  line-height: 1.6em;
  color: #000; /* general text color */
}

ul {
  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: #000000;
}

a:visited {
  color: #000000;
}

a:hover {
  color: #cc0033;
}

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: 10px solid #000;  /* black padding color on two sides of main container */
  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: center;
}



div#header {
  height: 90px;  /* was 100px */
}

div#content {
  clear: left;
  margin-top: 30px;
}

div#footer {
  clear: left;
  margin-top: 20px;
  font-size: 12pt;
}

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


/* photo page */
div.photo {
  padding-top: 1em;
  display: block;
  clear: left;  
}


div.photo img {
  border: solid 3.5px black
} 
div.photo div.picture {
  float: left;
  margin-right: 1em;
}
/* end photo page */

