body
{
    margin: 0;
    padding: 0;
    background-color: #d4d4c7;
    color: #002157;
    font-size: 14px;
    font-family: Trebuchet MS, Helvetica, Sans-Serif;
    line-height: 20px;
}

a:link
{
    color: #002157;
    text-decoration: underline;
}

a:visited
{
    color: #002157;
    text-decoration: underline;
}

a:hover
{
    color: #002157;
    text-decoration: none;
}

img
{
    display: block;
    border: none;
}

h1
{
    margin: 8px 0;
    padding-bottom: 0;
    border-bottom: solid 2px #FBE776;
    color: #002157;
    font-size: 26px;
    font-family: 'Crimson Text', Trebuchet MS, Helvetica, Sans-Serif;
    line-height: 30px;
}

    h1#homeH1
    {
        border: 0;
        position: absolute;
        top: 235px;
        left: 20px;
    }

h2
{
    margin: 8px 0;
    padding-bottom: 0;
    border-bottom: solid 2px #D59103;
    color: #553900;
    font-size: 24px;
    font-family: 'Crimson Text', Trebuchet MS, Helvetica, Sans-Serif;
    line-height: 30px;
}


.clear
{
    clear: both;
    width: 1px;
    height: 1px;
}

#homeMain
{
    background: url(images/main-bg.jpg) no-repeat center center;
    width: 960px;
    height: 624px;
    margin: 20px auto 5px auto;
}

#homeHeaderWrapper
{
    position: relative;
}

#homeLogo
{
    position: absolute;
    top: 37px;
    left: 22px;
}

#homeNav
{
    position: absolute;
    top: 28px;
    left: 450px;
}

    #homeNav a.NavLink
    {
        display: block;
        background: url(images/main-nav-button-bg.png) no-repeat;
        width: 103px;
        height: 35px;
        color: #fff;
        line-height: 28px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
        float: left;
    }

#loginWrapperHeader
{
        display: block;
        background: url(images/main-nav-button-bg.png) no-repeat;
        width: 103px;
        height: 35px;
        color: #fff;
        line-height: 28px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
        float: left;

}


#loginNavHeader
{
    position: absolute;
    top: 24px;
    right: 5px;
    border: solid 1px black;
    width: 160px;
    z-index: 600;
    background-color: #002C62;

}

    #loginNavHeader a
    {

        display: block;
        color: #fff;
        text-decoration: none;
        padding: 2px 5px;
    }

        #loginNavHeader a:hover
        {
            background-color: #FBE776;
            color: #002C62;
        }



#homeContent
{
    position: relative;
}

#homePrograms
{
    position: absolute;
    left: 40px;
    top: 270px;
}

#homeProgramsWC a
{
    display: block;
    margin: 8px 0;
    background: url(images/wc-main-button-bg.png) no-repeat;
    width: 273px;
    height: 50px;
    color: #002157;
    font-size: 15px;
    line-height: 20px;
    padding-top: 3px;
    padding-right: 64px;
    text-align: center;
    text-decoration: none;
}

#homeProgramsVendor a
{
    display: block;
    background: url(images/vendor-main-button-bg.png) no-repeat;
    width: 273px;
    height: 53px;
    color: #fff;
    font-size: 15px;
    line-height: 48px;
    padding-right: 64px;
    text-align: center;
    text-decoration: none;
}

#homeOrgs
{
    width: 337px;
    height: 155px;
    padding: 10px;
    background: url(images/home-orgs-bg.png) no-repeat;
    position: absolute;
    left: 100px;
    top: 420px;
}

    #homeOrgs h2
    {
        color: #002157;
        border: none;
        font-size: 20px;
        margin: 0 0 10px 0;
    }

    #homeOrgs .orgGroup
    {
        font-size: 15px;
        margin: 5px 5px 8px 15px;
    }

        #homeOrgs .orgGroup a
        {
            font-size: 16px; font-weight: bold;
        }


#contentMainWrapper
{
    width: 960px;
    margin: 20px auto 10px auto;
}

#contentHeaderWrapper
{
    background: url(images/content-top-bg.jpg) no-repeat center center;
    height: 148px;
}

#contentHeader
{
    position: relative;
}

#contentLogo
{
    position: absolute;
    top: 17px;
    left: 5px;
}

