body {
    background-color: #ffffff;
/*    background-image: url(../images/bg.gif);*/
    background-position: center;
    color: #000000;
    margin: 0px;
    text-align: center;
}

body, td, p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    background-color: #ffffff;
    background-image: url(../images/bgr_txt_inp.png);
    background-repeat: repeat-x;
    color: #000000;
    border: 1px solid #c0c0c0;
}

.btn {
    background-color: #f6f6f6;
    background-image: url(../images/bgr_btn.png);
    color: #000000;
    border: 1px solid #cccccc;
    font-weight: bold;
    height: 22px;
}

form {
    margin: 0px;
}

.clear {
    clear: both;
}

#container {
    background-color: #ffffff;
    background-image: url(../images/bg_left.gif);
    background-repeat: repeat-y;
    color: #333333;
    border: 1px solid #333333;
    width: 760px;
    margin: auto;
}

#separator1 {
    background-color: #333333;
    color: #ffffff;
    font-size: 1px;
    width: 760px;
    height: 5px;
}

#header {
    background-color: #003399;
    color: #ffffff;
    width: 760px;
    height: 70px;
    text-align: left;
}

#logotype {
    position: relative;
    top: 15px;
    left: 20px;
    width: 250px;
}

#search {
    position: relative;
    top: -25px;
    left: 615px;
    width: 140px;
}

#langBar {
    background-color: #333333;
    background-image: url(../images/bg_lang_bar.gif);
    color: #ffffff;
    width: 760px;
    height: 30px;
    text-align: left;
}

#btnSet {
    position: relative;
    top: 10px;
/*    left: 618px;*/
    left: 600px;
    width: 150px;
}

#main {
    width: 760px;
}

#mainPhoto {
    margin: 20px 0px 10px 0px;
}

#side {
    background-color: #ef9b11;
    background-image: url(../images/bg_left.gif);
    color: #ffffff;
    width: 208px;
    float: left;
    text-align: center;
}

div.menu {
    text-align: left;
    margin: 20px 0px 20px 0px;
}

div.menu ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.menu a {
    background-color: #003399;
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0px;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
    width: 192px;
}

div.menu li ul a {
    background-color: #f8d98f;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    display: block;
    border-width: 1px;
    border-style: solid;
    border-color: #ccc #888 #555 #bbb;
    margin: 0px;
    padding: 2px 3px 2px 3px;
    text-decoration: none;
}

div.menu a:hover {
    background-color: #94b7d7;
    color: #000000;
}

div.menu li {
    position: relative;
}

div.menu .parent {
    background-image: url(../images/arrow_white.gif);
    background-position: right;
    background-repeat: no-repeat;
}

div.menu .parent:hover {
    background-image: url(../images/arrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

div.menu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
}

div.menu ul ul, div.menu ul li:hover ul ul {
    display: none;
}

div.menu ul li:hover ul, div.menu ul ul li:hover ul {
    display: block;
}

#content {
    background-color: #ffffff;
    color: #333333;
    margin-left: 208px;
    padding: 15px 25px 60px 25px;
    text-align: left;
    line-height: 18px;
    min-height: 900px;
}

#content h1 {
    background-color: inherit;
    color: #ef9b11;
    font-weight: bold;
    font-size: 20px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    line-height: 22px;
}

#content a {
    background-color: inherit;
    color: #003399;
    text-decoration: underline;
}

#content a:hover {
    background-color: inherit;
    color: #003399;
    text-decoration: none;
}

#separator2 {
    background-color: #333333;
    color: #ffffff;
    height: 10px;
    width: 760px;
    font-size: 1px;
}

#footer {
    background-color: #003399;
    color: #f2f2f2;
    font-size: 11px;
    width: 760px;
    height: 40px;
    text-align: left;
}

#footer a {
    background-color: inherit;
    color: #f2f2f2;
    text-decoration: none;
}

#footer a:hover {
    background-color: inherit;
    color: #f2f2f2;
    text-decoration: none;
}

#copyrights {
    position: relative;
    left: 20px;
    top: 10px;
}

#validators {
    position: relative;
    left: 570px;
    top: -5px;
    width: 180px;
}

.errMsg {
    background-color: inherit;
    color: maroon;
    font-weight: normal;
}

.okMsg {
    background-color: #fcfcf3;
    color: #000000;
    font-weight: normal;
}

.dotted {
    background-color: inherit;
    background-image: url(../images/dotline.gif);
    background-repeat: repeat-x;
    color: #000000;
    margin: 10px 0px 10px 0px;
    font-size: 1px;
    height: 1px;
    padding: 0px;
}