body {

     background-color: #f5f5f5;
     overflow:auto;
     overflow: -moz-scrollbars-vertical;

}



#website {
        position:      relative;
        width:         850px;
/*        height:        700px;*/
       /* top:           50%; */
        left:          50%;
        padding:       15px 0px;
        margin:        50px 0px 0px -390px;
        border:        1px solid #E2E2E2;
        background:    #ffffff;

         font-size:         12px;
         font-style:        normal;
         font-weight:       normal;
         font-family:       Verdana, Geneva, Arial, Helvetica, sans-serif;
         text-align:        center;
         line-height:       25px;
}



#header {

         color            : #666666;

         text-align       : right;

         padding-right    : 10px;

         width            : 840px;

         height           : 25px;

         margin           : 0px;

}



/*#heder #h1 a:hover, #heder #h1 a:visited, #heder #h1 a:link*/

#header a {

         color            : #666666;

}

#header a:hover {

         color            : #005C91;

}





#logo {

         margin-top       : 10px;

         width            : 850px;

         height           : 98px;

         background-color : #f8f8f8;

}

#logo .left {

         float            : left;

         width:           : 500px;

         margin           : 0px 0px 0px 15px;

         padding          : 0px;

}

#logo .right {

         float            : left;

         margin           : 45px 15px 0px 10px;

         width:           : 290px;

         font-weight      : normal;

}



#logo h1 {

         font-size        : 4em;

         font-style       : normal;

         font-weight      : normal;

         font-family      : Georgia, "Palatino Linotype", Palatino, "Times New Roman", Times, serif;

         text-align       : left;

         color            : #005C91; /*#A60016;*/







}





#content {

         width            : 820px;

         margin-top       : 15px;

         padding          : 0px 15px 15px;

         font-size        : 13px;

         font-style       : normal;

         font-weight      : normal;

         font-family      : Verdana, Arial, Georgia, Helvetica, sans-serif, Verdana, Arial, Helvetica, sans-serif;

         text-align       : left;

         line-height      : 2em;

         color            : #353535;

         clear            : both;



}



#content .left {

         width            : 430px;

         margin           : 0px 0px 0px 15px;

         padding          : 0px;

         float            : left;

}

#content .right {

         width            : 350px;

         margin           : 0px 15px 0px 10px;

         font-weight      : normal;

         float            : left;

}

#content .clear {

         clear            : left;

         padding          : 25px 15px 15px;

}



#content .leftS {

         width            : 580px;

         margin           : 0px 0px 0px 15px;

         padding          : 0px;

         float            : left;

}

#content .rightS {

         width            : 173px;

         height           : 417px;

         margin           : 80px 15px 0px 20px;

         font-weight      : normal;

         float            : left;

         background       : url("./logo_gross.gif") no-repeat;

}



#content h1 {



         font-size        : 1.8em;

         font-style       : bold;

         font-weight      : normal;

         font-family      : "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;

         text-align       : left;

         line-height      : 2em;

         color            : #005C91;

}



#content h2 {



         font-size        : 1.2em;

         font-style       : normal;

         font-weight      : bold;

         font-family      : "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;

         text-align       : left;

         line-height      : 2em;

         color            : #005C91;

}



#content ul li {

         list-style-type  : square;

}



#content a:hover, #content a:visited, #content a:link {



        color : #336699;

        padding : 2px 2px 0px 2px;

        font-weight: bold;

        text-decoration: underline;

}



#content a:hover {



        /*color:#336699;3399ff 353535*/

        background-color:#336699;

        color: #fff;

        padding : 2px;

}



/*

*  Naviation

*/

#navcontainer {

        margin: 0;

        padding: 0;

        height: 22px;

        font: 12px Verdana, sans-serif;

        width: 100%;

        border-bottom: 1px solid #bbb;

        list-style-type: none;

        background: #ffffff;

}

#navlist {

        margin: 3px 0 0 -25px;

}



#navlist li {

        float: left;

        margin: 0;

        padding: 0;

        width: auto;

        display: block;

}



#navlist li a, #navlist li a:link {

        background: #fff;

        color: #555;

        text-decoration: none;

        padding: 3px 10px 3px 10px;

        display: block;

}



#navlist li a:hover {

        color: #039;

        border-bottom: 3px solid #bbb;

        cursor: pointer;

        background: #eee;

}



#navlist li a#current, #navlist li a#current:link {

        color: #000;

        cursor: default;

        font-weight: bold;

        border-bottom: 3px solid #999;

}



#navlist li a#current:hover {

        border-bottom: 3px solid #C40015;

        background: #eee;

}

#footer {
        position:      relative;
        width:         850px;
        height:        30px;
        left:          50%;
        padding:       5px 0px;
        margin:        0px 0px 25px -390px;

         font-size:         10px;
         font-style:        normal;
         font-weight:       normal;
         font-family:       Verdana, Geneva, Arial, Helvetica, sans-serif;
         text-align:        center;
         line-height:       25px;
         color: #666666;
}

