body {
  background-color: #9e865a;
  margin: 0px 0px 0px 0px;
  font-family: Verdana, Sans, Helvetica;
  font-size: 14pt;
  font-style: normal;
  font-weight: normal;
  height: 100%;
}

h1 {
  font-size: 11pt;
}

table {
  border: 1px solid black;
}

table.semi {
  background-color: #ece0a6;
  border-top: 2px solid #3f3f3f;
  border-left: 2px solid #3f3f3f;
  border-right: 2px solid #3f3f3f;
  width: 759px;
  height: 30px;
  padding: 0px 0px 0px 0px;
}

table.body {
  border: 2px solid #3f3f3f;
  width: 759px;
  background-color: #B6B194;
  padding: 0px 0px 0px 0px;
  height: 550px;
}

table.main {
  border: 2px solid #3f3f3f;
  width: 759px;
  background-color: #B6B194;
  padding: 0px 0px 0px 0px;
  height: 1100px;
  background-repeat: no-repeat;
  background-position: bottom;
  vertical-align: top;
}

table.foot {
  background-color: #ece0a6;
  width: 759px;
  text-align: center;
  border-bottom: 2px solid #3f3f3f;
  border-right: 2px solid #3f3f3f;
  border-left: 2px solid #3f3f3f;
  padding: 0px 0px 0px 0px;
}

a:active,a:visited,a:link {
  text-decoration: underline;
  color: black;
  font-weight: bold;
}

a:hover {
  color: black;
  text-decoration: underline;
  font-weight: bold;
}

.link {
  border-right: 2px solid #3f3f3f;
  text-align: center;
}

.slink {
  text-align: center;
}

.spImage {
  text-align: center;
}

.spLink {
  text-align: left;
}

.banner {
  background-color: #ece0a6;
  border-bottom: 1px solid #502f0f;
  border-right: 1px solid #502f0f;
  font-weight: bold;
  padding-left: 5px;
  padding-right: 1px;
  padding-bottom: 1px;
  padding-top: 1px;
  width: 75%;
}

.video {
  padding-left: 25px;
  vertical-align: top;
}

.logo {
  background-image: url("images/newlogo.jpg");
  vertical-align: bottom;
}

.intro {
  font-weight: bold;
  font-size: 24pt;
  font-style: italic;
  letter-spacing: 1px;
  text-align: center;
}

.newVideo {
  font-weight: bold;
  font-size: 18pt;
  font-style: italic;
  letter-spacing: 1px;
  padding-left: 20px;
}

.desc {
  font-family: arial, sans-serif;
//  color: #63522e;
  color: black;
  text-align: left;
  width: 80%;
  padding-left: 20px;
}

.normalLink {
  font-weight: bold;
  text-decoration: underline;
}

input.submit, input.button {
  border: 1px solid black;
  background-color: #ece0a6;
  font-size: 14px;
}

img.shadow {
  
}

img.border {
  border: 2px solid black;  
}
  

