default{ }

body
{
  margin: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color: #305ABC;
  font-size: 10pt;
}

#bodyContent
{
  position: absolute; 
  left: 200px; 
  top: 165px; 
  width: 573px; 
  height: auto;
  z-index: 9;
  border: 0px solid red;
}

#bottomContent
{
  position: absolute;
  bottom: -10px;; 
  height: auto;
  width: 100%;
  border: 0px solid red;
}

#sideBar
{
  position: absolute; 
  left: 0px; 
  top: 0px; 
  width: 163px; 
  height: 600px; 
  z-index: 2;
}

#logo
{
  position:absolute; 
  left:219px; 
  top:-1px; 
  width:436px; 
  height:159px; 
  z-index:3;
}

#sideLinks
{
   position:absolute; 
   left:20px; 
   top:130px; 
   width:135px;
   z-index:5;
   text-align: right;
   font-size: 100%;
}

#bottomNav
{
  position: absolute; 
  left:px; 
  top:-10px; 
  width: 100%; 
  z-index:6;
  font-size: 65%;
  text-align: center;
  border: 0px solid green;
}


#copyright
{
  position:absolute; 
  left:0px; 
  top:20px; 
  width:100%; 
  height:18px; 
  z-index:4;
  font-size: 65%;
  text-align: center;
}



a:link, a.:visited {
    text-decoration: none;
    color: #305ABC;
    line-height: 23px;

}

a:hover  {
    color: #2B50A8;
    text-decoration:  underline;
  }