
        .MPStyle_LeftIndent
        {
            margin-left: 10px;
        }
        .MPStyle_Text9pt
        {
            font-size: 9pt;
        }
        .MPStyle_Text10pt
        {
            font-size: 10pt;
        }
        .MPStyle_Text12pt
        {
            font-size: 12pt;
        }
        .MPStyle_Text14pt
        {
            font-size: 14pt;
        }
        .MPStyle_BigLink
        {
            font-family: Georgia, Serif;
            font-weight: lighter;
            font-size: 16px;
            color: #002f65;
            margin-top: 0px;
            margin-bottom: 0px;
            padding: 0px;
        }
        .MPStyle_ArticleDate
        {
            font-size: 11px;
            padding-top: 0px;
        }
        .MPStyle_ImagePadLeft img
        {
            margin: 0px 10px 10px 0px;
            float: left;
        }
      
        #usaBody, html
        {
            width: 100%;
            margin: 0px;
            padding: 0px;
            font-family: Arial, sans-serif;
            font-size: 13px;
            background-image: url(images/background-main.gif);
        }

        #divBodyOuter
        {
            background-image: url(images/background-gradient.png);
            background-repeat: repeat-x;
            margin: 0px;
            padding: 0px;
        }
        #divContents
        {
            overflow: visible;
            margin: 0px auto;
            width: 1021px;
        }
          #divContents img {
            padding: 5px;
          }
          #divLogo img {
            padding: 0px;
          }
        #divHeader
        {
            background-image: url(images//background-header.png);
            background-repeat: no-repeat;
            width: 1021px;
            height: 127px;
            }
            #divSuperNav
                {
                    width: 1000px;
                    margin-top: 2px;
                    float: left;
                    height: 29px;
                    clear: right;
                    }
                    /**************************** REQUIRED BY ALL **************************************/

                     
                    /* make the second level visible when hover on first level list OR link */
                    #SuperNav ul li:hover ul,
                    #SuperNav ul a:hover ul{visibility:visible; }

                    /* keep the third level hidden when you hover on first level list OR link */
                    #SuperNav ul :hover ul ul{visibility:hidden;}

                    /* make the third level visible when you hover over second level list OR link */
                    #SuperNav ul :hover ul :hover ul{ visibility:visible;}
                    /**************************************************************************************/


                    #SuperNav {position:relative; z-index:100;}

                    /* remove all the bullets, borders and padding from the default list styling */
                    #SuperNav ul {padding:0;margin:0 0 0 12px;list-style-type:none;}

                    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                    #SuperNav li {position:relative; margin-top: 5px; float: left; background: url(images/background-supernav.gif) top right repeat-y; height: 15px; padding-right: 18px;}

                    /* style the links for the top level */
                    #SuperNav a, #SuperNav a:visited
                    {
                        display:block;
                        font-size: 12px;
                        color: #002f65;
                        text-transform: uppercase;
                        cursor: pointer;
                        padding-left: 14px;
                        height: 20px;
                    }
                    /* style the top level hover */
                    #SuperNav ul li:hover { text-decoration: underline;}
                    #SuperNav a:hover, #SuperNav ul ul a:hover{}
                    #SuperNav :hover > a, #SuperNav ul ul :hover > a {}
            #divLogo
            {
                width: 464px;
                height: 96px;
                margin-left: 10px;
                float: left;
                clear: left;
            }
            #divSlideShow
            {
                display: inline-block;
                width: 370px;
                height: 96px;
                margin-right: 11px;
                float: right;
            }
            #divSlideShow p
            {
                margin: 0px;
                padding: 0px;
            }

        #divMainNavigation
        {
            background-image: url(images/background-page.png);
            background-repeat: repeat-y;
            width: 1000px;
            height: 33px;
            padding-left: 10px;
            padding-right: 11px;
            }
            #divNavWrapper
            {
                background-color: #002f65;
                width: 1000px;
                height: 100%;
                float: left;
                }
                /**************************** REQUIRED BY ALL **************************************/

                     
                    /* make the second level visible when hover on first level list OR link */
                    #DefaultNav ul li:hover ul,
                    #DefaultNav ul a:hover ul{visibility:visible; }

                    /* keep the third level hidden when you hover on first level list OR link */
                    #DefaultNav ul :hover ul ul{visibility:hidden;}

                    /* make the third level visible when you hover over second level list OR link */
                    #DefaultNav ul :hover ul :hover ul{ visibility:visible;}
                    /**************************************************************************************/


                    #DefaultNav {position:relative; z-index:100;}

                    /* remove all the bullets, borders and padding from the default list styling */
                    #DefaultNav ul {padding:0;margin:0px;list-style-type:none;}

                    /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
                    #DefaultNav li {position:relative; float: left; padding-top: 6px; height: 27px; background: url(images/nav-separator.jpg) top right no-repeat; padding-right: 25px}

                    /* style the links for the top level */
                    #DefaultNav a, #DefaultNav a:visited
                    {
                        display:block;
                        font-family: Georgia, Serif;
                        text-decoration: none;
                        font-size: 16px;
                        color: #ffffff;
                        font-weight: bold;
                        cursor: pointer;
                        padding-left: 44px;
                    }
                    /* style the top level hover */
                    #DefaultNav ul li:hover { background-color: #b60601;}
                    #DefaultNav a:hover, #DefaultNav ul ul a:hover{color:#ffffff; text-decoration: none;}
                    #DefaultNav :hover > a, #DefaultNav ul ul :hover > a {color:#ffffff; text-decoration: none;}
                     
                    /* style the second level hover */
                    #DefaultNav ul ul li
                    {
                        background-color: #002f65;
                        background-image: none;
                        border-bottom: dotted 1px #c8c8c8;
                        padding-left: 4px;
                        text-align: left;
                        width: 180px;
                        margin: 0;
                        cursor: pointer;
                        height: 20px;
                    }
                    /* style the second level background */

                    /* hide the sub levels and give them a positon absolute so that they take up no room */
                    #DefaultNav ul ul {visibility:hidden;position:absolute;top:33px;left:0px;}
                    /* style the second level links */
                    /* style the second level links */
                    #DefaultNav ul ul a, #DefaultNav ul ul a:visited {    
                        display: block;
                        font-family: Georgia, Serif;
                        font-size: 12px;
                        color: #ffffff;
                        font-weight: bold;
                        cursor: pointer;
                       }
                    #DefaultNav ul ul a:hover {
                        color: #67b8f0;
                     }
                    #DefaultNav ul ul a:hover > #DefaultNav ul ul ul a:hover {color: #ffffff;}
                    #DefaultNav ul ul :hover > a, #DefaultNav ul ul ul :hover > a {color:#ffffff; text-decoration: none;}


                    /* style the third level background */
                    #DefaultNav ul ul ul a, #DefaultNav ul ul ul a:visited {background:#555555;}
                    /* style the third level hover */
                    #DefaultNav ul ul ul a:hover {background:#888888;}
                    /* position the third level flyout menu */
                    #DefaultNav ul ul ul{visibility: hidden; left:171px; top:0px; width:149px;}
                    
                    #DefaultNav_Persist { background: #b60601;}
                    #DefaultNav_Persist a, #DefaultNav_Persist a:visited { color: #ffffff; }
                    #DefaultNav_Persist ul a { visibility: visible; }
                    #DefaultNav_Persist:hover { background:#ffffff;}
                    #DefaultNav_Persist ul ul a { visibility: hidden; }
                    #DefaultNav_Persist ul :hover ul a { visibility:visible;}
                    
        #divBodyContent
        {
            background-image: url(images/background-page.png); 
            background-repeat: repeat-y;
            background-color: #ffffff;
            width: 1021px;
            min-height: 300px;
            overflow: auto;
            }
            #divColumn1
            {
                float: left;
                width: 180px;
                margin-left: 10px;
                background: #ffffff;
                }
                .col1Bucket
                {
                    margin: 8px 12px;
                    background: url(images/bottom-border.gif) bottom left repeat-x;
                }
            #divColumn2
            {
                float: left;
                margin-left: 5px;
                width: 512px;
                background: #ffffff;
                }
                .col2Bucket
                {
                    margin: 8px 12px;
                    background: url(images/bottom-border.gif) bottom left repeat-x;
                }
            #divColumn3
            {
                float: left;
                margin-left: 5px;
                width: 290px;
                background: #ffffff;
                }
                .col3Bucket
                {
                    margin: 8px 12px;
                    background: url(images/bottom-border.gif) bottom left repeat-x;
                }
        #divBodyFooter
        {
            background-image: url(images/background-footer.png);
            background-position: top;
            background-repeat: no-repeat;
           width: 981px;
            padding-left: 20px;
            padding-right: 20px;
            min-height: 30px;
        }
        h1
        {
            font-family: Georgia, Serif;
            font-weight: lighter;
            font-size: 20px;
            color: #002f65;
            margin-top: 0px;
            margin-bottom: 3px;
            line-height: 22px;
        }
        h2
        {
            font-family: Georgia, Serif;
            font-weight: lighter;
            font-size: 24px;
            color: #b60601;
            margin-top: 0px;
            margin-bottom: 8px;
        }
        h3
        {
            font-family: Arial, San Serif;
            font-weight: lighter;
            font-size: 14px;
            color: #002f65;
            margin-top: 0px;
            margin-bottom: 4px;
            text-transform: uppercase;
        }
        h4
        {
            font-family: Arial, San Serif;
            font-weight: lighter;
            font-size: 14px;
            color: #c8c8c8;
            margin-top: 0px;
            margin-bottom: 4px;
            text-transform: uppercase;
        }

        p
        {
            margin-top: 0px;
        }
        
           
    