.clear
{
    clear: both;
    font-size: 0%;
    line-height: 0%;
    height: 0;
}


.errortext
{
    color: Maroon;
    font-size: 8pt;
}

.pagemessage
{
    background-color: Yellow;
    color: Maroon;
    font-size: xx-small;
}

.requiredfield
{
    background-color: #ffffcc;
}

h1, h2, h3, h4
{
    color: #0052A6;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px;
}

.nav
{
    margin-top: 32px;
    height: 27px;
}
.marquee
{
    margin-top: 0px;
    padding-top: 0px;
}

.marquee img
{
    border: none;
}

.home_marquee
{
    background-color: White;
    width: 906px;
    height: 204px;
    overflow: hidden;
}


/***** Layout Styles *****/
body
{
    margin: 0px;
    font-size: 11px;
    font-family: Verdana, Arial, sans-serif;
}
.page
{
    position: relative;
    margin: 0px auto 0px auto;
    width: 906px;
    background-color: white;
}
.header
{
    background-color: black;
    border-top: 9px solid black;
    clear: both;
}
.logo
{
    display: block;
    padding-left: 10px;
    padding-top: 0px;
    float: left;
}
.logo_title
{
    float: left;
    font-size: 14pt;
    font-weight: bold;
    display: inline;
    line-height: 30pt;
    margin: 12px 0px 0px 10px;
    color: #FFFFFF;
}

.header_search
{
    float: right;
    padding: 5px 15px 0px 0px;
}
.search_container
{
}
.search_form
{
    text-align: right;
}
.searchbox
{
    display: block;
    border: 1px solid #4D4D4D;
    width: 89px;
    height: 11px;
    background-color: #3B3B3B;
    float: right;
    color: #AFAFAF;
    font-size: 11px;
    padding-left: 2px;
}
.search-submit
{
    float: right;
    display: block;
    height: 15px;
    width: 15px;
    margin-left: 2px;
    background: url(../images/Search_Button.gif);
    border: none;
}

.header_space
{
    height: 12px;
    clear: both;
}


.clearfix
{
    display: block;
}

.content
{
    clear: both;
    background-color: #E6EDF5;
}
.content_left
{
    width: 216px;
    float: left;
    background-color: #E6EDF5;
    padding: 10px 0px 10px 0px;
}
.content_main
{
    width: 438px;
    float: left;
    background: #FFFFFF;
    padding: 10px 18px 28px 18px;
    min-height: 500px;
}
.content_right
{
    padding: 10px 0px 10px 0px;
    width: 216px;
    float: left;
    background-color: #E6EDF5;
    overflow: hidden;
}

.sidebar_item_title
{
    display: block;
    font-size: 14px;
    font-weight: normal;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    background-color: #D0DEED;
    padding-top: 3px;
    padding-left: 15px;
    height: 22px;
    color: #0052A6;
}
.sidebar_item_body
{
    padding: 5px 10px 5px 15px;
    font-size: 10px;
     color: #0052A6;
}


.footer
{
    clear: both;
    height: 22px;
    width: 906px;
    background-color: #C0D3E7;
     color: #0052A6;
}
.footer a, .footer a:link, .footer a:active, .footer a:visited
{
     color: #0052A6;
     text-decoration: none;
}
.footer a:hover
{
    text-decoration: underline;
}
.footer_padding
{
    padding: 4px 30px 2px 30px;
}


#cse-search-results
{
}

#cse-search-results iframe
{
    width: 438px;
    background-color: #FFFFFF;
}
#cse-search-results body
{
    background-color: #FFFFFF;
}

