



body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #990000; /* red color that borders page on both sides = more brownish red would be 660000 */
  font: 10pt arial, verdana, sans-serif;
  line-height: 1.6em;
  color: #000; /* general text color-black / was #333-grayish  */
}

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: #660000;  /* brownish red link color = 660000 */
}

a:visited {
  color: #660000;  /* brownish red visited link color = 660000 */
}

a:hover {
  color: #999999;  /* grey hover link color = 999999 */
}

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: #660000;
}

h1 {
  font-size: 24px;
  line-height: 1em;
  color: #446;
}

div#frame {
  margin: 0 auto;
  padding: 0;
  background: #ccc;  /* ccc is gray = narrouw band around main content area */
  border: 11px solid #000000;  /* 000000 is black = wider band around main content area */
  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#navigation {
  display: none;
}

div#navigation ul {
 display: none;
}

div#navigation ul {
 display: none
}

div#navigation ul li {
}

div#header {
  height: 80px;
}

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

div#footer {
  clear: left;
  margin-top: 50px;
  font-size: 8pt;
  font-weight: bold;
  line-height: 1.2em;
}

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


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

div#caption {
  clear: left;
  margin-top: 5px;
  font-size: 8pt;
  line-height: 1.2em;
}

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