body {
  text-align: left;
  text-size: 12pt;
  padding: 0px;
  margin:0px auto;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 800px;
  background-color: #ffffff;
  padding: 0px;
}

.band1 {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 800px;
  height: 89px;
}

.upband {
  padding-top: 0px;
  padding-bottom: 0px;
  width: 200px;

}

.band2 {
  background-image: url(http://www.the3bears.com/images/TopMenu.jpg);
  background-repeat: no-repeat; 
  width: 800px;
  padding-left: 220px;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 21px;
}

.band2 a:visited {
  color: #FFFFFF;
}

.band3 {
  width: 800px;
}

.band3col1 {
  width: 95px;
  padding: 0px;
  background-color: #EBF0D8;
}

.band3col1a {
  width: 105px;
  background-color: #EBF0D8;
  padding-left: 6px;
  padding-right: 4px;
  padding-top: 12px;
}

.band3col2 {
  width: 400px;
  background-color: #FFFFFF;
  padding-left: 12px;
  padding-top: 12px;
}

.bandlogo {
  width: 200px;
  background-color: #FFFFFF;
}

.band4 {
  width: 580px;
  background-color: #EBF0D8;
  line-height: 21px;
  padding-left: 220px;
  text-align: right;
  text-size: 14pt;
}

.band5 {
  width: 800px;
}

.band6 {
  width: 800px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  padding-top: 6px;
  padding-left: 0px;}

h1 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #124D4D;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 36px;
}

h2 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #124D4D;
  margin-bottom: 5px;
  font-size: 24px;
}

h3 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #124D4D;
  margin-bottom: 5px;
  font-size: 18px;
}

h4 {
  font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.3em;
  color: #124D4D;
  margin-bottom: 5px;
  font-size: 16px;
}

p, td, li {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

dt { font-weight: bold; }

.mnuOff {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #666666;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  text-decoration: none;
}
.mnuOn {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #000000;
  background-color: #FFFFFF;
  padding-top: 2px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 2px;
  text-decoration: none;
}

.lineBox { border: 1px solid #000000; }
.lineOver { border-top: 1px solid #000000; }
.lineUnder { border-bottom: 1px solid #000000; }
.lineLeft { border-left: 1px solid #000000; }
.lineRight { border-right: 1px solid #000000; }
.lineOverLeft {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.lineOverRight {
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineUnderLeft {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
}
.lineUnderRight {
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineOverUnderLeft {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000; 
}
.lineUnderLeftRight {
  border-bottom: 1px solid #000000;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.lineUnderOver {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}
.lineUnderOverRight {
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
}

.lineBelow { border-bottom: 1px solid #000000; }
