﻿body 
{
    margin: 0px;
    background-color: #FFFFFF;
    background-image: url(../../Images/bg.jpg);
    background-repeat: repeat-x;
}
.mainbg 
{
    background-color: #FFFFFF;
    background-image: url(../../Images/mainbg.jpg);
    background-repeat: no-repeat;
    font-size: 12px;
}
.header
{
 width: 880px; 
 background-color: #FFFFFF; 
 border-left: solid 1px #000033;
 border-right: solid 1px #000033;
 padding: 10px;
}
.content
{
    padding: 10px;
    width: 880px;
    background-color: #FFFFFF;
    font-size: 11px;
    font-family: Arial;
    color: #000033;
    border-left: solid 1px #000033;
    border-right: solid 1px #000033;
}
.footer
{
    padding-right: 5px;
    width: 895px;
    background-color: #fff516;
    border-top: solid 1px #000033;
    border-bottom: solid 1px #000033;
    border-left: solid 1px #000033;
    border-right: solid 1px #000033;
    height: 18px;
    font-size: 11px;
    font-family: Arial;
    padding-top: 3px;
    color: #000033;
}
.menu
{
    width: 900px;
    background-color: #fff516;
    border-top: solid 2px #000033;
    border-bottom: solid 2px #000033;
    border-left: solid 1px #000033;
    border-right: solid 1px #000033;
    background-image: url(../../Images/menuBG.jpg);
    background-repeat: repeat-x;
    height: 24px;
    font-size: 11px;
    font-family: Times New Roman;
    padding-top: 3px;
    color: #000033;
}
a:link
{
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    color: #000033;
    text-decoration: underline;
}
a:hover
{
    font-size: 11px;
    font-family:Arial;
    font-weight: normal;
    color: #b1d135;
    text-decoration: underline;
}
a:active
{
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    color: #000033;
    text-decoration: underline;
}
a:visited
{
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    color: #000033;
    text-decoration: underline;
}
a.menuLink:link
{
    font-size: 11px;
    font-family: Times New Roman;
    font-weight: normal;
    color: #000033;
    text-decoration: none;
}
a.menuLink:hover
{
    font-size: 11px;
    font-family: Times New Roman;
    font-weight: normal;
    color: #b1d135;
    text-decoration: none;
}
a.menuLink:active
{
    font-size: 11px;
    font-family: Times New Roman;
    font-weight: normal;
    color: #000033;
    text-decoration: none;
}
a.menuLink:visited
{
    font-size: 11px;
    font-family: Times New Roman;
    font-weight: normal;
    color: #000033;
    text-decoration: none;
}