
.MPStyle_ImgBorder
  {
      border: 6px solid #e7e7c7;
  }
.MPStyle_BoldGreen
{
  color: #8c8a00;
  font-size: 10pt;
  font-weight: bold;
}
  
  .MPStyle_BucketTitle
{
  color: #d8d7a8;
  font-size: 10pt;
  font-weight:  bold;
}

.MPStyle_BoldRed
{
  color: #4f0e0e;
  font-size: 10pt;
  font-weight: bold;
}


.MPColor_FFFFFF {;}
.MPColor_000000 {;}
.MPColor_8c8a00 {;}
.MPColor_4f4727 {;}
.MPColor_bab852 {;}
.MPColor_e7e7c7 {;}


html
{
    height: 100%;
    width: 100%;
    overflow: auto;
    margin: 0px;
}
  
#eicpa_body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    overflow: auto;    
    background-color: #4f4727;
}


.Default
{
  font-family: arial, san serif;
  font-size: 10pt;
  color: #FFFFFF;
}

h1
{
    font-family: arial;
    font-size: 22px;
    font-weight: lighter;
    color: #4f4727;
}

h2
{
    font-family: arial, san serif;
    font-size: 10pt;
    color: #8c8a00;
    padding: 0 0 0 6px;
    margin:0px;
    font-weight: bolder;
}

h3
{
    font-family: arial, san serif;
    font-size: 10pt;
    color: #4f4727;
    padding: 0 0 0 6px;
    margin:0px;
    font-weight: bolder;
}

h4
{
    font-family: arial, san serif;
    font-size: 10pt;
    color: #4f4727;
    padding: 0 0 0 6px;
    margin:0px;
    font-weight: bold;
}

p, td
{
    font-family: arial, san serif;
    font-size: 10pt;
    color: #4f4727;
}
  
#divPage ul
{
    font-family: arial;
    font-size: 10pt;
    color: #4f4727;
}
  
a:active
{
    font-size: 10pt;
color: #8c8a00;
  font-weight: bold;
  text-decoration: underline;
}
a:hover
{
    font-size: 10pt;
cursor: pointer;
  color: #8c8a00;
  font-weight: bold;
  text-decoration: underline;
}
a:visited
{
    font-size: 10pt;
  color: #8c8a00;
  font-weight: bold;
  text-decoration: none;
}
a:link
{
    font-size: 10pt;
  color: #8c8a00;
  font-weight: bold;
  text-decoration: none;
}
input
{
    font-size: 10px;
    background-color: #ffffff;
    border: 1px solid #4f4727;
}

#divOuter {
    width: 100%; 
    text-align: center;
    margin: auto;
}

    #divTopBG {
        width: 100%; 
        text-align: center;
        background-color: #ffffff;
        background-image: url(/images/12022/bg-main.jpg);
        background-repeat: repeat-x;
    }
        #divInner {
            width: 730px;
            margin: auto;
            text-align: center;
        }
            #divHeader {
                width: 730px;
                height: 118px; 
                background-image: url(/images/12023/logo.gif);
                background-repeat: no-repeat;
            }
            #divHeader p
            {
                margin: 0;
                padding: 0;
            }
            #divPage {
                width: 730px;
                min-height: 500px;
                margin-bottom: 35px;
                text-align: left;
                overflow: auto;
            }
        
    #divFooter {
        width: 730px;
        margin: auto;
        background-color: #4f4727; 
        height: 120px; 
        font-size: 10px;
        
    }
    
    #divFooter p
    {
        margin-top: 0px;
        margin-bottom: 8px;
        color:  #ffffff;
    }

#divNavigation
{
    width: 730px;
    height: 31px;
    margin: 0px 0px 0 0;
}
    /**************************** 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 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 */
    #Default li {position:relative; padding-top: 7px;float: left; height: 20px;}
    /* style the links for the top level */
    #Default a, #Default a:visited 
    {
        display:block;
        text-decoration: none;
        font-family: arial, san serif;
        font-size: 9pt;
        text-transform: uppercase;
        color: #d8d7a8;
        cursor: pointer;
        padding-right: 40px;
        
    }
    /* style the top level hover */
    #Default ul li:hover { }
    #Default a:hover, #Default ul ul a:hover{color:#FFFFFF; text-decoration: none;}
    #Default :hover > a, #Default ul ul :hover > a {color:#FFFFFF; text-decoration: none;}
     
    /* style the second level hover */
    #Default ul ul li
    {
        text-align: left;
        min-width: 200px;
        margin: 0px;
        float: left;
        cursor: pointer;
        padding: 5px;
        clear: both;
        background-color: #4f4727;
    }
    /* 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;}
    /* style the second level */
    #Default ul ul li {
         height: auto;
    }
    
    /* style the second level links */
    #Default ul ul a, #Default ul ul a:visited {    
        display:block;
        text-decoration: none;
        color: #d8d7a8;
        cursor: pointer;
        padding-left: 10px;
        height: 100%;
        font-size: 8pt;
       }
    #Default ul ul a:hover {
        color: #4f4727;
     }
    #Default ul ul a:hover > #Default ul ul ul a:hover {color: #FFFFFF;}
    #Default ul ul :hover > a, #Default ul ul ul :hover > a {color:#FFFFFF; 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;}


.divBucketTitle p
  {
    margin: 0;
    }


