
body {
  background-color: #e0f0ff;
  color: #000000;
}

.outerWrapper {
  height:1424px;
  width:768px;
  margin:0px;
  margin-top:10px;
  margin-bottom:10px;
  padding:0px;
  border:0px;
  margin-left:auto;
  margin-right:auto;
}

.header {
  width:768px;
  height:412px;
  border:1px solid #a0a0a0;
  border-top-right-radius:8pt;
  border-top-left-radius:8pt;
  border-bottom:0px;
  padding-top:20px;
  position: absolute;
  margin-left:0px;
  text-align: center;
  color: #000000;
  background-color:white;
}

.wrapper {
  top:478px;
  width: 775px;
  height: 980px;
  padding:0;
  margin:0px;
  position: absolute;
  border-radius:8px;
}

/*a, a:visited,a:hover,a:visited:hover { */
  /* text-decoration: none; */
  /* color: black; */
/*}*/

a.itemLink {
  text-decoration: none;
  display: block;
  padding:3px;
  padding-right: 16px;
  padding-left: 16px;
  cursor: hand;
  cursor: pointer;
  border:1px solid white;
}

a.itemLink,a.itemLink:hover {
  font-weight: bold;
  color: #004000;
}

a.itemLink:visited,a.itemLink:visited:hover {
  color: #608060;
}

a.itemLink:active,a.itemLink:visited:active,a.itemLink:active:hover,a.itemLink:visited:active:hover {
  background-color: #ffffc0;
  border: 1px solid #e00000;
  color: #408040;
}

a.itemLink:hover,a.itemLink:visited:hover {
  background-color: #ffffc0;
  border: 1px solid #808080;
  
}

span.itemDesc {
  font-style: italic;
  font-weight: normal;
  padding-left: 16px;
  display: block;
  color: #002000;
}

.leftCol {
  background: url("../images/knight_island_kayak_small.jpg") no-repeat;
  position: absolute;
  width:256px;
  height: 960px;
  padding-top:20px;
  overflow: hidden;
  margin:0;
  border:1px solid #a0a0a0;
  border-right:0px;
  border-bottom-left-radius:8pt;
  /* border-top:0px; */
}

.listItem {
  background: #404040;
  border:1px solid #a0a0a0;
  border-right:0px;
  opacity: 0.65;
  filter: alpha(opacity=65);
  color:#ffffff;
  cursor: hand;
  cursor: pointer;
  padding: 2px;
  padding-left:8px;
  margin-left: 24px;
  padding-right:0;
  margin-top: 4px;
  width: 260px;
}

.listItem:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.contentPage {
  visibility: hidden;
  position: absolute;
  top:0px;
  left: 256px;
  width: 505px;
  height: 972px;
  background-color: #ffffff;
  overflow: auto;
  border:1px solid #a0a0a0;
  border-bottom-right-radius:8pt;
  border-left:0px;
  padding:4px;
  /* border-top:0px; */
}

select,input {
  background-color: #c0e0ff;
  color: #000000;
}

a:hover,a:visited:hover,a:hover img, a:visited:hover img {
  background-color: #c0e0ff;
}


