﻿body 
{
    margin-left:0px;
    margin-top:0px;
    background-image:url('/images/bg_repeater.gif');
    background-repeat:repeat-x;
    background-color: #FFFFFF;
    font: Normal 11px Tahoma;
}

.leftBodyRepeater
{
    background-image:url('/images/body_left_repeater.gif');
    background-repeat: repeat-y;
    vertical-align:top;
    background-position: top;
    min-height: 467px;
}

.leftBody
{   
    background-image:url('/images/body_left.gif');
    background-position: top;
    vertical-align:top;
    background-repeat: no-repeat;
    width: 32px;
    height: 467px;
}

.centerBodyRepeater
{
    background-image:url('/images/body_center_repeater.gif');
    background-repeat: repeat-y;
    background-position: top;
    vertical-align:top;
    min-height: 467px;
}

.centerBody
{   
    background-image:url('/images/body_center.gif');
    background-position: top;
    vertical-align:top;
    background-repeat: no-repeat;
    width: 876px;
    height: 467px;
}

.rightBodyRepeater
{
    background-image:url('/images/body_right_repeater.gif');
    background-repeat: repeat-y;
    background-position: top;
    vertical-align:top;
    min-height: 467px;
}

.rightBody
{   
    background-image:url('/images/body_right.gif');
    background-position: top;
    vertical-align:top;
    background-repeat: no-repeat;
    width: 30px;
    height: 467px;
}

.Error
{
    font: Normal 11px Tahoma;
    color:Red;    
}

.BookACharter
{
    background-color:#75c5de;
    width: 100%;
    text-align:center;
}

.BookACharter:hover
{
    background-color:#00b2e9;
    width: 100%;
    text-align:center;
}

.BookACharterText
{
    font: Normal 14px Tahoma;
    text-decoration: none;
    font-weight: bold;
    color:#000000;
}
