BODY {
    margin: 0;
    padding: 0;
    background: #0474C5 url('/images/bg.gif') top repeat-x;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11px;
    color: #E5E5E5;
}
FORM { margin: 0; padding: 0; }
A {
    color: #fff;
    text-decoration: underline;
}
A:hover {
    color: #fff;
    text-decoration: none;
}

#head {
    height: 209px;
    background: url('/images/head.jpg') center top no-repeat;
}
#logo {
    float: left;
}
#search {
    float: right;
    margin-top: 11px;
    margin-right: 15px;
}
#lang {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
}
#lang A {
    text-decoration: none;
    margin-left: 10px;
}
#content {
    margin: 18px 0 10px 0;
}
#foot {
    line-height: 20px;
    color: #E2E2E2;
    text-align: center;
    border-top: 5px solid #5196D1;
    font-size: 10px;
}
#foot P {
    margin: 0;
    padding: 0 0 0 200px;
}
#solution {
    font-size: 10px;
    color: #8CBFE5;
    float: right;    
    text-align: right;
    margin-right: 5px;
    width: 200px;
    height: 40px;
}
#solution A {
    color: #8CBFE5;
    text-decoration: none;
}
.clr {
    clear: both;
}

INPUT, TEXTAREA {
    background-color: transparent;
    border: 1px solid #000D3D;
    font-size: 9px;
    font-family: Arial, sans-serif;
    color: #E5E5E5;
}

#submenu {
    float: left;
    width: 275px;
}
#main {
    float: left;
    width: 490px;
}

#title {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 15px;
}
#top {
    margin-top: 50px;
    margin-bottom: 20px;
}
#top A {
    text-decoration: none;
    color: #fff;
}

#menu {
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 13px;
    width: 610px;
    margin: 0 auto 0 auto;
}
#menu A {
    display: block;
    float: left;
    width: 140px;
    padding: 0 5px 0 5px;
    margin-right: -10px;
    height: 29px;
    line-height: 29px;
    background: url('/images/m3.gif') top left no-repeat;
    color: #4A4949;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    font-family: Verdana, Arial, sans-serif;
}
#menu A.A, #menu A:hover {
    background: url('/images/m2.gif') top left no-repeat;
    text-decoration: none;
    color: #09A738;
}

#submenu UL {
    list-style: none;
    padding: 0 0 1px 0;
    margin: 0 0 5px 0;
    background: url('/images/sp1.gif') bottom left no-repeat;
}
#submenu UL LI {
    padding: 0;
    margin: 0;
}
#submenu UL LI A {
    display: block;
    line-height: 24px;
    width: 249px;
    height: 24px;
    background: url('/images/m.gif') top no-repeat;
    color: #4A4949;
    font-weight: bold;
    text-decoration: none;
}
#submenu UL LI A SPAN {
    padding-left: 40px;
}
#submenu UL LI A.A, #submenu UL LI A:hover {
    background: url('/images/ma.gif') top no-repeat;
    color: #09A738;
    text-decoration: none;
}
