html, body {
    margin: 0;
    padding: 0;
    font-family: "helvetica neue",helvetica, arial, sans-serif;
}

img {
    border: 0;
}

td {
    vertical-align: top;
}

#container {
    margin: 30px auto 0 auto;
    width: 875px;

}

#logo {
    width: 275px;
    vertical-align: middle;
}

#topLinks {
    width: 300px;
    color: #69c;
    font-size: 11px;
    vertical-align: middle;
    text-align: right;
}

#topLinks a {
    color: #69c;
    text-decoration: none
}

#topLinks a:hover {
    color: #005486;
}

#langBar {
    width: 245px;
    color: #69c;
    font-size: 9px;
    vertical-align: middle;
    padding-left:25px;
}

#langBar a {
    color: #69c;
    text-decoration: none
}

#langBar a:hover {
    color: #005486;
}

.tdsep {
    width: 26px;
    height: 26px;
}

.cxHead, .cxHeadEN, .cxHeadES  {
    color: white;
    font-size: 15px;
    height: 22px;
    line-height: 15px;
    font-weight: normal;
    padding: 8px 13px 5px 13px;
    margin: 0;
    background: url("/img/darkbg.png");
    border-bottom: 1px solid white;

}

.cxHead a, .cxHeadEN a, .cxHeadES a   {
    text-decoration: none;
    color: white;
    display:block;
}

#home, #page {
    margin-top: 50px;
}

#homeMain, #pageMain {
    width: 575px;
}

#homeMain .dvTit {
    height: 84px;
    background: #005486;
    border-bottom: 1px solid white;
}

#homeMain h1 {
    color: white;
    font-size: 14px;
    height: 22px;
    line-height: 15px;
    font-weight: normal;
    padding: 8px 13px 5px 13px;
    margin: 0;
    background: url("/img/lghtbg.png");
    border-bottom: 1px solid white;
}

#homeMain h2 {
    color: white;
    font-size: 15px;
    line-height: 150%;
    font-weight: normal;
    padding: 14px 13px 5px 13px;
    margin: 0;
}

#homeMain h3 {
    color: #69c;
    font-size: 18px;
    line-height: 130%;
    font-weight: normal;
    padding: 2px 13px 8px 13px;
    margin: 0;
}

#homeMain div.txt {
    color: white;
    margin: 0;
    font-size: 16px;
    background: url("/img/homebg.jpg");
    line-height: 140%;
    height: 238px;
    padding: 8px 300px 8px 13px;
}

#homeMain div.txt p{
    margin: 5px 0 10px 0;
}


#homeMain div.txt p a{
    text-decoration:none;
    color:white;
}


#homeMain div.txt p.home_label, .home_label{
    font-size: 12px;
    margin-bottom:0px; 
}

#pageMain h1 {

    color: white;
    font-size: 15px;
    height: 22px;
    line-height: 15px;
    font-weight: normal;
    padding: 8px 13px 5px 13px;
    margin: 0;
    background: url("/img/lghtbg.png");
    border-bottom: 1px solid white;
}

#footer {
    font-size: 9px;
    color: #69c;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footTxt {
    text-align: right;
    width: 275px;
}

.footLogos {
    padding-left: 25px;
}

#footer  a {
    color: #69c;
    text-decoration: none;
}

#footer  a.on, #footer  a.on:hover {
    color: #005486;
}

#footer a:hover {
    color: #005486;
}

ul {
    margin: 4px 0;
    padding:0;
}

li {
    margin: 0 0 0 15px;
    padding: 0;
}

#pageMain h2 {
    color: #005486;
    font-size: 15px;
    line-height: 130%;
    font-weight: normal;
    padding: 8px 13px 8px 13px;
    margin: 0;
}

.txt {
    font-size: 12px;
    line-height:135%;
    padding: 0 13px;
    color: #005486;
}

hr {
    border: none;
    border-top: 1px solid #6599cb;
    height:1px;

}

hr.dotLine {
    border: none;
    border-top: 1px dotted #6599cb;
    height:1px;

}
}