﻿body
{
    font-family: 'Trebuchet MS';
    font-size: 10pt;
    color: #696969;
}

#container
{
    width: 800px;
    height: 700px;
    min-height: 500px;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    height: 25px;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
        background-image: url(images/logoTop.png);
    background-repeat: no-repeat;
    
}
#headerLeft
{
    width: 170px;
    height: 25px;
    float: left;

}
#headerRight
{
    width: 600px;
    height: 25px;
    float: right;
    text-align: right;
    padding-right: 8px;

}
#nav
{
    width: 100%;
    height: 50px;
    background-image: url(images/headerBG.png);
    background-repeat: no-repeat;
    text-align: center;

}

#leftColumn
{
    float: left;
    width: 30%;
    height: auto;
    min-height: 500px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
    padding-top: 40px;
}
#rightColumn
{
    float: right;
    width: 70%;
    height: auto;
    min-height: 600px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
}
#singleColumn
{
    
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url(images/BGgrad.png);
    background-repeat: repeat-x;
}
.infoHeader
{
    width: 550px;
    height: 28px;
    background-image: url(images/whitePanelTop.png);
    background-repeat: no-repeat;
    text-align: center;
    padding-top:1px;
    
}
.infoBody
{
    width: 550px;
    min-height: 350px;
    height: auto;
    line-height: 15pt;
    padding-bottom: 5px;
    background-image: url(images/whitePanelMiddle.png);
    background-repeat: repeat-y;
    padding-left: 10px;
 
}
.infoBottom
{
    width: 550px;
    height: 30px;
    background-image: url(images/whitePanelBottom.png);
    background-repeat: no-repeat;
}
#footer
{
    width: 100%;
    height: 40px;
    background-color: #0054a6;
    font-size: 8pt;
    color: #ffffff;
    text-align: center;
    padding-top: 5px;
    clear: both;
}

a.topNav:link, a.topNav:hover, a.topNav:active, a.topNav:visited
{
    font-size: 8pt;
    color: #ffffff;
    font-family: 'Trebuchet MS';
    text-align: center;
    text-decoration: none;  
   
}
a.topNav:hover
{
   background-repeat: no-repeat;
   text-decoration:underline;
}
 
.navTab
{
    background-image: url(images/navTab.png);
    background-repeat: no-repeat; /*padding-left: 59px;*/
    padding-top: 5px;
    width: 100px;
    height: 26px;
    text-align: center;
    float: right;
}
.d2
{
    height: 30px;
    text-indent: 15pt;
    background-image: url(images/featureButtonBG2.png);
    background-repeat: repeat-x;
    margin-left:1px;
}
a.sideNav:link, a.sideNav:hover, a.sideNav:active, a.sideNav:visited
{
    color: #666666;
    text-align: center;
    text-decoration: none;
    padding-top: 4px;
    font-size: 10pt;
    font-family: 'Trebuchet MS';
}

a.sideNav:hover{text-decoration:underline;}

.wm
{
    color: #666666;
}
.blueLI
{
    list-style-image: url('images/blueLI.png');
    line-height: 22px;
}
.greenLI
{
    list-style-image: url('images/greenLI.png');
    line-height: 22px;
}


a.st:link, a.st:hover, a.st:active, a.st:visited
{
    color: #666666;
    text-align: center;
    text-decoration: underline;
    padding-top: 4px;
    font-size: 10pt;
    font-family: 'Trebuchet MS';
}
.external_link
{
    text-decoration: underline;
    color: #666666;
}
.photobox
{
    border: 2px solid #333333;
    background-color: #333333;
    width: 200px;
    color: #FFFFFF;
    font-size: x-small;
    line-height: 14px;
}