
/* CSS Document */

/* ---------------------------------------------------------------------------------------------------- Blue & Yellow */
    
    #content-container .blue-n-yellow
    {
        background: #4680A8;
    }
    
    .blue-n-yellow #body-copy
    {
        color: #fff;
    }

/* --------------------------------------------------- Headings */

    .blue-n-yellow #body-copy h3,
    .blue-n-yellow #body-copy h4,
    .blue-n-yellow #body-copy h5,
    .blue-n-yellow #body-copy h6
    {
        color: #FFD737;
    }
    
    
    .blue-n-yellow #body-copy h3
    {
        font-size: 140%;
    }
    
    .blue-n-yellow #body-copy h4
    {
        font-size: 120%
    }
    
    .blue-n-yellow #body-copy h5
    {
        font-size: 100%;
    }
    
    .blue-n-yellow #body-copy h6
    {
        font-size: 100%;
    }

/* --------------------------------------------------- Lists */

    .blue-n-yellow #body-copy ul
    {
        position: relative;
        margin: 0 0 10px 6px;
        padding: 4px 0;
        list-style: none;
    }
    
    .blue-n-yellow #body-copy li
    {
        padding: 0 0 0 10px;
        background: url(images/yellow-bullet.gif) 0 4px no-repeat;
    }
    
/* --------------------------------------------------- Links */

    .blue-n-yellow #body-copy a:link,
    .blue-n-yellow #body-copy a:visited
    {
        text-decoration: underline;
        color: #FFD737;
    }
    
    .blue-n-yellow #body-copy a:hover
    {
        text-decoration: none;
    }
    
/* --------------------------------------------------- other */


    .blue-n-yellow #body-copy strong
    {
        color: #FFD737;
    }
    
    .blue-n-yellow #Navigation

    {font-family: Verdana, Arial, Helvetica, sans-serif;
    font-family: .9em;
    }
    
    #navigation ul{
     list-style: none;
     margin: 0;
     padding: 0;
     padding-top: 4px;
    }
    #navigation li{
    display: inline;
    margin: 5px;
    }
    #navigation a:link, #navigation a:visited {
    position: relative;
    top: 10px;
    padding: 5px 17px 5px 17px;
    color: #FFFFFF;
    background-color: #999999;
    text-decoration: none;
    }
    
    #navigation a:hover {
    color: #FFFFFF;
    background-color: #000000;
    text-decoration: underline;
    }
    
    
/* ----------------------------------------------------------------------------------------------------End of -  Blue & Yellow */
    
    
/* ---------------------------------------------------------------------------------------------------- Blue & Red Text */
    
    #content-container .blue-n-red-text
    {
        background: #FFFFFF;
    }
    
    .blue-n-red-text #body-copy
    {
        color: #231F20;
    }

/* --------------------------------------------------- Headings */

    .blue-n-red-text #body-copy h3,
    .blue-n-red-text #body-copy h4,
    .blue-n-red-text #body-copy h5,
    .blue-n-red-text #body-copy h6
    {
        color: #ED1C24;
    }
    
    
    .blue-n-red-text #body-copy h3
    {
        font-size: 140%;
    }
    
    .blue-n-red-text #body-copy h4
    {
        font-size: 120%
    }
    
    .blue-n-red-text #body-copy h5
    {
        font-size: 100%;
    }
    
    .blue-n-red-text #body-copy h6
    {
        font-size: 100%;
    }
    
    
/* --------------------------------------------------- Links */

    .blue-n-red-textw #body-copy a:link,
    .blue-n-red-text #body-copy a:visited
    {
        text-decoration: underline;
        color: #2E3192;
    }
    
    .blue-n-red-text #body-copy a:hover
    {
        text-decoration: none;
    }
    
/* --------------------------------------------------- other */


    .blue-n-red-text #body-copy strong
    {
        color: #2C3594;
    }
/* ----------------------------------------------------------------------------------------------------End-- Blue & Red Text */

