﻿a
{
   color: #0066CC;
   font-weight: normal;
   text-decoration: none;
}

a:hover
{
   color: #CC0000;
   text-decoration: underline;
}

.Header
{
   height: 9px;
   background-color: #f22532; 
   border-bottom: solid 3px #c7bead;
}

#global
{
     position:absolute;
     left: 50%; 
     width: 790px;
     height: 580px;
     margin-left: -395px; /* half of the width */
}

.HeaderLogo
{
   position:absolute;
   top: -16px;
   z-index: 2;
}

.Main
{
   padding-top: 10px;
   height: 267px;
   background-color: #fbbb3a;
   font-size: 16px;
   line-height: 40px;
}

.Footer
{
   height: 230px;
   background-color: #fbbb3a;
}

.FooterBottom 
{
   height: 14px;
   background-image: url(/images/FooterSwoop.jpg);
   background-repeat:repeat-x;
}

.Container
{
   width: 800px;
}

body
{
   margin-top: 0px;
   padding: 0px;
   margin: 0;
   font-size: 9px; 
   font-family: Verdana;
   text-align: center;
}