body {
  text-align: center;
  margin: 0;
  padding: 0;
  background: #000066; /*dark blue color that borders page on both sides */
  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: #000066;
}

a:visited {
  color: #000066;
}

a:hover {
  color: #cc9900;
}

a img {
  border: none;
}

a:link.image, a:visited.image {
  border: none;
}

h1, h2, h3, h4 {
  margin-top: 1.5em;
  margin-bottom: 0em;
  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#navigation {
  float: right;
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: bold;
  font-style: italic;
}

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: 5px;
  font-size: 8pt;
  line-height: 1.4em;
}

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


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


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