@import url("menu.css");


@font-face
{
    font-family: "AGaramond";
    src: url( '../images/LT_50568.TTF' );
}


*
{
    font-size: 12px;
}

body
{
    background-color: #ffffff;
    padding: 0px;
    color: #afc3d2;
    text-align: center;
    margin: 0px auto;
    font-family: "AGaramond";
}

select
{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #bfbfbf;
}


input, textarea
{
    color: #000000;
    background-color: #fff;
    border: 1px solid #e4d9be;
}


a
{
    text-decoration: none;
    color: #E9EEF1;
    font-weight: bold;
}

a:hover
{
    text-decoration: none;
    color: #9ab3c6;
    font-weight: bold;
}


.bold
{
    text-decoration: none;
    color: #07195c;
    font-weight: bold;
}

.bold a
{
    color: #07195c;
    font-weight: bold;
}


.bold a:hover
{
    color: #969ebc;
    font-weight: bold;
    text-decoration: none;
}


.boldlink a
{
    text-decoration: none;
    color: #07195c;
    font-weight: bold;
}

.boldlink a:hover
{
    text-decoration: none;
    color: #969ebc;
    font-weight: bold;
}



#main_content
{
    width: 920px;
    background-color: #ffffff;
    margin: 0px auto;
    text-align: left;
}

#header
{
    width: 920px;
    clear: left;
}


.header_img
{
    float: left;
}


@font-face
{
    font-family: "ITC Bookman Light";
    src: url( '../images/bokr35w.ttf' );
}

.text_header
{
    font-size: 22px;
    font-family: "ITC Bookman Light";
    color: #69a9b8;
}

#lang
{
    float: right;
    clear: both;
    text-align: right;
    padding-top: 23px;
    padding-right: 0px;
}



#container
{
    background-color: #19537e;
    position: absolute;
    clear: left;
    width: 920px;
}

#content
{
    float: left;
    margin: 35px 30px 60px 40px;
    text-align: justify;
    background-color: #19537e;
    font-family: Arial;
}


#logo
{
    float: left;
    margin-top: 1px;
    margin-bottom: 43px;
    clear: both;
}

#clean
{
    clear: both;
}

#footer_container
{
    height: 37px;
    clear: both;
    text-align: right;
    width: 920px;
    background-color: #ffffff;
    color: #0a4978;
    font-family: Arial;
}

#dev
{
    float: right;
    margin-top: 10px;
    font-size: 10px;
}


#dev a
{
    color: #0a4978;
    font-size: 10px;
}




#dev a:hover
{
    color: #969ebc;
    font-size: 10px;
}



li
{
    margin-top: 5px;
}
.img_border
{
    border: 1px solid #a8b1b8;
}

#form_send
{
    width: 600px;
}
.form_q_title
{
    float: left;
    width: 200px;
    color: #9ca1bf;
}

.form_q_field
{
    float: left;
    margin-left: 5px;
    width: 350px;
    margin-top: 4px;
    padding: 0px;
}


.send
{
    width: 300px;
    border: 1px solid #9ca1bf;
}



.border_sep
{
    border-top: 1px dotted #96adcf;
    clear: left;
    margin-left: 73px;
    margin-right: 20px;
    height: 2px;
    width: 750px;
}
