﻿body
{
    background-color: #E4F1F8;
    background-image: url("../images/backgroundFade.png");
    background-repeat: repeat-x;
    font-family: "Segoe UI" , "Arial" , "Verdana" , "Helvetica" , "sans-serif";
    font-size: 16px;
    line-height: 1.5em;
    padding: 0px;
    margin: 0px;
    text-align: center;
}



#content
{
    margin: 0px auto;
    width: 998px;
    padding: 0px;
    min-height: 600px;
    background-image: url("../images/headerBackground.jpg");
    background-repeat: no-repeat;
    border-left: solid 1px white;
    border-right: solid 1px white;
    text-align: center;
    vertical-align: top;
}

#header
{
    width: 998px;
    height: 153px;
    position: relative;
    font-size: 1.33em;
    word-spacing: 1.25em;
    float: left;
    margin-bottom: 15px;
}

.multipleWordSpacing
{
    word-spacing: .25em;
}

#headerLogoDiv
{
    float: left;
    width: 160px;
    height: 160px;
}

#headerLogo
{
    margin: 10px 0px 0px 5px;
    width: 136px;
    height: 132px;
}

#headerTextDiv
{
    float: right;
    width: 838px;
    height: 160px;
    text-align: left;
}

#headerTextLogo
{
    margin: 27px 0px 0px 0px;
    width: 751px;
    height: 87px;
    margin-bottom: 8px; 
}

a:link, a:visited
{
    color: #1E497D;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}





#main
{
    width: 960px;
    clear: both;
    margin: 0px 22px 15px 22px;
    text-align: left;
}

#leftCol
{
    float: left;
    width: 216px;
}

#leftCol p
{
    line-height: 1.5em;
    font-style: italic;
    color: #303085;
}

#leftCol img
{
    margin: 8px 0px 0px 0px;
    width: 216px;
}

#rightCol
{
    width: 700px;
    float: right;
    margin-right: 10px;
}


#footer
{
    font-size: .67em;
    line-height: 1.5em;
    margin-top: 40px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #AA9999;
    text-align: center;
}

p.intro
{
    font-size: 1.25em;
    line-height: 1.5em;
    padding-right: 10px;
    margin-bottom: 30px;
    margin-top: 0px;
}


tr.listRow
{
    vertical-align: top;
}



div.sectionDesc
{
    border-top: 1px solid #FFFFFF;
    height: auto;
    margin: 10px 20px 10px 0px;
    padding: 0px;
}

div.sectionDesc img
{
    width: 216px;
    border: none;
    height: 134px;
    margin: 0px 15px 10px 0px;
    float: left;
}


.sectionDescHeading
{
    font-size: 1.1em;
}

.sectionDescTitle
{
    font-weight: bold;
    text-transform: uppercase;
}



ul
{
    font-size: .8em;
    list-style: square;
    line-height: 1.25em;
    margin-top: 10px;
}

li
{
    margin-bottom: 10px;
}


hr.cleaner
{
    border: none;
    clear: both;
    height: 0px;
    margin: 0px 0px 20px 0px;
    padding: 0px;
    visibility: hidden;
}

.readMore
{
 font-weight: bold;
 font-size: 1.15em;   
}

.personnel
{
    font-weight: bold;
 font-size: 1.1em;
 margin: 20px 0px -10px 0px; 
}