 * { margin: 0; padding: 0; }


A:link {text-decoration: underline; color: #000000 ;}
/*color: #0397D7   */
A:visited {text-decoration: underline; color: #0397D7;}
A:active {text-decoration: underline}
A:hover {text-decoration: underline; color: #666666;}

                        body {
                                text-align: center;
                                font-family:  arial, Garamond, sans-serif;
                                font-size: 13px;
                                color: #000000;
                                background-image:url('../images/bg.jpg');
                                background-repeat:repeat-x repeat-y;
                                background-color: #FFFFFF;


                        }
div.hr {
  height: 10px;
  background: #fff url('../images/hr.png') no-repeat scroll center;
}
div.hr hr {
  display: none;
}
                       .wrapper {
                                width: 800px;
                               /* height: 100% */

                                text-align: left;
                                margin: 10px auto;
                                padding: 0px -1px 0px 0px;
                                border: solid 1px #E0E0E0;
                                background-color: #FFFFFF;
                                /*overflow: hidden;  */
                       }
                        .wrapper:after {
                                content: ".";
                                display: block;
                                height: 0;
                                clear: both;
                                visibility: hidden;
                        }
                        .header{
                                margin: 0px 0px 5px 0px;
                                width: 800px;
                                height: 120px;

                                background-color: #FFFFFF;
                              /*  background-image: url('../images/header.jpg');*/

                                background-repeat: no-repeat;
                        }
                        .nav {
                                z-index: 500 !important;
                                background-color: #09c;
                                height: 32px;
                                margin: 0px 0px 0px 0px;
                                width: 800px;
                                color: #FFFFFF;
                                                        }

                        .content {
                                clear: both;
                                width: 800px;
                                margin: 0px 0px 0px 0px;
                                padding: 0px 0px 0px 0px;
                     min-height:500px;

                                height: 100%;
                                background-color: #FFFFFF;
                                z-index:5;
                        }

                        .content-left {
                                margin: 0px 0px 0px 0px;
                                padding: 4px 4px 0px 4px;
                                width: 290px;
                                height: 100%;
                                float: left;
                                background-color: #FFFFFF;
                                color: #333333;
                              /*  border: solid 1px #353E79;  */

                                                      }
                        .content-right {
                                margin: 0px 7px 0px 4px;
                                padding: 4px 4px 0px 14px;
                                width: 470px;
                                height: 100%;
                                float: right;
                                color: #000000;
                                background-color: #FFFFFF;
                               /* border: solid 1px #353E79; */
                           }

                                                      }
                        .content-right-one-column{
                                margin: 0px 7px 0px 4px;
                                padding: 4px 4px 0px 14px;
                                width: 760px;
                                height: 100%;
                                float: right;
                                color: #000000;
                                background-color: #FFFFFF;
                               /* border: solid 1px #353E79; */
                           }

                        .footer{
                                margin: 0 auto;
                                padding: 0px 10px 0px 0px;
                                width: 795px;
                                height: 20px;
                                color: #000000;
                                text-align: right;
                                font-family: Garamond, arial, sans-serif;
                                font-weight: normal;
                                font-size: 14px;

                        }
                        .clear{
                          clear: both;
                        }
#sub-menu{
/* border: 1px solid black; */
width: 280px;
background-color: #FFFFFF;
}

#sub-menu a{
font-family:  arial, Garamond, sans-serif;
font-size: 13px;
padding: 2px 0px 0px 2px;
display: block;
width: 100%;
color: black;
text-decoration: none;
/* border-bottom: 1px solid black; */
}

html>body #sub-menu a{ /*Non IE rule*/
width: auto;
}

#sub-menu a:hover{
background:url('../images/small-three-dots.gif') no-repeat 0px 8px;
background-color: #FFFFFF;
color: #0397D7;
padding: 2px 0px 0px 25px;

}


a.sub-menu-curent{
/* background:url('../images/small-three-dots.gif') no-repeat 0px 8px; */

color: #0397D7;
padding: 2px 0px 0px 25px;




}