#contentNav
{
    position: absolute;
    top: 18px;
    left: 450px;
}

    #contentNav a
    {
        display: block;
        background: url(images/main-nav-button-bg.png) no-repeat;
        width: 103px;
        height: 35px;
        color: #fff;
        line-height: 28px;
        padding-right: 20px;
        text-align: center;
        text-decoration: none;
        float: left;
    }

#contentSlogan
{
    position: absolute;
    top: 60px;
    right: 56px;
}

#contentWrapper
{
    background: #B0BFD6 url(images/content-bottom-bg.jpg) no-repeat bottom;
    padding: 16px 0;
}

#interiorContentTop
{
    background: url(images/interior-content-top-bg.png) no-repeat;
    width: 960px;
    height: 12px;
}

#interiorContent
{
    background: url(images/interior-content-bg.png) repeat-y;
    width: 960px;
    padding: 2px 0;
    min-height: 480px;
}

#interiorContentLeftCI, #interiorContentLeftWC, #interiorContentLeftVendor
{
    width: 241px;
    padding: 1px 5px;
    margin: 0 6px 0 8px;
    float: left;
}

    #interiorContentLeftCI a, #interiorContentLeftWC a, #interiorContentLeftVendor a
    {
        color: #21205F;
        display: block;
        margin-left: 10px;
        text-decoration: none;
        background: url(images/nav-icon.png) no-repeat left center;
        padding: 1px 0 0 12px;
    }

    #interiorContentLeftVendor h2
    {
        color: #630000;
        font-size: 14px;
        line-height: 18px;
        padding: 3px 5px;
        text-align: left;
        margin: 10px 0 0 0;
        font-family: Trebuchet MS, Helvetica, Sans-Serif;
        border: none;
        border-radius: 5px;
/*background: rgb(224,202,105);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UwY2E2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWM3YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(224,202,105) 0%, rgb(193,199,189) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(224,202,105)), color-stop(100%,rgb(193,199,189)));
background: -webkit-linear-gradient(top,  rgb(224,202,105) 0%,rgb(193,199,189) 100%);
background: -o-linear-gradient(top,  rgb(224,202,105) 0%,rgb(193,199,189) 100%);
background: -ms-linear-gradient(top,  rgb(224,202,105) 0%,rgb(193,199,189) 100%);
background: linear-gradient(to bottom,  rgb(224,202,105) 0%,rgb(193,199,189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ca69', endColorstr='#c1c7bd',GradientType=0 );*/


background: rgb(173,154,146);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkOWE5MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWM3YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(173,154,146) 0%, rgb(193,199,189) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(173,154,146)), color-stop(100%,rgb(193,199,189)));
background: -webkit-linear-gradient(top,  rgb(173,154,146) 0%,rgb(193,199,189) 100%);
background: -o-linear-gradient(top,  rgb(173,154,146) 0%,rgb(193,199,189) 100%);
background: -ms-linear-gradient(top,  rgb(173,154,146) 0%,rgb(193,199,189) 100%);
background: linear-gradient(to bottom,  rgb(173,154,146) 0%,rgb(193,199,189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ad9a92', endColorstr='#c1c7bd',GradientType=0 );
    }

    #interiorContentLeftCI h2
    {
        color: #002F67;
        font-size: 14px;
        line-height: 18px;
        padding: 3px 5px;
        text-align: left;
        margin: 10px 0 0 0;
        font-family: Trebuchet MS, Helvetica, Sans-Serif;
        border: none;
        border-radius: 5px;
background: rgb(159,179,201);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmYjNjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWM3YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(159,179,201) 0%, rgb(193,199,189) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(159,179,201)), color-stop(100%,rgb(193,199,189)));
background: -webkit-linear-gradient(top,  rgb(159,179,201) 0%,rgb(193,199,189) 100%);
background: -o-linear-gradient(top,  rgb(159,179,201) 0%,rgb(193,199,189) 100%);
background: -ms-linear-gradient(top,  rgb(159,179,201) 0%,rgb(193,199,189) 100%);
background: linear-gradient(to bottom,  rgb(159,179,201) 0%,rgb(193,199,189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fb3c9', endColorstr='#c1c7bd',GradientType=0 );
    }

    #interiorContentLeftWC h2
    {
        color: #002F67;
        font-size: 14px;
        line-height: 18px;
        padding: 3px 5px;
        text-align: left;
        margin: 10px 0 0 0;
        font-family: Trebuchet MS, Helvetica, Sans-Serif;
        border: none;
        border-radius: 5px;
background: rgb(190,172,89);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlYWM1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMWM3YmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgb(190,172,89) 0%, rgb(193,199,189) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(190,172,89)), color-stop(100%,rgb(193,199,189)));
background: -webkit-linear-gradient(top,  rgb(190,172,89) 0%,rgb(193,199,189) 100%);
background: -o-linear-gradient(top,  rgb(190,172,89) 0%,rgb(193,199,189) 100%);
background: -ms-linear-gradient(top,  rgb(190,172,89) 0%,rgb(193,199,189) 100%);
background: linear-gradient(to bottom,  rgb(190,172,89) 0%,rgb(193,199,189) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beac59', endColorstr='#c1c7bd',GradientType=0 );
    }

