@charset "utf-8";

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #2D2DA8;
}
#wrapper {
    width: 901px;
    margin: 0 auto;
}
#language {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    width: 901px;
    text-align: right;
    padding-top: 5px;
    float:right;
}


#header {
    background-repeat: no-repeat;
    float: left;
    height: 223px;
    width: 901px;
    background-position: center;
    background-image: url(../images/htd_header_static.jpg);
    padding-top: 5px;
}
#menu {
    background-repeat: no-repeat;
    float: left;
    height: 36px;
    width: 901px;
    background-position: center center;
    background-image: url(../images/htd_menu-bg.jpg);
    word-spacing: 90px;
    text-align: center;
}

a.menu:link {
    color: #2D2DA8;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
a.menu:visited {
    color: #2D2DA8;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
}
a.menu:hover {
    color: #2D2DA8;
    text-decoration: underline;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

#main {
    float: left;
    height: auto;
    width: 901px;
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 7px;
    margin-top: 1px;
    background-color: #F9FCFF;
}
#leftcol {
    float: left;
    height: 600px;
    width: 187px;
    padding-left: 15px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    background-color: #F9FCFF;
}
#midtopcol {
    float: left;
    height: 180px;
    width: 470px;
    margin-right: 10px;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    background-color: #F9FCFF;
    padding: 5px;
    background-position: center center;

}
#midbotcol {
    float: left;
    height: auto;
    width: 470px;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 14px;
    margin-right: 10px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-top: 5px;
    background-color: #F9FCFF;
}
#rightcol {
    float: right;
    height: auto;
    width: 147px;
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 0px;
    margin-right: 10px;
    margin-bottom: 8px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    background-color: #F9FCFF;
}
#footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #000000;
    clear: both;
    float: left;
    height: 50px;
    width: 900px;
    text-align: center;
    background-image: url(../images/htd_footer-bg.jpg);
}
.style1 {
    font-weight: bold;
    color: #000000;
}
.style2 {color: #CC3366}
.style3 {color: #000000}
.style99 {float: left; width: 50px}
.link:hover {
    cursor: pointer;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
