body {
    font-family: Tahoma, sans-serif;
    font-size: 0.8em;
    /* font-size: 13px; */
    color: #414141;
    background: #868686;
}

#container {
    width: 686px;
    margin: 20px auto;
}

#topline {
    font-size: 0.1em;
    height: 11px;
    background: url('../img/border_top.gif') no-repeat;
    padding-right: 35px;
    padding-top: 14px;
}
#topline table {
    float: right;
}
#topline td {
    padding: 0 3px;
}
#header {
    height: 83px;
    padding: 0 25px 11px 25px;
    background: url('../img/border_bg.gif') repeat-y;
}
#header table#header_table {
    width: 100%;
}
#header table#header_table #logo {
    padding: 0 20px;
}
#header table#header_table #header_delim {
    text-align: center;
    padding: 0 5px;
}
#header table#header_table #menu {
    text-align: center;
}
#header table#header_table #menu td {
    width: 65px;
    height: 83px;
    background-repeat: no-repeat;
    padding: 0 5px;
}
#header table#header_table #menu td a {
    font-size: 11px;
    color: #515151;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-top: 33px;
    line-height: 11px;
    width: 100%;
}
#header table#header_table #menu td a:hover {
    color: #24609c;
}

#intro {
}
#common_delim {
    font-size: 0.1em;
    height: 7px;
    background: url('../img/border_common.gif') no-repeat;
}
#body_delim {
    font-size: 0.1em;
    height: 5px;
    background: url('../img/border_hdelim.gif') no-repeat;
}


#bottomline {
    height: 99px;
    padding: 0 25px;
    background: url('../img/border_bottom.gif') no-repeat;
    position: relative;
}
#bottomline #language {
    position: absolute;
    width: 170px;
    top: 25px;
    color: #999;
    font-size: 0.9em;
}
#bottomline #language #language_title {
    width: 40%;
    padding-right: 5px;
    text-align: right;
}
#bottomline #language #language_select {
    width: 50%;
}
#bottomline #bottommenu {
    position: absolute;
    top: 12px;
    left: 220px;
    width: 440px;
    font-size: 0.87em;
    border-collapse: collapse;
}
#bottomline #bottommenu td {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 0 3px;
}
#bottomline #bottommenu td a {
    text-decoration: none;
    color: #999;
}
#bottomline #bottommenu td a:hover {
    text-decoration: underline;
    color: #333;
}
#bottomline #copyright {
    position: absolute;
    color: #aaa;
    font-size: 0.8em;
    top: 45px;
    right: 20px;
}
#bottomline #terms {
    position: absolute;
    top: 45px;
    left: 213px;
}
#bottomline #terms td {
    padding: 0 5px;
    border-right: 1px solid #aaa;
}
#bottomline #terms a {
    color: #B6B6B6;
    text-decoration: none;
    font-size: 0.8em;
}
#bottomline #terms a:hover {
    text-decoration: underline;
}

#body {
    background: url('../img/border_bg.gif') repeat-y;
    font-size: 0.9em;
    padding: 0 22px;
}
#body #left_col {
    width: 170px;
    float: left;
    padding-top: 10px;
    font-size: 0.95em;
}
#body #main {
    width: 440px;
    margin-left: 184px;
    padding-left: 15px;
    padding-top: 10px;
    background: url('../img/body_split.gif') no-repeat;
    min-height: 400px;
}
#body ul#user_menu {
    font-size: 1.1em;
    list-style: none !important;
    list-style-type: none;
    list-style-image: none;
    margin-left: 15px;
}
#body #user_menu li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
    padding: 2px 0;
}
#body #user_menu li a {
    text-decoration: none;
    font-weight: bold;
    display: block;
    background: url('../img/marker_arrow_blue.gif') no-repeat left 3px;
    padding-left: 11px;
}
#title_news {
    background: url('../img/border_bg.gif') repeat-y;
    font-size: 0.9em;
    padding: 10px 22px;
}
#title_news_list {
    height: 50px;
    overflow: hidden;
}
#title_news div {
    width: 100%;
}
#title_news h1 {
    color: #036;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}
#title_news div.item {
    color: #467DA6;
    list-style: disc inner;
    line-height: 25px;
}
