﻿body 
{
    background-color: #e7e6e6;
    margin: 0;
    font-family: Arial,Verdana;
    font-size: 12px;
    color: #666666;
}

a
{
    color: #ce2c93;
    text-decoration: underline;
}

a:hover
{
    color: #da8bbd;
    text-decoration: underline;
}

#OverallContainer
{
    width: 802px;
    margin: 0px auto;
}

#Container
{
    background-image: url(../images/containerbg.jpg);
    background-repeat: repeat-y;
    width: 802px;
    float: left;
}

#MainContainer
{
    margin: 0px auto;
    width: 744px;
    background-color; #ff0000;
}

#Header
{
    float: left;
    width: 744px;
}

#Top
{
    float: left;
    width: 744px;
}

#IndexNav
{
    float: left;
    width: 734px;
    height: 37px;
    background-image: url(../images/indexnav.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 9px 0 0 10px;
}

#IndexNav a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    background-image: url(../images/navbreak.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0 10px 3px 0;
}

#IndexNav a:hover 
{
    color: #eb77c1;
    text-decoration: none;
}


#Nav
{
    float: left;
    width: 734px;
    height: 37px;
    background-image: url(../images/nav.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 9px 0 0 10px;
}

#Nav a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    background-image: url(../images/navbreak.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0 10px 3px 0;
}

#Nav a:hover 
{
    color: #eb77c1;
    text-decoration: none;
}

#IndexContent1
{
    float: left;
    width: 744px;
    background-color: #d2cfcf;
    height: 400px;
    background-image: url(../images/welcomebottom.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: -1px;
}

#IndexContent1Box
{
    float: left;
    width: 714px;
    height: 239px;
    background-image: url(../images/content.jpg);
    background-repeat: no-repeat;
    margin-top:25px;
    padding: 15px;
}

#IndexContent2
{
    float: left;
    width: 714px;
    padding: 15px;
}

#IndexContent2Features
{
    width: 714px;
    float: left;
}

#LeftFeature
{
    float: left;
    width: 370px;
    background-image: url(../images/dotted.jpg);
    background-repeat: no-repeat;
    height: 310px;
    padding: 5px;
}

#FeeIncludes
{
    float: left;
    width: 350px;
    padding: 10px;
    font-weight: bold;
    color: #ce2c93;
}

#RightFeature
{
    float: left;
    margin-left: 19px;
}

#BottomImg
{
    float: left;
    width: 744px;
}

#IndexSponsors
{
    float: left;
    width: 714px;
    padding: 15px;
}

#Footer
{
    float: left;
    width: 744px;
    text-align: center;
    color: #d6d3d3;
    font-size: 10px;
}

#Footer a
{
    color: #d2cfcf;
    text-decoration: none;
}

#Footer a:hover
{
    color: #c1baba;
    text-decoration: none;
}

.pinkheader
{
    color: #ce2c93;
    font-family: Times New Roman;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
}

.formfont
{
    font-family: Sans-Serif;
}