
#navBody {
  color: rgb(114, 194, 255); 
  background-color: rgb(0, 0, 0); 
  margin: 0px; 
  padding: 0px; 
  border-width: 0px;
}

#navBar { 
  float: left;
  margin: 0px; 
  padding: 8px 4px 8px 4px; 
  border-width: 0px;
  width: 98px;
}

#navPane { 
  position: relative;
  background-color: transparent;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20%;
  margin-right: 20%;
}

body.mainPage {
  background-image:url('images/water.jpg');
  color: rgb(0, 0, 0);
  font-family: Arial,Helvetica,sans-serif;
}

.navlink { 
  padding: 2px 5px 2px 5px;
  display: block;
}

a.navlink { 
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  color: rgb(114, 194, 255);
}

a.navlink:hover { 
  background-color: rgb(114, 194, 255);
  color: rgb(255, 255, 255);
}

.navlinkT { 
  padding: 2px 5px 2px 5px;
  display: block;
}

a.navlinkT { 
  font-weight: bold;
  text-decoration: none;
  background-color: rgb(0, 0, 0);
  color: rgb(114, 194, 255);
}

a.navlinkT:hover { 
  background-color: transparent;
  color: rgb(255, 255, 255);
}

tr {
  height:16pt;
  font-size:12pt
}

td {
  text-align:left
}

th {
  font-size:14pt;
  font-weight:bold;
  text-align:left
}

hr {
  height:2px;
  width:100%
}

h1 {
  font-size:200%;
  text-align:center
}

.notice {
  font-size:150%;
  font-weight:bold;
  text-align:center
}

.alert {
  font-size:150%;
  font-weight:bold;
  text-align:center;
  color: rgb(255, 0, 0);
}

