﻿body
{
    margin-top: 0px;
    margin-left: 0px;
    background-color: #DDF8FF;
    font-size:small;
    font-family: Tahoma, Verdana;
    color: #333333;
}
a
{
    
    color: #333333;
}
#divWrap
{
    width: 1000px;
    margin: 0 auto;
    position: relative;
    background-color: #F0F3FF;
    border: solid 1px #89BEFE;
}
  .imgBorder 
  {
      border: solid 10px #ffffff;
      
  }
#divMain {
 margin: 0 auto; 
}
#divContent 
{
    background-color: #F0F3FF;
    border-bottom: solid 5px white;
}

#divHeaderText 
{
    height: 65px;
    
    border-top: solid 5px white;
    
}
#divTitleText 
{
    float:left;font-size:x-small;
    color: #666666;
    text-align:left;
    margin-left: 25px;
    margin-top: 5px;
}
#divAddressText 
{
    float:right;font-size:x-small;
    color: #666666;
    text-align:right;
    margin-right: 25px; 
    margin-top: 5px;
}

.imgTopImage
        {
            border-width: 5px;
            border-color: #FFFFFF;
            border-style: solid none solid none;
        }
#divMenu
{
    background-color: #89BEFE;
    width: 1000px;
    height: 20px;
    border-bottom: solid 5px white;
}
.divMenuItem 
{
    text-align: center;
 width:150px;
 height:20px; 
 border-left: solid 1px white;
 float: right; 
 margin-top: 0px;
 font-size: 14px; 
}
.divMenuItem a 
{
    color:White; 
    text-decoration: none;
     
}
/* menu */
#divMenuHolder 
{
    position:absolute;
    top:10px;
    width:1024px;
    height: 30px;
    
}
#divYellowLine 
{
    height: 5px;
    position:absolute;
    width:1024px;
    top:40px; 
    background-color: #ffba1d;
    border-bottom: solid 1px #ffba1d;
}
.divMenuDot 
{
    margin-top: -3px;
 height: 5px;
 width: 16px; 
 text-align: center;
  float: right;
  font-size: 16px;
  color: #ffba1d;
  
/*  background-image: url(/images/menudot.gif);
  background-position: 5px 7px;  
  background-repeat: no-repeat;*/
}

.divMenuOn, .divMenuOff
{
 width: 110px;
 height: 20px;
 text-align:center;
 float: right;

 }
 .divMenuText 
 {
      font-size: 10px;
 font-family: Tahoma, Verdana;
 margin-top:4px;
 }
  .divMenuText a
 {
color:inherit;
text-decoration: none;
 }
.divMenuOn
{
color:Black;
 background-color: #ffba1d;
}
.divMenuOff
{
    color:White;
 background-color: #6ea2c5;
}
/* bottom links */
#divLinksHolder 
{
     position:relative;
    top:10px;
    width:1024px;
    height: 20px;
 }
.divLinksDot 
{
    margin-top: -2px;
 height: 5px;
 width: 20px; 
 text-align: center;
  float: right;
  font-size: 8px;
  color: #ffba1d;
  
/*  background-image: url(/images/menudot.gif);
  background-position: 5px 7px;  
  background-repeat: no-repeat;*/
}
.divLink 
{
 float: right; 
}


 
