<!--
body{
  font-family:ARIAL;
  color:#000000;
  font-size: 14px;

  background-color: #004141;
  margin-left: 0;
  margin-top: 15px;
  margin-right: 0;
  margin-bottom: 0;
  }

td {
  font-family:ARIAL;
  color:#000000;
  font-size: 14px;

  background-color: #918654;
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  }

b  {font-weight:bold;}



a {
  color: #3B1D5F;
  color: #ffffff;
  }

a:hover {
  color: #ffffff;
  }


hr {
    color: #A5B5C6;
    height: 1px;
    }

a img {
    border: 0 none;
    }
    
.content, td.content, .content ul {
  padding-left: 15px;
  padding-right: 15px;
  }    

.alert {
  background-color:#ff0000;
  text-align:center;
  color:#ffffff;
  font-size:12pt;
  font-weight:bold;}

.header {
  /* text-align:center;*/
  font-family:ARIAL;
  color:#4A4352;
  color:#3B1D5F;
  font-size:13pt;
  font-weight:bold;
  }



.sub_header {
  text-align:center;
  font-family:ARIAL;
  color:#000000;
  font-size:10pt;
  font-weight:bold;}

td.mailList {
  background-color: #BFB277;
  }


.swimAdult {
  background-color: #AF0000;
  color: #ffffff;
}
.swimChild {
  background-color: #0040AF;
  color: #ffffff;
}

td.swimcal {
  font-size: 12px;
}

hr.swimcal {
  color:#3B1D5F;
  height: 1px;
}

.swimSubHeader {
  background-color:#BFB277;
  font-weight: bold;
  padding-top : 5px;
  padding-bottom: 3px;
  margin-top: 5px;
  }

.topTag {
  color: #999966;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  }
  
/**********************************************
* navigation
**********************************************/

div#topNav {
  height: 20px;
  width: 100%;
  /*
  border-top: solid #000 1px;
  border-bottom: solid #000 1px;
  */
  background-color: #336699;
  background-color: #ffffff;
  }

div#topNav ul {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  color: #FFF;
  color: #BFB277;
  background-color: #ffffff;
  line-height: 20px;
  white-space: nowrap;
  }

div#topNav li {
  list-style-type: none;
  display: inline;
  background-color: #ffffff;
  font-size: 11px;
  font-weight: bold;
  }

div#topNav li a {
  text-decoration: none;
  padding: 7px 10px;
  color: #FFF;
  }

div#topNav li a:link {
  color: #FFF;
  color: #BFB277;
  }

div#topNav li a:visited {
  color: #CCC;
  color: #BFB277;
  }

div#topNav li a:hover {
  font-weight: bold;
  color: #FFF;
  color: #050151;
  /* background-color: #3366FF;*/
  }

.bottomNav {
  background-color: #040051;
  color: #BFB277;
  font-size: 10px;  
  /*
  padding: 0,10px,0,10px;
  margin: 0,10px,0,10px;
  */
  height: 75px;
  }  
-->