body{
     padding-top: 10px;
     background-color: #FFFFFF;
     text-align: center;
     margin: auto;
     }

div.body{
         width: 800px;
         height: auto;
         padding: 10, 10, 10, 10;
         *padding-top: 10px;
         background-color: #D5B2D9;
         text-align: center;
         margin: auto;
         }

div.banner{
           width: 800px;
           height: 250px;
           background-color: #D5B2D9;
           }
           
div.main{
         width: 800px;
         height: auto;
         background-color: #730080;
         margin-top: -26px;
         *margin-top: -16px;
         text-align: center;
         }
         
div.nav{
        width: 800px;
        height: 60px;
        margin-top: 25px;
        *margin-top:4px;
        margin-bottom: 0px;
        *margin-bottom: 4px;

        }

img.nav{
        border-width: 0;
        margin-left: 15px;
        margin-right: 15px;
        }
        
p.head{
       font-family: "Monotype Corsiva","Verdanna";
       font-size: 16pt;
       font-weight: bold;
       color: #D9C900;
       padding-top: 4px;
       text-align: center;
       }
       
p.norm{
       font-family: Candara, "Times New Roman";
       font-size: 12pt;
       color: #FFFFFF;
       padding: 8px;
       text-align: left;
       }
       
p.small{
       font-family: Candara, "Times New Roman";
       font-size: 8pt;
       color: #FFFFFF;
       padding: 8px;
       text-align: center;
       }

       
a:link
    {
    font-family: Candara, "Times New Roman";
    text-decoration: none;
    color: #D9C900;
    font-size: 12pt;
    }

a:visited
    {
    font-family: Candara, "Times New Roman" ;
    text-decoration: none;
    color: #D9C900;
    font-size: 12pt;
    }

a.link:link
    {
    font-family: Candara, "Times New Roman";
    text-decoration: none;
    color: #D9C900;
    font-size: 12pt;
    }

a.link:visited
    {
    font-family: Candara, "Times New Roman";
    text-decoration: none;
    color: #D9C900;
    font-size: 12pt;
    }