﻿/*General layout*/
body
{
    background-color: White;
    color: White;
    font-family: Trebuchet MS;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

a img
{
    border: 0px;
}

p
{
    color: White;
    font-family: Tahoma;
    font-size: 8pt;
    letter-spacing: 0.5pt;
    margin: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
}

h1
{
    color: White;
    font-size: 11pt;
    font-weight: normal;
    letter-spacing: 1pt;
    font-family: Tahoma;
}

h2
{
    margin: 0px;
    padding: 0px;
    font-size: 10pt;
    font-weight: bold;
    letter-spacing: 1pt;
    color: #2075CA;
    padding-top: 5px;
}

/*CSS layout of divs*/
.content
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}

.heading
{
    text-align: left;
    width: 100%;
}

.left
{
    float: left;
    height: 310px;
    width: 430px;
}

.leftSub
{
    float: left;
    height: 290px;
    text-align: right;
    width: 400px;
}

.right
{
    background-image: url(gra/right1.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    float: right;
    height: 280px;
    padding: 15px;
    text-align: left;
    width: 240px;
}

.rightSub
{
    background-image: url(gra/right2.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    float: right;
    height: 275px;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
    width: 250px;
}

.bottom
{
    background-image: url(gra/bottom.jpg);
    background-position: right top;
    background-repeat: no-repeat;
    clear: both;
    height: 87px;
    padding-left: 25px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    margin: 0px;
    text-align: left;
    width: 660px;
}

.top
{
    background-color: #0076BD;
    background-image: url(gra/Heading.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    height: 100px;
    text-align: center;
    width: 100%;
}

.topBar
{
    background-image: url(gra/BarStd.gif);
    background-position: right top;
    background-repeat: repeat-x;
    color: White;
    height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
}

/*misc*/
.bottomAnchors a:link, a:visited
{
    color: Gray;
    font-size: 7pt;
}

.bottomAnchors
{
    color: Navy;
}

.subParagraph
{
    color: #2075CA;
    font-size: 8pt;
    margin-top: 5px;
    padding: 0px;
}
.conditions
{
    font-family: Arial;
    color: Gray;
    font-size: 7pt;
    text-align: center;
}
.button
{
    background-color: White;
    border: solid 1px navy;
    color: Navy;
    font-size: 12pt;
}

/*forms*/
.formLeft
{
    background-image: url(gra/right2.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    height: 290px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: left;
    width: 250px;
}

.formRight
{
    color: Navy;
    float: right;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    width: 380px;
}

.formBottom
{
    background-image: url(gra/bottom.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
    height: 87px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-top: 5px;
    margin: 0px;
    text-align: left;
    width: 670px;
}

/*menu
#menu
{
    border: 0px;
    color: #ffffff;
    display: inline;
    height: 25px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    width: 700px;
}


#menu td
{
    border: 0px;
    height: 25px;
}

#menu td a
{
    border: 0px;
    color: #FFFFFF;
    display: table;
    height: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    text-decoration: none;
}

#menu td a:hover
{
    background-image: url(gra/BarStd-Over.gif);
    border: 0px;
    color: Navy;
    display: table;
    height: 20px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
}*/

div#navcontainer
{
    background-image: url(gra/BarStd.gif);
    background-repeat: repeat-x;
    font-size: 11px;
}
div#navcontainer ul
{
    font-weight: normal;
    color: white;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
}

div#navcontainer ul li
{
    display: inline;
    margin-left: -4px;
    font-size: 11px;
}

div#navcontainer ul li a
{
    padding: 5px 20px;
    color: white;
    text-decoration: none;
    font-size: 11px;
}

div#navcontainer ul li a:hover
{
    color: #0076bd;
    background-image: url(gra/BarStd-Over.gif);
    background-repeat: repeat-x;
    font-size: 11px;
}
div#navcontainer a#current
{
    color: #0076bd;
    background-image: url(gra/BarStd-Over.gif);
    background-repeat: repeat-x;
    font-size: 11px;
}

