* {padding: 0; margin: 0; font-family: Verdana, Arial, Sans-Serif;}
a {text-decoration: none;}
a:hover {text-decoration: underline;}
a img {border: 0;}

body 
{
    background: #029BD7 url('images/bg.gif') repeat-x;
}

#mainContainer
{
    background: #F9FAFD;
    width: 960px;
    margin: 0 auto 25px auto;
}

#header
{
    height: 142px;
    padding-bottom: 3px;
}

#logo
{
    float: left;
}

#banner
{
    float: right;
}

#navBar
{
    background: url('images/navBarBG.gif') repeat-x;
    height: 28px;
}

/*
#navBar ul
{
    padding: 0 3px;
}

#navBar li
{
    float: left;
    width: 106px;
    height: 20px;
    text-align: center;
    background: url('images/navItemBG.gif') no-repeat;
    color: #333;
    font-size: .8em;
    list-style-type: none;
    padding-top: 8px;
}

#navBar a li
{
    cursor: pointer;
}

#navBar li.active
{
    color: #FFF;
    background: url('images/navItemActiveBG.gif') no-repeat;
}

#navBar li.active a
{
    color: #FFF;
}

#navBar li a
{
    color: #333;
}

#navBar a:hover li
{
    text-decoration: none;
    color: #029BD7;
}

#navBar a:hover li.active
{
    text-decoration: none;
    color: #FFF;
}
*/


.navBarBottom
{
    height: 20px;
    background: url('images/navBarBottom.gif') repeat-x;
}

#contentArea
{
    background: #F9FAFD url('images/contentBG.gif') repeat-x;
    font-size: .8em;
    min-height: 350px;
    color: #333;
}

#contentArea h1
{
    font-size: 1.4em;
    color: #029BD7;
    font-weight: 600;
    padding-bottom: 1em;
}

#contentArea h2
{
    font-size: 1.2em;
    color: #029BD7;
    font-weight: 600;
    padding-bottom: 0.5em;
}

#contentArea h3
{
    font-size: 1em;
    color: #029BD7;
    padding-bottom: 0.1em;
}

#contentArea p 
{
    padding-bottom: 1em;
}

#contentArea a
{
    color: #0386BA;
}

.threeCols
{
    padding-top: 8px;
}

.leftCol
{
    float: left;
    width: 210px;
    padding: 4px;
}

.leftColText
{
    padding: 5px 5px 0px 5px;
}

.midCol
{
    float: left;
    width: 495px;
    padding: 4px 10px;
}

.rightCol
{
    float: right;
    width: 210px;
    padding: 4px;
}

.wideColRight
{
    float: right;
    width: 728px;
    padding: 4px 4px 4px 10px;
}

.wideColLeft
{
    float: left;
    width: 722px;
    padding: 4px 10px 4px 10px;
}

.oneWideCol
{
    text-align: justify;
    width: 936px;
    padding: 4px 12px;
}

.clear
{
    clear: both;
    height: 0px;
}

#subNavHeader
{
    background: #D3DCEF url('images/subNavHeader.gif') no-repeat;
    min-height: 28px;
    color: #029BD7;
    padding: 10px 10px 0px 10px;
    font-size: 1.35em;
}

#subNav
{
    background: url('images/subNavBG.gif') repeat-x;
}
/*
#subNav ul.level1
{
    list-style-type: none;
}

#subNav ul.level1 li
{
    background: url('images/divider.gif') no-repeat;
    padding: 8px 0px 8px 22px;
    font-size: 1.25em;
}

#subNav ul.level1 li.active
{
    background: url('images/activeLevel1.png') no-repeat;
    color: #015474;
}

#subNav ul.level1 li.open a
{
    color: #015474;
}

#subNav ul.level1 a:hover
{
    text-decoration: none;
    color: #015474;
}

#subNav ul.level2
{
    list-style-type: none;
    margin-left: -22px;
}

#subNav ul.level2 li
{
    padding: 3px 0px 3px 33px;
    font-size: 0.8em;
    background: url('images/blank.gif') no-repeat;
}

#subNav ul.level1 li ul.level2 li a
{
    color: #029BD7;
}

#subNav ul.level2 li.active
{
    background: url('images/activeLevel2.png') no-repeat;
    color: #015474;
}

#subNav ul.level1 li ul.level2 li a:hover
{
    text-decoration: none;
    color: #015474;
}

*/


#footer
{
    background-color: #FFF;
    font-size: .8em;
    color: #029BD7;
    padding: 0px 5px;
}

#footerLeft
{
    float: left;
    font-size: 10px;
    width: 220px;
    font-family: Arial;
}

#footerRight
{
    float: right;
    width: 710px;
    font-size: 0.9em;
    padding: 9px 0px 2px 0px;
    font-family: Arial;
}

#contentArea a.newsSummary  {color:#333}
.more{padding-bottom:20px;}
#ctl00_Header_Image2{display:none;}