a.nav:link {color: #ffffff; text-decoration: none; }
a.nav:visited {color: #ffffff; text-decoration: none; }
a.nav:hover {color: #ffffff; text-decoration: underline; }
a.nav:active {color: #ffffff; } 

a.external:link {color: #1409FB; text-decoration: none; }
a.external:visited {color: #1409FB; text-decoration: none; }
a.external:hover {color: #1409FB; text-decoration: underline;}
a.external:active {color: #1409FB; }

a.email:link {color: #1409FB; text-decoration: none; }
a.email:visited {color: #1409FB; text-decoration: none; }
a.email:hover {color: #1409FB; text-decoration: bold; }
a.email:active {color: #1409FB; }  

BODY {
  background-color: #e6e6e6;
  background-image: url(images/background.jpg);
  background-repeat: repeat-x;
}

.header {
  width: 800px;
  border: solid; border-color:#1409FB; border-width: 2px;
  border-bottom-style: none;
  background: #1409FB;
  color: #1409FB;
  margin: auto;
  margin-top: 10px;
  text-align: left;
}

TR.headerNavigation {
  background: #000000;
}

TD.headerNavigation {
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  background: #1409FB;
  color: #1409FB;
  font-weight : bold;
  }

.main {
  width: 800px;
  border-top-style: none;
  border-left-style: solid; border-color:#1409FB; border-width: 2px;
  border-right-style: solid; border-color:#1409FB; border-width: 2px; 
  border-bottom-style: none; 
  background: #ffffff;
  color: #000000;
  margin: auto;
}

.contenttable {
  width: 800px;
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  background: #000000;
  color: #ffffff;
  font-weight : bold;
  }
 margin: 10px;
 }
    
.contenttext {
  font-family:Arial, Helvetica, sans-serif;
  font-size: small;
  text-align: center;
  background: #ffffff;
  color: #000000;
  }

.contentimage {
  cellpadding: 2px;
  }
  
.floatright {
  float: right;
  margin: 10px;
  }
  
.footer {
  width: 800px;
  border-top-style: none;
  border-left-style: solid; border-color:#1409FB; border-width: 2px;
  border-right-style: solid; border-color:#1409FB; border-width: 2px;
  border-bottom-style: solid; border-color:#1409FB; border-width: 2px;
  background: #1409FB;
  color: #1409FB;
  margin: auto;
  
}
  
TR.footer {
  background: #1409FB;
}

TD.footertext {
  text-align: left;
  font-family:Arial, Helvetica, sans-serif;
  font-size: x-small;
  text-align: center;
  color: #ffffff; 
}

.telnumbers
{
display:inline;
float:left;
width:350px;
height: 60px;
margin: 10px 10px 10px 0px;
padding:0px;
}

.address
{
display:inline;
float:left;
width:340px;
height: 140px;
margin: 10px 10px 10px 0px;
padding:0px;
}
