* {
padding: 0px;
margin: 0px;
}


html { height: 100% }

body {
  margin: 0px;
  padding: 0px;
  background-color: #dbe7ed;
  color: #444444;
  text-align: center;
  height: 100%;
}

td img {display: block;} /* From fireworks */

#outer {
  position: relative;
  width: 787px;
  height: 100%;
  margin: 0 auto;
}

#inner {
  width: 747px;
  text-align: left;
  height: 100%;
  background-color: white;
  border-left: solid 1px #43748B;
  border-right: solid 1px #43748B;
}

#leftshadow {

  width: 20px;

  background: url(images/leftshadow.gif) top left repeat-y;
}
#rightshadow {

  width: 20px;

  background: url(images/rightshadow.gif) top left repeat-y;
}

#header {
  width: 747px;
  height: 184px;
  background: url(images/head.jpg) top left no-repeat;
}

#menucontainer {
  width: 160px;
  border-right: solid white 1px;
  height: 100%;
}

#header ul {
  margin-left: 5px;
  margin-right: 2px;
  padding-top: 5px;
  list-style: none;
  list-style-image: url(images/arrow.gif);
  list-style-position: inside;
  /* width: 155px; */
}

#header li {
  margin-top: 1px;
  padding-left: 2px;
  background-color: white;
  opacity:0.6;   
  filter:alpha(opacity=60); 
  -moz-opacity:0.6; 
  -khtml-opacity:.6
}

#header li:hover {
  opacity:1.0;
  filter:alpha(opacity=100); 
  -moz-opacity:1.0; 
  -khtml-opacity:1
}

#header li span {
  opacity:1.0;
  filter:alpha(opacity=100); 
  -moz-opacity:1.0; 
  -khtml-opacity:1
}

#header a {
  color: #444444;
  text-decoration: none;
}

#header a:hover {
  color: #444444;
  text-decoration: underline;
}

#sitetitle {
  margin-left: 1px;
  margin-top: 1px;
  background-color: #43748B;
  background-image: url(images/gradient.jpg);
  background-position: 160px 0px;
  background-repeat: repeat-y;
  height: 32px;
  color: white;
}

#sitetitle h1 {
  font-size: 30px;
  font-weight: bold;
  position: relative;
  bottom: 3px;
  display: inline;
}

#sitetitle h3 {
  float: right;
  color: #444444;
  position: relative;
  top: -22px;
  font-size: 12px;
  display: inline;
}

#fishlogo {
  position: relative;
  top: 3px;
  float: right;
  background: url(images/fishlogo.gif) top right no-repeat;
  padding-right: 80px;
  color: #444444;
  height: 41px;
}

#fishlogo a {
  position: relative;
  top: 3px;
}

.blround {
  height: 100%;
  width: 16px;
  float: left;
  background: #43748B url(images/blround.gif) left bottom no-repeat;
  border: none;
}

#content {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top: 15px;
  font-size: 16pt;
}

.rates {
  font-size: 12pt;
  border: solid 1px #43748B;
  border-bottom: none;
  border-right: none;
}

.rates td {
  border-bottom: solid 1px #43748B;
  border-right: solid 1px #43748B;
  padding: 3px;
}

.arrowlist {
  margin-left: 2px;
  margin-right: 0px;
  padding-top: 0px;
  list-style: none;
  list-style-image: url(images/arrow.gif);
  list-style-position: inside;
}

h1 {
  font-size: 20pt;
  text-align: center;
  margin-bottom: 20px;
}

h2 {
  font-size: 16pt;
  text-align: center;
  margin-bottom: 20px;
}

p {
  margin-bottom: 10px;
}

.bold {
  font-weight: bold;
}

.caption {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-family: "Courier New";
  font-size: 8pt;
  margin-bottom: 5px;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.shiftup {
  position: relative;
  top: -13px;
}
.clear {
  clear: both;
}