A:link
{ text-decoration: none; color:#3300FF; }
A:visited
{ text-decoration: none; color:#3300FF; }
A:active
{ text-decoration: none; color:#CC0000; }
A:hover
{ text-decoration: none; color:#CC0000; }

body, html
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background: #CCCCCC;
  font-family: Verdana, Arial, Helvetica;
  font-size: 12px;
  font-color: #000000;
  text-align: center;
}

#header {
  background-image: url(/media/header1.jpg);
  height: 106px;
  width: 760px;
  border: 1px solid #000000;
  border-bottom: 0px;
}

#menu {
  width: 760px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  background-color: #FFFFFF;
}

#content { 
  width: 760px; 
  background-color: #FFFFFF;
  margin: 0 auto;
  padding-top: 5px; 
  padding-bottom: 5px; 
  border-top: 0px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 0px;
  text-align: left; 
  bottom: 0;
}

.footer {
  width: 760px;
  background-color: #FFFFFF;
  font-size: 10px;
  text-align: left;
  color: #CCCCCC;
  padding-bottom: 2px;
  border-top: 0px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

.title {
  font-size: 18px;
  font-weight: bold;
  padding-left: 2px;
}

.hometitle {
  font-size: 20px;
  font-weight: bold;
  padding-left: 2px;
}

.homep {
  font-size: 14px;
  padding-left: 2px;
}

.menutext {
  font-size: 13px;
}

.small {
  font-size: 10px;
  color: #000000;
  text-align: right;
  padding-left: 2px;
  padding-right: 2px;
}

p {
  padding-left: 2px;
  padding-right: 2px;
  font-size: 12px;
}

TD {
  font-size: 12px;
}

.black_overlay {
          display: none;
          position: absolute;
          top: 0%;
          left: 0%;
          width: 100%;
          height: 100%;
          background-color: black;
          z-index:1001;
          -moz-opacity: 0.8;
          opacity:.80;
          filter: alpha(opacity=80);
}
    
.white_content {
          display: none;
          position: absolute;
          top: 25%;
          left: 25%;
          width: 50%;
          height: 50%;
          padding: 16px;
          border: 16px solid orange;
          background-color: white;
          z-index:1002;
          overflow: auto;
}

