﻿body
{
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    color: gray;
    margin: 0px;
}
.main
{
    width: 775px;
    position: absolute;
    left: 50%;
    margin-left: -387px;
}
.header
{
    background-image: url( "../../images/header.gif" );
    height: 85px;
}
.contentbox
{
    width: 755px;
    margin: 10px;
    margin-top: 0px;
           

}
.logonavbox
{
    width: 100%;
}

.logo
{
    height: 0px;
}
.navigation
{
    text-align: right;
    font-size: 12px;
    color: gray;
    font-family: Verdana;
    height: 25px;
    vertical-align: top;
}


a:link
{
    text-decoration: none;
    color: #888888;

}
a:visited
{
    text-decoration: none;
    color: #888888;

}
a:hover
{
    text-decoration: underline;
}

.choices
{
 
}
.choiceimages
{
    
}
.choicesbox
{
    border-right: solid 2px #CCCCCC;
    width: 33%;
    height: 180px;
    vertical-align: top;
    background-image: url(../../images/rightarrow.gif);
    background-position: right bottom;
    background-repeat: no-repeat;

    
    
}
.draftingboxbottom
{
    background-image: url(../../images/draftingboxbottom.gif);
    padding: 4px;
    height: 75px;
    width: 231px;
    color: white
}
.draftingtsboxbottom
{
    padding: 4px;
    background-image: url(../../images/draftingtsboxbottom.gif);
    height: 75px;
    width: 231px;
    color: white
}

.footer
{
    border-top: solid 5px #116089;
}
h3
{
    margin-bottom: -10px;
    margin-top: 20px;
    font-size: 15px;
    border-bottom: 2px solid #116089;
}