#interiorContentRightCI, #interiorContentRightWC, #interiorContentRightVendor
{
    width: 643px;
    padding: 0 20px 10px 20px;
    float: left;
    line-height: 22px;
}

    #interiorContentRightCI h1
    {
        border-bottom-color: #002F67;
        color: #002F67;
    }

    #interiorContentRightWC h1
    {
        border-bottom-color: #002F67;
        color: #002F67;
    }

    #interiorContentRightVendor h1
    {
        border-bottom-color: #780000;
        color: #780000;
    }

#interiorContentBottom
{
    background: url(images/interior-content-bottom-bg.png) no-repeat;
    width: 960px;
    height: 12px;
}

#interiorProgramWC-on
{
    background: url(images/content-button-wc-bg.png) no-repeat;
    width: 181px;
    height: 38px;
    padding-right: 40px;
    padding-top: 3px;
    position: absolute;
    top: 100px;
    left: 590px;
    /*left: 470px;*/
    text-align: center;
}

    #interiorProgramWC-on a
    {
        display: block;
        width: 181px;
        padding-right: 40px;
        color: #002157;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
    }

#interiorProgramWC-off
{
    background: url(images/content-button-service-bg.png) no-repeat;
    width: 181px;
    height: 38px;
    padding-right: 40px;
    padding-top: 3px;
    position: absolute;
    top: 100px;
    left: 590px;
    /*left: 470px;*/
    text-align: center;
}

    #interiorProgramWC-off a
    {
        display: block;
        width: 181px;
        padding-right: 40px;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        text-decoration: none;
    }

#interiorProgramVendor-on
{
    background: url(images/content-button-vendor-bg.png) no-repeat;
    width: 181px;
    height: 38px;
    padding-right: 40px;
    padding-top: 3px;
    position: absolute;
    top: 100px;
    left: 708px;
    text-align: center;
}

    #interiorProgramVendor-on a
    {
        display: block;
        width: 181px;
        padding-right: 40px;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none;
    }

#interiorProgramVendor-off
{
    background: url(images/content-button-service-bg.png) no-repeat;
    width: 181px;
    height: 38px;
    padding-right: 40px;
    padding-top: 3px;
    position: absolute;
    top: 100px;
    left: 708px;
    text-align: center;
}

    #interiorProgramVendor-off a
    {
        display: block;
        width: 181px;
        padding-right: 40px;
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        text-decoration: none;
    }


