body {
  font-family: Arial,Helvetica,Verdana,sans-serif;
  background-color: black;
  /*background-image: url(images/menu_bkgd_stone.jpg);*/
}
div#outer {
  border:  none;
  margin: auto;
  padding: 0px;
  width: 924px;
}
div#header {
  border:  none;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center top;
  clear: both;
  background-image: url(images/top-banner.jpg);
  height: 228px;
  /*z-index:-1*/
}
div#footer {
  margin: 0px;
  padding: 0px;
  clear: both;
  background-color: #999999; /*rgb(140, 140, 140);*/
  background-image: url(images/stone-top.jpg);
  background-repeat: no-repeat;
  height: 75px;
}
div#main {
  padding: 5px 10px 10px 5px;  /*top right bottom left*/
  margin-left: 0px;
  min-height: 375px;
  margin-top: 0px;
  font-style: normal;
  font-weight: bold;
  background-image: url(images/body924.jpg);
  background-repeat: repeat-y;
  width: 924px;
  font-family: Times New Roman;
  font-size: medium;
}
div#navbk {
  padding: 5px 0px 0px 2px;
  width: 924px;
  height: 27px;
  float: left;
  min-height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  background-position: left top;
  /*background-color: #EDD9A7;*/
  background-color: black;
}
div#nav {
  padding: 5px 0px 0px 2px;
  width: 924px;
  font-size: medium;
  float: left;
  min-height: 0px;
  margin-left: 0px;
  margin-top: -35px;
  background-position: left top;
  background-color: transparent;
  z-index:1
}

.links {
  font-size: small;
  font-weight: bold;
  font-style: normal;
  list-style-type: disc;
  font-family: verdana,arial,helvetica,sans-serif;
}
h1 {
  text-decoration: underline;
  font-family: Palatino Linotype,arial,helvetica;
}
h2 {
  font-family: Arial,helvetica;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-style: italic;
  font-weight: bold;
  font-size: large;
}
a:link {
  font-family: arial,helvetica,verdana,sans-serif;
  font-size: small;
  color: #000099;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  font-family: arial,helvetica,verdana,sans-serif;
  font-size: small;
  color: #996633;
  padding-bottom: 5px;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  font-family: arial,helvetica,verdana,sans-serif;
  font-size: small;
  color: #330099;
  text-decoration: none;
  font-weight: bold;
}
