a.LeftNav
{  font-size: 18px;
   color: #000000;
   text-decoration: none;
   margin-right: 8px;  /* To control spacing between navibits */
}
a.LeftNav:link
{  color: #000000;
   text-decoration: none;
}
a.LeftNav:visited 
{  color: #000000;
   text-decoration: none;
}
a.LeftNav:active 
{  color: #000000;
   text-decoration: none;
}
a.LeftNav:hover
{  color: #000000;
   text-decoration: none;
}

a.BottomNav
{  font-size: 9px;
   color: #000000;
   text-decoration: none;
   margin-right: 8px;  /* To control spacing between navibits */
}
a.BottomNav:link
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:visited 
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:active 
{  color: #000000;
   text-decoration: none;
}
a.BottomNav:hover
{  color: #000000;
   text-decoration: none;
}

a.OTBLogo
{  font-size:  9px;
   color: #000000;
   text-decoration: none;
}
a.OTBLogo:link
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:visited 
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:active 
{  color: #000000;
   text-decoration: none;
}
a.OTBLogo:hover
{  color: #000000;
   text-decoration: none;
}

#LeftNav
{  position: absolute;
   background-color: transparent;
   width: 824px;
   height: 40px;
   top: 10px;
   left: 200px;
}

#LeftNav
{  position: absolute;
   background-color: transparent;
   width: 200px;
   height: 400px;
   top: 60px;
   left: 20px;
}

#BottomNav
{  position: absolute;
   background-color: transparent;
   width: 700px;
   height: 35px;
   top: 600px;
   left: 200px;
   z-index: 2;
}

#Content
{  position: absolute;
   width: 800px;
   height: 550px;
   left: 180px;
   right: 0px;
   top: 40px;
   bottom: 0px;
}

#OTBLogo
{  position: absolute;
   width: 100px;
   height: 35px;
   top: 595px;
   left: 900px;
}
