
        /*.MPStyle_SectionTitle
        {
            font-size: 15px;
            font-weight: bold;
            color: #113452;
            padding-bottom: 4px;
            border-bottom: dotted 1px #28628d;
            background: url(images/7597/dot.gif) bottom left repeat-x;
        }*/

        #chBody, html
        {
            width: 100%;
            margin: 0px;
            font-family: Georgia, Serif;
            font-size: 12px;
            overflow: auto;
            background-image: url(images/7613/background.jpg);
        }
        h1
        {
            font-family: Georgia, Serif;
            font-size: 24px;
            font-weight: lighter;
            color: #6bb4bb;
            line-height: 26px;
        }
        h2
        {
            font-family: Georgia, Serif;
            font-size: 24px;
            font-weight: lighter;
            color: #6bb4bb;
            line-height: 26px;
        }

        h3
        {
            font-family: Georgia, Serif;
            font-size: 14px;
            font-weight: bold;
            color: #4e5643;
        }
        h4
        {
            font-family: Georgia, Serif;
            font-size: 18px;
            font-weight: lighter;
            color: #4e5643;
            margin: 0px;
            padding: 0px;
        }

        #divBodyOuter
        {
            background: url(images/7614/blue-stripe.png) repeat-x;
            
        }

        #divBodyInner
        {
            background: url(images/7615/flowers.png) top center no-repeat;
        }
      
        #divBottom a
        {
          color: #ffffff;
        }
        
        #divContents
        {
            width: 931px;
            margin: 0px auto 0px auto;
        }

        #divPageContents
        {
            min-height: 200px;
            width: 871px;
            padding-left: 30px;
            padding-right: 30px;
            margin: 0px;
            overflow: auto;
            background: url(images/7619/page-repeat.png) repeat-y;
        }
        #divPageHeader
        {
            width: 931px;
            height: 95px;
            margin: 0px;
            background: url(images/7617/logo-top.png) no-repeat;
        }

        #divPageFooter
        {
            width: 931px;
            margin-top: 30px;
            min-height: 30px;
            margin: 0px;
            background: url(images/7620/page-footer.png) top center no-repeat;
        }
        
        #divEmptyLogo
        {
            width: 300px;
            height: 90px;
            float: left;
            cursor: pointer;
        }
        #divNavigation
                {
                    width: 630px;
                    margin: 30px 0px 0 0;
                    float: right;
                    }
        /**************************** REQUIRED BY ALL **************************************/

         
        /* make the second level visible when hover on first level list OR link */
        #Default ul li:hover ul, 
        #Default ul a:hover ul {visibility:visible; }

        /* keep the third level hidden when you hover on first level list OR link */
        #Default ul :hover ul ul{visibility:visible;}

        /* make the third level visible when you hover over second level list OR link */
        #Default ul :hover ul :hover ul{ visibility:visible;}
        /**************************************************************************************/


        #Default {position:relative; z-index:100;}

        /* remove all the bullets, borders and padding from the default list styling */
        #Default ul {padding:0;margin:0 0 0 2px;list-style-type:none;}

        /* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
        #Default li {position:relative; padding-top: 5px;float: right; height: 17px;}
        /* style the links for the top level */
        #Default a, #Default a:visited 
        {
            display:block;
            text-decoration: none;
            font-family: Georgia, Serif;
            font-size: 15px;
            color: #ffffff;
            font-weight: normal;
            cursor: pointer;
            padding-left: 20px;
        }
        /* style the top level hover */
        #Default ul li:hover { }
        #Default a:hover, #Default ul ul a:hover{color:#7cced4; text-decoration: none;}
        #Default :hover > a, #Default ul ul :hover > a {color:#7cced4; text-decoration: none;}
         
        /* style the second level hover */
        #Default ul ul li
        {
            padding-left: 4px;
            text-align: left;
            width: 180px;
            margin: 0px;
            padding: 0px;
            float: left;
            cursor: pointer;
            padding-top: 5px;
            clear: both;
        }
        /* style the second level background */

        /* hide the sub levels and give them a positon absolute so that they take up no room */
        #Default ul ul {padding-top: 8px; padding-bottom: 8px; visibility: hidden; position:absolute; top:22px;left:10px;background-image: url(images/7613/background.jpg);}
        /* style the second level links */
        /* style the second level links */
        #Default ul ul a, #Default ul ul a:visited {    
            display:block;
            text-decoration: none;
            font-family: Georgia, Serif;
            font-size: 14px;
            color: #ffffff;
            font-weight: normal;
            cursor: pointer;
            padding-left: 10px;
            height: 20px;
           }
        #Default ul ul a:hover {
            color: #7cced4;
         }
        #Default ul ul a:hover > #Default ul ul ul a:hover {color: #7cced4;}
        #Default ul ul :hover > a, #Default ul ul ul :hover > a {color:#7cced4; text-decoration: none;}


        /* style the third level background */
        #Default ul ul ul a, #Default ul ul ul a:visited {background:#555555;}
        /* style the third level hover */
        #Default ul ul ul a:hover {background:#888888;}
        /* position the third level flyout menu */
        #Default ul ul ul{visibility: hidden; left:171px; top:0px; width:149px;}
        

        #Default_Persist a, #Default_Persist a:visited { color:#7cced4; }
        #Default_Persist ul { visibility: hidden; }
        #Default_Persist ul ul a { visibility: visible; }
        #Default_Persist ul :hover ul a { visibility:visible;}
      
    