body
{
    margin: 0px;
}

.blue
{
    background-image: url(images/blueline.png);
    background-repeat: repeat-x;
    height: 12px;
}

.footer
{
    background-image: url(images/footerbg.png);
    background-repeat: repeat-x;
    height: 42px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
}

.footer a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: underline;
}

.footer a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
}

.banner {
    background-image: url(images/bannernew.png);
    width: 900px;
    height: 147px;
    z-index: 1;
    background-repeat: no-repeat;
    text-align: center;
}
.bannerSpecialTraining
{
    background-image: url(images/bannerSpecial.png);
    width: 900px;
    height: 147px;
    z-index: 1;
    background-repeat: no-repeat;
    text-align: center;
}

.banner1
{
    background-image: url(images/banner1.png);
    width: 900px;
    height: 147px;
}

.bannerCWSN
{
    background-image: url(images/student-handicap.jpg);
    width: 900px;
    height: 147px;    
}

.mainlink
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #284c93;
}

.mainlink a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #284c93;
    text-decoration: underline;
}

.mainlink a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

