body {
    margin: 0;
    font-family: arial, helvetica;
    font-size: 10pt;
    background: url('../img/contactor.gif'); /*  */
   }

   .menuh1 {
    font-size: 9pt; /*  */
    color: #000099; /*  */
    font-family: helvetica;
   }
   .thumb {
    border: 2px solid #55c5e9; /* Рамка вокруг фотографии */
    padding: 15px; /* Расстояние от картинки до рамки */
    background: #fff;
    margin-left: 15px;
    margin-right: 5px;
    margin-bottom: 30px;
   }
   h2 {
    
    color: #333; /*  */
   }
    #container {
    width: 1200px; /*  */
    margin: 0 auto; /*  */
    background: #fff; /*  */
   }
   #header {
    width: 1200px; /* */
    height: 70px; /*  */
    background: #fff; /* */
   }
   #sidebar {
    width: 160px; /*  */
    float: left; /*  */
    padding: 0 10px; /*  */
    background: #fff; /*  */
    border-right: 3px solid #999;
    margin: 0; /*  */
    color: #666; /*  */
    font-size: 9pt; /*  */
   }
   #content {
    margin-left: 180px; /*  */
    padding: 10px; /*  */
    border-left: 3px solid #999;
    font-size: 9pt;
   }
.menu {
    line-height: 0.8;
}
p.content {
    text-align: justify;
    text-indent: 1.5em;
    line-height: 1.5;
   }
h1.content {

}
   .leftimg {
    float:left; /* */
    margin: 7px 7px 7px 0; /*  */
   }
   .rightimg  {
    float: right; /*   */ 
    margin: 0px 0 5px 5px; /*  */
   }
ul {
    line-height: 1.5;
}

   #footer {
    background: #8fa09b; /* */
    padding: 5px; /*  */
    clear: left; /*  */
    color: #fff; /*  */
    font-size: 9pt; /*  */
   }
#log{float:left;width:470px;height:66px; background:url('../img/logUEC_2021.jpg') top left no-repeat;}
a.log{display: block;width:470px;height: 66px;padding: 0px 0px 0px 0px;}
#logR{float:right;width:291px;height:66px; background:url('../img/logUER2.jpg') top right no-repeat;}
a.logR{display: block;width:291px;height: 66px;padding: 0px 0px 0px 0px;}
#menu{height:24px;width:1200px;background: url('../img/3.gif');}
  .mo{margin-left:10px;}
  .mi{margin-top:5px;margin-left:6px; margin-right:6px; float:left; color:#033B6C; }
  .ms{float:left; width:2px; height:24px;background-image: url('../img/menu_1.gif');}
  .topmenu { color: #666; text-align: center; font-size: 12px; text-decoration: overline; }
	a.topmenu { color:#333; text-decoration: none; }
		a.topmenu:hover {  color:#666; text-decoration: underline; }
   a {
    text-decoration: none; /* */
    color: #000; /* */
   } 
   a:hover { 
    text-decoration: underline; /* */
    color: blue; /*  */
   }
   table {
    width: 100%; /* Ширина таблицы */
    border-collapse: collapse; /* Убираем двойные линии между ячейками */
   }
   td, th {
    padding: 4px; /* Поля в ячейках */
    border: 1px solid gray; /* Граница между ячейками */
   }
   thead {
    background: #000080; /* Цвет фона строки заголовка */
    color: #ffe; /* Цвет текста */
   }
   .fig {text-align: center;} /* Выравнивание по центру */ 