﻿/* master styles */
body
{
    background-image: url(/App_Themes/Default/images/bottom.jpg);
    background-repeat: repeat;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: lighter;
    margin: 0;
}

a
{
    color: #FFB40F;
}

.BodyText
{
    margin-left: 380px;
    height: 150PX;
    width: 250px;
}

.Footer
{
    color: #122C63;
    font-size: smaller;
    padding-left: 165px;
    padding-top: 180px;
    text-align: center;
    width: 711px;
}

.Main
{
    background-image: url(/App_Themes/Default/images/background.jpg);
    height: 451px;
    padding-top: 100px;
    width: 876px;
}

.Right
{
    background-image: url(/App_Themes/Default/images/verticalgradient.jpg);
    background-repeat: repeat;
    height: 551px;
    width: 100%;
}
