

#contain {
   position: relative;
   top: 20px; left: 0px;         /* place it where you want     */
   width: 710px;
}

.black
{
  color: black;
}
.black A:link{ color: black; text-decoration: underline; font-weight: none; }
.black A:visited{ color: black; text-decoration: underline; font-weight: none; }
.black A:hover{ color: black; text-decoration: underline; font-weight: none; }

#translucentbkg {
   width: 710px; height: 100px;     /* to match DIVs size          */
   background-color: #052B64;       /* the background              */
   border: 2px solid black;
   filter:alpha(opacity=50);
   -moz-opacity:0.5;
   opacity: 0.5;
   position: relative;
   left: 0px;
}

#opaquetext {
   width: 710px;   /* to match DIVs size          */
   background-color: transparent;   /* transparent background      */
   position: absolute;              /* absolute positioning        */
   left: 0px;
   z-index: 2;                      /* place it over the other DIV */
}

.main
{
  	background-color: #24487C;
  	background-image: url('images/mainbg.jpg');
  	background-repeat: no-repeat;
  	background-position: bottom center;
}
.main A:link{ color: black; text-decoration: none; font-weight: bold; }
.main A:visited{ color: black; text-decoration: none; font-weight: bold; }
.main A:hover{ color: black; text-decoration: underline; font-weight: bold; }

.TopLink A:link{ color: white; text-decoration: none; font-weight: bold; }
.TopLink A:visited{ color: white; text-decoration: none; font-weight: bold; }
.TopLink A:hover{ color: white; text-decoration: underline; font-weight: bold; }
.TopLink{ color: white; }

.TopLinkSmall A:link{ color: white; text-decoration: none; font-weight: bold; font-size: x-small; }
.TopLinkSmall A:visited{ color: white; text-decoration: none; font-weight: bold; font-size: x-small; }
.TopLinkSmall A:hover{ color: white; text-decoration: underline; font-weight: bold; font-size: x-small; }
.TopLinkSmall{ color: white; font-size: x-small; }

.BottomText
{
  text-align: left;
  font-size: small;
  color: #000000;
  vertical-align: middle;
}

.white A:link{ color: white; text-decoration: none; font-weight: bold; }
.white A:visited{ color: white; text-decoration: none; font-weight: bold; }
.white A:hover{ color: white; text-decoration: underline; font-weight: bold; }

.BottomText A:link{ color: black; text-decoration: none; font-weight: none; }
.BottomText A:visited{ color: black; text-decoration: none; font-weight: none; }
.BottomText A:hover{ color: black; text-decoration: underline; font-weight: none; }

.container
{
}