body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 950px;
    font-family: Arial;
    font-size: 0.9em;
}

#search{
    margin: 20px 0 0 0;
    float: right;
}

#search input{
    margin: 0;
    padding: 0;
    border: 1px solid #6EBCEA;
    height: 18px;
    float: left;
    background-image: url(../images/input_bkg.jpg);
    background-repeat: repeat-x;
}

#nav{
    float: right;    
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#nav li{
    float: left;
    margin: 0 0 0 10px;
}

#nav #active a{
    color: #1F4471;
    background-image: url(../images/li_bkg.jpg);
    background-repeat: repeat-x;
}

#nav a{
    padding: 10px 10px 0 10px;
    display: block;
    height: 33px;
    color: #fff;
    text-decoration: none;
}

#lang{
    list-style-type:none;
    margin: 0;
    padding: 0;
}

#lang a{
    padding: 10px 0 0 0;
    display: block;
    height: 33px;
    color: #1F4471;
    text-decoration: none;
}

#lang #active a{
    color: #fff;
}

#lang li{
    float: left;
    margin: 0 10px 0 0;
}


#header{
    clear: both;
    height: 43px;
    text-align: center;
    background-image: url(../images/nav_bkg.jpg);
    background-repeat: repeat-x;
}

#middle{
    clear: both;
    margin:auto;
    width:auto;
    min-width:860px;
    text-align: center;
    background-image: url(../images/gray_bkg.jpg);
    background-repeat: repeat-x;
}

#footer{
    clear: both;
    text-align: center;
    color: #6FBEE9;
}

.content{
    clear: both;
    margin:auto;
    text-align: center;
    width: 860px;
}

.header_node{
    margin: 2px 0;
    float: left;
    width: 33%;
    height: 78px;
}

#header_node_nr2{
    border-left: 2px dotted #b9b9b9;
    border-right: 2px dotted #b9b9b9;
}

.footer_node{
    clear: both;
    text-align:right;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

.blue_node{
    float: left;
    width: 263px;
    height: 170px;
    background-image: url(../images/blue_bkg.jpg);
    background-repeat: repeat-x;
    text-align: left;
    color: #333;
}

#blue_node_nr1{
    padding: 10px;
}

#blue_node_nr2{
    margin: 0 5px;
    padding: 10px;
}

#blue_node_nr3{
    padding: 10px;
}



#big_blue_rect{
    text-align: left;
    color: #333;
    margin: 10px 0;
    width: 860px;
}

.fix{
    clear: both;
}

hr{
    border: 0;
    height: 1px;
    border-top: 2px dotted #b9b9b9;
}

.banner{
    width: 33%;
    float: left;
}

.advlist{
    list-style-image: url(../images/bullet.gif);

}

.advlist a{
    text-decoration: none;
}

.advlist .active{
    font-weight: 900;
}

dt{
    font-weight: 900;
    color: #00469E;
}

dl, dd, dt{
    margin: 0;
    padding:0;
}
