body {
    padding: 0px;
    margin: 0px;
    background-color: #EDECEC;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
    text-align:left;
}

A {
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
}

.contact_top{
    color: #ffffff;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
    text-align:right;
    padding-right:5px;
    position: relative;
    float: right;
}

.certificate{
    background-image: url('images/bg_sertificates.gif');
    background-repeat: repeat-x;
    width: 300px;
    height: 111px;
    border: 1px solid #E4E4E4;
    position: absolute;
    top: 0px;
    color: #666666;
    margin-left: 180px;
}
.certificate_shadow{
    position: absolute;
    top: 20px;
    background-image: url('images/shadow_certificates.gif');
    background-repeat: no-repeat;
    margin-left: 482px;
    width: 17px;
    height: 68px;
}

.certificate .certificate_inner{
    border: 1px solid #FFFFFF;
    height: 100%;
}

.top_bg_blue{
    background-image: url('images/bg_blue.gif');
    background-repeat: repeat-x;
    background-position: left top;
}

.grey_border_text_area{
    border: 2px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: #ffffff;
}

.building_top{
    background-image: url('images/pic_02.gif');
    background-repeat: no-repeat;
    background-position: right top;
}

.menu_block {
    padding-left: 30px;
}

a.top_menu_item {
    color: #666666;
    background-image: url('images/menu.gif');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 20px;
    padding-bottom:  7px;
    padding-right: 5px;
    text-align: left;
    display: block;
    font-weight:bold;
    text-decoration: none;
    font-size:10pt;
}

a:hover.top_menu_item {
    background-image: url('images/menu_over.gif');
    background-repeat: no-repeat;
    color: #0066CC;
    text-decoration: none;

}

a.top_menu_item_active {
    color: #000000;
    background-image: url('images/menu_active.gif');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 20px;
    padding-bottom:  7px;
    padding-right: 5px;
    text-align: left;
    display: block;
    text-decoration: none;
}

.search_form{
    margin-top: 110px;
    color: #666666;
    width: 200px;
    height: 100px;
}

.search_field {
    text-align: left;
    color: #000000;
    height: 12px;
    width: 100px;
    font-family: Tahoma, Verdana, Arial;
    font-size: 11px;
    margin-top: 5px;
}

.div_button {
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.search_button {
    font-size: 11px;
    color: #FFFFFF;
    border: 1px solid #000000;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    background-image: url('images/title_img.gif');
    height: 18px;
    background-repeat: repeat-x;
}

.top_caption{
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    background-image: url('images/title_img.gif');
    height: 19px;
    background-repeat: repeat-x;
    text-align: center;
    width: 140px;
}

.flash_row{
    border: 1px solid #000000;
    /*
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    */
    height: 62px;
}

.title {
    margin-bottom: 5px;
}

.title_img{
    background-image: url('images/title_img.gif');
    height: 19px;
    background-repeat: repeat-x;
    width: 48px;
    position: relative;
    float:left;
}

.title_txt{
    padding-left: 10px;
    padding-top: 3px;
    font-size: 11px;
    color: #0099CC;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    position: relative;
    float:left;
}

.news {
    padding: 10px;
}

.news_date {
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
}

.news_text {
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
}

.news_more {
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    background-image: url('images/arrow_orange.gif');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 20px;
    padding-bottom:  12px;
    padding-right: 5px;
    position: relative;
    float: right;
}

.news_all {
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    background-image: url('images/arrow_orange.gif');
    background-repeat: no-repeat;
    background-position: 5px 4px;
    padding-left: 20px;
    padding-bottom:  12px;
    padding-right: 5px;
    position: relative;
    float: left;
}


.news_separate {
    margin-top: 20px;
    margin-bottom: 5px;
    background-color: #DCDBDB;
}

.category_title{
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
}

.category_title_line{
    font-size: 11px;
    color: #FF9900;
    font-weight: bold;
    font-family: Tahoma, Verdana, Arial;
    border-bottom: 1px solid #0099CC;
}


.content{
    padding: 10px;
}

.object_content{
    margin: 10px;
    padding: 10px;
}

.clear_both{
    clear: both;
}

.bottom_contact{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial;
    background-color: #968F99;
    width:181px;
    height: 45px;
    text-align: left;
    padding-left: 10px;
}

.contact_font{
    font-size: 11px;
    color: #FFFFFF;
    font-family: Tahoma, Verdana, Arial;
    font-weight: bold;
}

.bottom_menu {
    font-size: 11px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
    background-color: #DBDCDB;
    height: 24px;
    text-align:center;
}

.bottom_copy {
    font-size: 10px;
    color: #000000;
    font-family: Tahoma, Verdana, Arial;
    background-color: #F1F1F1;
    height: 21px;
    text-align: center;
}

.bottom_menu ul{
    padding: 0px;
    margin: 0px;
    padding-top: 5px;
    text-align:left;
    width: 100%;

}

.bottom_menu  li{
    display: inline;
}
