a.TopNav
{  font-size: 14px;
   color: #000000;
   text-decoration: none;
   margin-right: 8px;  /* To control spacing between navibits */
}
a.TopNav:link
{  color: #39C;
   text-decoration: none;
}
a.TopNav:visited 
{  color: #39C;
   text-decoration: none;
}
a.TopNav:active 
{  color: #C00;
   text-decoration: none;
}
a.TopNav: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: #39C;
   text-decoration: none;
}
a.BottomNav:visited 
{  color: #39C;
   text-decoration: none;
}
a.BottomNav:active 
{  color: #C00;
   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;
}

#TopNav
{
	position: absolute;
	background-color: transparent;
	width: 1000px;
	top: 50px;
	left: 10px;
	text-align: center;
}

#TopBanner
{
	position: absolute;
	width: 1000px;
	top: 0px;
	left: 0px;
	text-align: center;
}

#TopLogo
{
	position: absolute;
	background-color: transparent;
	top: 2px;
	left: 2px;
	text-align: center;
}

#BottomNav
{  position: absolute;
   background-color: transparent;
   width: 1010;
   height: 35px;
   top: 605px;
   left: 10px;
   z-index: 2;
}

#Purpose
{
	position: absolute;
	background-color: transparent;
	width: 170;
	height: 35px;
	top: 500px;
	left: 5px;
	z-index: 2;
	text-align: center;
	font-style: italic;
	font-size: 10px;
}

#Content
{  position: absolute;
   background-color: #39C;
   width: 1004;
   height: 425px;
   left: 10px;
   right: 0px;
   top: 75px;
   bottom: 0px;
}

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

#float {
	border: medium solid #000000;
}