#footerWrapper
{
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#navBottom
{
}

    #navBottom a
    {
        font-size: 12px;
        color: #670000;
    }

#copyright
{
    font-size: 11px;
}

#footerIconsGodaddy
{
    position: absolute;
    top: 2px;
    right: 5px;
}

#footerIconsTrustE
{
    position: absolute;
    top: 4px;
    right: 120px;
}



.styledTable
{
    margin: 5px 0 10px 0;
    border-collapse: collapse;
}

    .styledTable, .styledTable tr, .styledTable td
    {
        padding: 6px;
        border: solid 1px #21205F;
    }

        .styledTable td a
        {
            color: #262B1A;
        }

.styledTableAlt
{
    background-color: #D4D4C7;
}

.styledTableHeader
{
    padding: 3px;
    background-color: #21205F;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.styledTableTight
{
    margin: 5px 0;
    border-collapse: collapse;
}

    .styledTableTight, .styledTableTight tr, .styledTableTight td
    {
        padding: 3px;
        border: solid 1px #684E1B;
        font-size: 12px;
        line-height: 14px;
    }

        .styledTableTight td a
        {
            color: #262B1A;
        }

.styledTableTightAlt
{
    background-color: #F2E5CB;
}

.styledTableTightHeader
{
    padding: 3px;
    background-color: #57682F;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
}

.styledTableCL
{
    margin: 5px 0;
    border-collapse: collapse;
}

    .styledTableCL, .styledTableCL tr, .styledTableCL td
    {
        padding: 6px;
        border: solid 1px #684E1B;
        font-size: 12px;
        line-height: 16px;
    }

        .styledTableCL td a
        {
            color: #262B1A;
        }

.styledTableCLAlt
{
    background-color: #F2E5CB;
}

.styledTableCLHeader
{
    padding: 3px;
    background-color: #57682F;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

.styleAnswerCL
{
    padding: 6px;
    border: solid 1px #684E1B;
    background-color: #F7F3CF;
}

.normalTable
{
    margin: 5px 0;
    border-collapse: collapse;
}

    .normalTable, .normalTable tr, .normalTable td
    {
        padding: 3px;
        border: 0;
    }

.normalTableSmall
{
    margin: 5px 0;
    border-collapse: collapse;
    font-size: 10px;
}

    .normalTableSmall, .normalTableSmall tr, .normalTableSmall td
    {
        padding: 1px;
        border: 0;
        font-size: 11px;
        line-height: 13px;
    }

#testimonialTypes
{
    margin-bottom: 10px;
}

    #testimonialTypes a
    {
        display: block;
        float: left;
        margin: 0 10px;
        padding: 3px 5px;
        border: solid 1px #3E4A21;
        border-radius: 8px;
        background-color: #3E4A21;
        color: #FFF;
        text-decoration: none;
    }

        #testimonialTypes a.sel
        {
            border: solid 1px #EDAF08;
            background-color: #EDAF08;
            color: #563A02;
        }

        #testimonialTypes a:hover
        {
            border: solid 1px #EDAF08;
            background-color: #EDAF08;
            color: #563A02;
        }

.testimonialWrapper
{
    margin: 20px 0;
}

.testimonialName
{
    font-weight: bold;
}

.testimonialTitle
{
    font-style: italic;
    font-size: 90%;
}

.testimonialInfo
{
    padding-left: 45px;
    background: url(images/quotes-bg.png) no-repeat top left;
}

.boardOfDirectorsHeader
{
    margin-bottom: 5px;
    padding: 3px 5px;
    background: -moz-linear-gradient(left, rgb(62,74,33) 0%, rgb(112,133,60) 100%); /* FF3.6+ */
    background: -ms-linear-gradient(left, rgb(62,74,33) 0%,rgb(112,133,60) 100%); /* IE10+ */
    background: -o-linear-gradient(left, rgb(62,74,33) 0%,rgb(112,133,60) 100%); /* Opera 11.10+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgb(62,74,33)), color-stop(100%,rgb(112,133,60))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgb(62,74,33) 0%,rgb(112,133,60) 100%); /* Chrome10+,Safari5.1+ */
    background: linear-gradient(left, rgb(62,74,33) 0%,rgb(112,133,60) 100%); /* W3C */
    background: rgb(62,74,33); /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlNGEyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MDg1M2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background-color: #57682F;
    color: #F0E9DA;
    font-weight: bold;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e4a21', endColorstr='#70853c',GradientType=1 ); /* IE6-8 */
}

.verifyForm
{
    margin: 10px auto 20px auto;
    padding: 5px 10px;
    width: 400px;
    border: solid 2px #002D61;
    background-color: #D4D4C7;
}

.verifyResults
{
    margin: 10px 20px 20px 20px;
    padding: 5px 10px;
    border: solid 2px #937A49;
    background-color: #ECD5A3;
}

.verifySmall
{
    font-style: italic;
    font-size: 13px;
    line-height: 15px;
}

.newsItem
{
    padding: 10px;
}

.newsAltItem
{
    padding: 10px;
    background-color: #F2E5CB;
}

.newsWrapper
{
    margin: 8px 0;
}

.newsTitle
{
    font-weight: bold;
}




ul
{
    overflow: hidden;
}

ol
{
    overflow: hidden;
}

li
{
    padding: 3px 0;
}

.small
{
    font-size: 12px;
}

ul.smallList li
{
    padding: 0;
}

ol.smallList li
{
    padding: 0;
}

hr
{
    height: 2px;
    background-color: #D59103;
    color: #D59103;
}