﻿body
{
    margin: 0 auto 0 auto;
    width: 785px;
    font-family: Times New Roman;
    font-size: .9em;
    border: solid 1px #ababab;
}
#topBanner /* Top graphic div */
{
    height: 125px;
    background-image: url('images/top.jpg');
    background-repeat: no-repeat;
}
#thanks /* Top graphic div for Complete.aspx */
{
    height: 123px;
    background-image: url('images/thanks.jpg');
    background-repeat: no-repeat;
}
.thanksPage
{
    text-align: center;
}
#thanksBot /* Bottom graphic for Complete.aspx */
{
    height: 123px;
    background-image: url('images/thanksBot.jpg');
    background-repeat: no-repeat;
}
#intro
{
    font-variant: small-caps;
    font-size: 1em;
    text-align: center;
}
#instruct
{
    margin: 0 auto;
    width: 500px;
    color: #bb3333;
    font-variant: small-caps;
    font-size: 1em;
    text-align: center;
}
#section /* top border graphic div */
{
    background-image: url('images/menuBorder.jpg');
    background-repeat: repeat-x;
    width: 785px;
    height: 20px;
    margin-top: 0px;
    margin-bottom: 3px;
    clear: both;
}
#sectionBot /* bottom border graphic div */
{
    background-image: url('images/menuBorderBot.jpg');
    background-repeat: repeat-x;
    width: 785px;
    height: 20px;
    margin-top: 0px;
    clear: both;
}
.colOne
{
    width: 310px;
}
.colTwo
{
    width: 230px;
}
.colThree
{
    width: 230px;
}
.col1
{
    width: 200px;
    vertical-align: top;
}
.col2
{
    width: 400px;
}
.indent
{
    text-indent: 20px;
}
.pageButton /* navButton div section */
{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tb /* All Textbox Controls */
{
    width: 220px;
    font-family: Times New Roman;
    font-size: 0.9em;
}
.tb:Focus
{
    background-color: #fffcaf;    
}
ul#menu /* Menu bar */
{
    list-style: none;
    padding: 0px;
    margin: 3px 0 0 3px;
}
ul#menu li /* Each tab of menu bar */
{
    float: left;
    text-align: center;
    font-size: .8em;
    font-weight: bold;
    width: 96px;
    height: 26px;
    padding-top: 3px;
    padding-bottom: 8px;
    border-top: solid 1px #eaeaea;
    border-right: solid 1px #eaeaea;
}
.mod
{
    border-left: solid 1px #eaeaea;
}
.menuButton
{
    display: block;
    color: #999999;
    text-decoration: none;
    width: 95px;
    height: 32px;
    font-size: .8em;
}
.buff /* Creates space between navButtons */
{
    margin-left: 15px;
}
.directions /* Directions div at the top of View pages */
{
    margin: 0 0 12px 6px;
    font-weight: bold;
}
.resume /* Resume TextBox */
{
    margin-left: 6px;
    width: 600px;
    height: 400px;
}
.colOneCB
{
    width: 50px;
}
.colTwoCB
{
    width: 600px;
}
.colThreeCB
{
    width: 100px;
}
.navButtons /* Prev and Next Buttons */
{
    text-decoration: none;
    color: White;
    font-size: .9em;
    font-weight: bold;
    background-color: #bb3333;
    padding: 2px 6px 2px 6px;
    border: solid 1px Black;
}
#thanks
{
    margin: 20px 0 20px 0;
    font-size: 1.2em;
    text-align: center;
}
#thanksLabel
{
    display: block;
    text-align: center;
}
#submitButton
{
}
thead
{
    color: Black;
    font-weight: bold;
    padding-bottom: 5px;
}
tfoot
{
    color: #bb3333;
    text-align: center;
    font-weight: bold;
    padding-top: 5px;
}
.ty
{
    font-size: 1.2em;
    font-style: italic;
    text-align: center;
}
#comply
{
    color: #bb3333;
    text-align: justify;
    font-size: 1.1em;
    padding: 0 12px 0 12px;
    font-variant: small-caps;
}
table#extra
{
    margin: 0 auto;
}
.tb1
{
    width: 400px;
}
.tb1:Focus
{
    background-color: #fffcaf;    
}