
  body {
  margin:            0px;
  padding:           0px;
  background:        #003366;
  }

A           { color: #003366; text-decoration: underline; }
A:link      { color: #003366; text-decoration: underline; }
A:visited   { color: #003366; text-decoration: underline; }
A.footer	{ color: #FFFFFF; text-decoration: underline; }
A:active    { color: #999999;  }
A:hover     { color: #cfcfcf;  }

A.topLink:link, A.topLink:visited, .topLInk
{
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #E7ECEF;
   text-decoration: none;
}
A.topLink:hover 
{
   font-size: 10pt; 
   font-family: Arial, Helvetica, sans-serif;
   color: #E7ECEF;
   text-decoration: underline;
}

h1, h2, h3 {
  margin:             0px;
  padding:            0px;
  }

h1   {
  color:              #333;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          large;
  font-weight:        bold;
  margin-bottom:      10px;
  border-bottom:      1px solid #999;
  }

h2   {
  color:              #333;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          14px;
  font-weight:        bold;
  margin-bottom:      10px;

  }

  h3   {
  color:              #333;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          14px;
  font-weight:        bold;
  margin-bottom:      10px;

  }

  h4   {
  color:              #333;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          14px;
  font-weight:        bold;
  margin-bottom:      10px;

  }
.pagebody {
  padding:            8px;
  }
    
.pagebody a, .pagebody a:link, .pagebody a:visited, 
.pagebody a:active, .pagebody a:hover {
  font-weight:        normal;
  text-decoration:    underline;
  }

#header {
  background:         #D7CCB9;
  border:             1px solid black;
  padding-top:        5px;
  padding-bottom:     5px; 
  }

.headerMenu {
  background:         #000000;
  color:              #FFFFFF;
  padding:            0px; 
  }
.headerMenu A         { color: #FFFFFF; text-decoration: none; }
.headerMenu A:link    { color: #FFFFFF; text-decoration: none; }
.headerMenu A:visited { color: #FFFFFF; text-decoration: none; }
.headerMenu A:active  { color: #FFFFFF; text-decoration: underline;  }
.headerMenu A:hover   { color: #FFFFFF; text-decoration: underline;  }

#footer {
  background:         #D7CCB9;
  border:             1px solid black;
  padding-top:        5px;
  padding-bottom:     5px; 
  }

.footerMenu {
  background:         #000000;
  color:              #FFFFFF;
  padding:            0px;  
  }

.footerMenu A         { color: #FFFFFF; text-decoration: none; }
.footerMenu A:link    { color: #FFFFFF; text-decoration: none; }
.footerMenu A:visited { color: #FFFFFF; text-decoration: none; }
.footerMenu A:active  { color: #FFFFFF; text-decoration: underline;  }
.footerMenu A:hover   { color: #FFFFFF; text-decoration: underline;  }

.container {  
  width:              100%; 
  border:             1px solid black; 
  padding:            10px; 
  padding-bottom:     0px; 
  }

.containerLeftCell {  
  width:              200px;
  border:             0px solid black; 
  margin-left:        0px; 
  margin-right:       0px;
  padding:            2px;
  }

.containerCenterCell {  
  border:             0px solid black; 
  padding:            2px;
  }

.containerRightCell {  
  width:              200px;
  border:             0px solid black;
  margin-left:        0px; 
  margin-right:       0px;
  padding:            2px;
  }

.menutitle {
  border:             1px black solid;
  background:         #AEA595;
  color:              #000000;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          small;
  font-weight:        normal;
  text-transform:     uppercase;
  letter-spacing:     .3em;
  margin-top:         10px;
  padding:            2px; 
  padding-left:       10px;
  }

.menu {
  background:         #FFF;
  color:              #333;
  font-family:        verdana, arial, sans-serif;
  font-size:          x-small;
  font-weight:        normal;
  line-height:        140%;
  padding:            6px;
  border-left:        1px black solid;
  border-right:       1px black solid;
  border-bottom:      1px black solid;
  }   

.menutitle A         { color: #000000; text-decoration: none; }
.menutitle A:link    { color: #000000; text-decoration: none; }
.menutitle A:visited { color: #000000; text-decoration: none; }
.menutitle A:active  { color: #000000; text-decoration: underline;  }
.menutitle A:hover   { color: #000000; text-decoration: underline;  }

.banner {
  font-family:        verdana, arial, sans-serif;
  font-size:          x-small;
  font-weight:        normal;
  line-height:        140%;
  padding-top:        10px;
  padding-bottom:     10px;
  }   

.powered {
  border:             1px black solid;
  background:         #FFF;
  color:              #666;
  font-family:        palatino, georgia, times new roman, serif;
  font-size:          x-small;
  letter-spacing:     .2em; 
  line-height:        140%;
  text-transform:     uppercase;
  padding:            6px;
  margin-top:         10px;
  }
