﻿

.BlueBackground
{
    width: 775px;
    background-image: url(/images/bosley_background.png);
    background-repeat: repeat-y;
    background-position: left top;
    position:relative;
    min-height:800px;
    font-family: Verdana, 'Trebuchet MS';
    color: white;
    font-size: 12px;
}

.MainContent
{
    width: 755px;
    position: relative;
    font-family: Verdana, 'Trebuchet MS';
    color: white;
    font-size: 12px;
    text-align: left;
    vertical-align: top;
}


.BlueBackground2
{
    width: 775px;
    background-image: url(/images/bosley_background.png);
    background-repeat: repeat-y;
    background-position: left top;
    position: relative;
    max-height: 100px;
    min-height:100px;
    font-family: Verdana, 'Trebuchet MS';
    color: white;
    font-size: 12px;
}

a
{
    font-family: Verdana, 'Trebuchet MS';
    color: white;
    font-size: 12px;
}