

a:active, a:link, a:visited
{
    text-decoration: none;
    color: blue;
}

a:hover
{
    color: red;
}

body
{
    background-color: white;
    font-family: "Times New Roman", serif;
    font-size: 12pt;
}

p
{
    margin-bottom: 3px;
    margin-top:2px;
}

h1
{
    margin-bottom: 5px;
    margin-top:5px;
}

h2
{
    margin-bottom: 5px;
    margin-top:5px;
}

h3
{
    margin-bottom: -3px;
    margin-top:5px;
}



#BANNER
{
    width: 953px;
    height: 212px;
  
    margin-left: auto;
    margin-right: auto;
    
    background-color: #CFCFCF;
    padding: 0px;
    text-align: center;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

#SEPARATOR
{
    width: 765px;
    height: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;

    background-color: #003366;
    padding: 5px;
    padding-left: 188px;
    padding-right: 0px;
}

#MAIN
{
    width: 953px;

    margin-left: auto;
    margin-right: auto;
    background-color: #003366;
    padding: 0px;
}

#BODY
{
    width: 674px;
    margin-left: auto;
    padding: 17px;

    background-color: white;
    border: solid;
    border-color: #CCCCCC;
    border-width: 20px;
    border-top-width: 24px;
    font-family: "Verdana";
    font-size: 10pt;
}

#LINKS
{
    width: 203px;
    position: absolute;
    text-align: center;
}

#LINKS a:link, #LINKS a:visited
{
     color: #FFFFFF;
     font-family: Verdana;
     font-size: 10pt;
}

#LINKS a:link img, #LINKS a:visited img
{
     color: #FFFFFF;
     border: 0px;
}

#LINKS a:hover
{
     color: #CC0000;
}

#LINKS a:hover img
{
     color: #CC0000;
     border: 0px;
}

#LINKS a:active
{
     color: #CC0000;
}

#LINKS a:active img
{
     color: #CC0000;
     border: 0px;
}

#SEPARATOR a:link img, #SEPARATOR a:visited img
{
     color: #FF9900;
     border: 0px;
     font-size: 22px;
     vertical-align: bottom;
}

#SEPARATOR a:active img
{
     color: #CC0000;
     border: 0px;
     font-size: 22px;
     vertical-align: bottom;
}

#GRIDPIX a img
{
     width:111px;
     height:143px;
     margin-left:-3px;
     margin-top:-1px;
     border: solid;
     border-width:1px;
     border-color: #CCCCCC;
}

#GRIDPIX a:hover img
{
     width:111px;
     height:143px;
     margin-left:-3px;
     margin-top:-1px;
     border: solid;
     border-width:1px;
     border-color: red;
}