body {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-style: none;
  background-color: #ccc;
  background-image: url("tsg7.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.main {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: auto;
  border-style: none;
  margin-top: 0%;
}

.frame {
  height: 100%;
  width: 967px;
  top: 0px;
  padding: 0;
  margin: auto;
  border-style: none; 
  background-color: #ffffff;
  position: relative;
  text-align: left;
}

.top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 45px;
  width: 100%;
  border-style: none; 
  background-color: #636363;
}

.top a:link, .top a:visited, .top a:hover {
  line-height: 45px;
  color: white;
  font-weight: bold;
  font-size: 20pt;
  font-family: "Arial", "Helvetica", "sans-serif";
}

.navmenu {
  position: absolute;
  left: 0px;
  top: 45px;
  bottom: 0px;
  width: 150px; 
  margin-top: 0px;
  border-style: none; 
  background-color: #cccccc;
  overflow: hidden;
  background-repeat: repeat-y;
}

.contentwindow {
  position: absolute;
  left: 150px;
  top: 45px;
  bottom: 0px;
  right: 0px;
  margin-top: 10px;
  margin-left: 0px;
  border-style: none; 
  background-color: #FFFFFF;
  overflow: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.content {
  margin-left: 10px;
  margin-right: 10px;
}

IMG.logo {
  display: block;
  margin-left: 0px;
  margin-top: 0px;
  padding: 0px;
  width: 967px;
  height: 45px;
}

IMG.navboat {
  width: 140px;
}

IMG.navbutton {
  height: 31px;
  width: 140px;
  vertical-align: top;
  padding: 0px;
  border-style: none;
  left: 0px;
  overflow: hidden;
  text-align: left;
}

IMG.activenav {
  height: 31px;
  width: 150px;
  vertical-align: top;
  padding: 0px;
  border-style: none;
  left: 0px;
  overflow: hidden;
  text-align: left;
}

IMG.left {
  padding-right: 17px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
  float: left;
}

IMG.right {
  padding-right: 0px;
  padding-left: 17px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 0px;
  float: right;
}

.youtubeleft {
  width: 560px;
  height: 315px;
  padding-right: 17px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  float: left;
}

.youtuberight {
  width: 560px;
  height: 315px;
  padding-right: 8px;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 0px;
  float: right;
}

table.compact td {
  padding: 0px;
}

table.table {
  border-collapse: collapse;
}

table.table td {
  padding: 5px;
  border: 1px solid;
}

A,P,UL {
  font-size: 12pt;
  font-family: "Arial", "Helvetica", "sans-serif";
}

H3 {
  font-size: 16pt;
  font-family: "Arial", "Helvetica", "sans-serif";
}

boat {
  font-weight: bold;
  font-style: italic;
}

A:link {text-decoration: none; color: blue;}
A:visited {text-decoration: none; color: blue;}
A:active {text-decoration: none; color: blue;}
A:hover {text-decoration: none; color: red;}

