html {
    margin: 0px;
}

body {
    width: 900px;
    margin: 0 auto 0 auto;
    padding: 0;
    font-family: sans-serif;
}

a img {
    border: none;
}

area {
    cursor: hand;
    cursor: pointer;
}

/* RIGHTCOL BEGIN */
div.rightcol {
    float: right;
    min-height: 700px;
    width: 172px;
    padding-left: 45px;
    background-image: url('../img/rightcol.jpg');
    background-repeat: no-repeat;
}

div.rightcol div.alsovisit {
    padding: 8px;
    height: 364px;
    color: #eee;
    font-size: 9pt;

}

div.rightcol div.alsovisit a {
    color: #ddd;
    text-decoration: none;
}

div.rightcol div.survey {
    background-color: #010e19;
    min-height: 380px;
    _height: 380px;
    color: #eee;
    font-size: 9pt;
    padding: 10px 5px 20px 5px;
}

div.rightcol div.survey select {
    width: 160px;
    margin-bottom: 10px;
}

/* RIGHTCOL END */

/* HEAD BEGIN */

div.head {
    float: left;
    height: 82px;
    width: 683px;
    text-align: right;
    padding-top: 5px;
    margin-bottom:18px;
    background-image: url('../img/headline.png');
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.head a.mostrightflag {
    margin-right: -38px;
}

/* HEAD END */

/* MENU BEGIN */

div.menu {
    float: left;
    width: 682px;
    color: #fff;
    font-size: 12px;
}

div.menu div.mainmenu {
    width: 540px; /* bgimage width is 520*/
    height: 20px;
    padding-top: 8px;
    background-image: url('../img/khakistrip.png');
    background-repeat: no-repeat;
}

div.menu div.fr {
    background-image: url('/fr/img/khakistrip.png');
    width: 592px;
}

div.menu div.es {
    background-image: url('/es/img/khakistrip.png');
    width: 522px;
    &width: 532px;
}

div.menu div.de {
    background-image: url('/de/img/khakistrip.png');
    width: 490px;
}

div.menu div.it {
    background-image: url('/it/img/khakistrip.png');
    width: 530px;
}

div.menu a {
    color: #fff;
    text-decoration: underline;
    padding: 8px;
    background-repeat: no-repeat;
}

div.menu div.mainmenu a, div.menu div.mainmenu span {
    display: block;
    float: left;
}

div.menu div.mainmenu a {
    margin-top: -8px;
    text-align: center;
    background-position: top center;
}

div.menu div.submenu {
    width: 100%;
    height: 22px;
    padding-top: 9px;
    background-color: #002a54;
    border-left: 1px solid #9aa6c0;
    _margin-top: -3px;
}

div.submenu a.active {
    font-weight: bold;
    color: #ffe115;
    text-decoration: none;
}

div.mainmenu a.disease { width: 74px; background-image: url('../img/menu/disease.png'); }
div.mainmenu a.prevention { width: 120px; background-image: url('../img/menu/prevention.png'); }
div.mainmenu a.finfo { width: 110px; background-image: url('../img/menu/finfo.png'); }
div.mainmenu a.fdah { width: 150px; background-image: url('../img/menu/fdah.png'); }

div.mainmenu a.FRdisease { width: 64px; background-image: url('/fr/img/disease.png'); }
div.mainmenu a.FRprevention { width: 130px; background-image: url('/fr/img/prevention.png'); }
div.mainmenu a.FRfinfo { width: 180px; background-image: url('/fr/img/finfo.png'); }
div.mainmenu a.FRfdah { float: right !important; width: 155px; text-align: center; &width: 150px; background-image: url('../img/menu/fdah.png'); }

div.mainmenu a.ESdisease { width: 94px; background-image: url('/es/img/disease.png'); }
div.mainmenu a.ESprevention { width: 120px; background-image: url('/es/img/prevention.png'); }
div.mainmenu a.ESfinfo { width: 94px; background-image: url('/es/img/finfo.png'); }
div.mainmenu a.ESfdah { float: right !important; width: 150px; text-align: center; &width: 148px; background-image: url('../img/menu/fdah.png'); }

div.mainmenu a.ITdisease { width: 64px; background-image: url('/fr/img/disease.png'); }
div.mainmenu a.ITprevention { width: 140px; background-image: url('/fr/img/prevention.png'); }
div.mainmenu a.ITfinfo { width: 105px; background-image: url('/es/img/finfo.png'); }
div.mainmenu a.ITfdah { float: right !important; width: 150px; text-align: center; &width: 148px; background-image: url('../img/menu/fdah.png'); }

div.mainmenu a.DEdisease { width: 74px; background-image: url('../img/menu/disease.png'); }
div.mainmenu a.DEprevention { width: 80px; background-image: url('/de/img/prevention.png'); }
div.mainmenu a.DEfinfo { width: 115px; background-image: url('../img/menu/finfo.png'); }
div.mainmenu a.DEfdah { float: right !important; width: 150px; background-image: url('../img/menu/fdah.png'); }

div.mainmenu a.active { text-decoration: none; }

/* webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    div.mainmenu a {
        padding-left: 7px;
    }
}

/* MENU END */

/* CONTENT BEGIN */

div.content {
    float: left;
    clear: left;
    width: 643px;
    padding-left: 40px;
    margin-top: 8px;
    min-height: 640px;
    &min-height: 670px;
}

h1 {
    font-size: 13pt;
    color: #003165;
    margin: 7px 0px;
}

p, table {
    font-size: 9pt;
    margin: 10px 0 10px 0;
    line-height: 12pt;
}

ul {
    font-size: 9pt;
    line-height: 12pt;
}

p a, ul a, table a {
    color: #003165;
}

div.content ul {
    list-style: none;
    width: 275px;
    &width: 305px;
    _width: 305px;
    margin: 7px 0 7px 0;
}

div.content ul li {
    background-image: url('/img/li.gif');
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding-left: 15px;
    margin-left: -40px;
    &margin-left: 0px;
    _margin-left: 0px;
    margin-bottom: 8px;
}

div.content ul li ul li {
    background-image: url('/img/li-sub.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 10px;
    margin-bottom: 1px;
}

div.content table ul {
   width: auto;
}

div.content table ul li {
    background-image: url('/img/li-table.gif');
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 10px;
    margin-bottom: 4px;
}

table {
    border-collapse: collapse;
}

table.colored td, table.colored th {
    border: 1px solid #666c61;
}

table.colored td {
    vertical-align: top;
    padding: 5px;
    background-color: #d3dcac;
}

table.colored th {
    text-align: left;
    width: 50%;
    padding: 8px;
    font-weight: normal;
    font-size: 11pt;
}

table.violet th { background-color: #61367d; color: #fff; }
table.green th { background-color: #009a3a; color: #000; }

/* CONTENT END */

/* FOOTER END */

div.footer {
    font-size: 8pt;
    text-align: center;
    clear: both;
    float: left;
    width: 100%;
    margin-top: 20px;
}

div.footer p {
    font-size: 8pt;
    color: #333;
}

div.footer a {
    color: #003165;
}

/* FOOTER END */


.bold {  font-weight: bold;  }
.italic {  font-style: italic;  }
.half {  width: 310px; }
.left {  float: left; }
.right { float: right; }
.clear { clear: both; }
.cleft { clear: left;
         float: left; }
.cright { clear: right;
         float: right; }
