body, html 
{
    height: 100%;
}

body
{
	margin:0 0 0 0;
	font-family:Arial;
}

#header-table
{
    position:fixed;
    top:0px;
    left:0px;
    right:0;
    text-align: center; 
    border-collapse: collapse; 
    border: 0; 
    border-spacing: 0;
    width:100%;
}

td.main_header
{
	background:#f8f3e2 url('images/head_bg.gif') repeat-x top left;
	border-bottom:3px Solid #c7533c;
	padding-bottom:0;
    height:125px;
    width:100%;
    text-align:left;
}

#footer-table
{
    position:fixed;
    bottom:0px;
    left:0px;
    right:100%;
}


td.main_footer
{
	background:#9b8b65 url('images/bottom_bg.gif') repeat-x top left;
	border-top:0px Solid #c7533c;
	color:#fffbd8;
	font-size:14pt;
	font-family:Arial;
	padding-top:10px;
    height:50px;
    text-align:center;
    vertical-align:top;
    width:100%;
}

td.menu_header
{
	border-bottom:3px Solid #c7533c;
	padding:0px 0px 0px 0px;
    text-align:center;
    width:100%;
}

a.footer_link
{
	text-decoration:none;
	color:#fffbd8;
	font-size:13pt;
	font-family:Arial;
}

/* ------------------------------------------------ Header Menu ------------------------------------ */
#main_menu {
    width: 100%; /* Ширина меню */
    list-style: none; /* Для списка убираем маркеры */
    margin: 0; /* Нет отступов вокруг */
    padding: 0; /* Убираем поля вокруг текста */
    font-family: Arial, sans-serif; /* Рубленый шрифт для текста меню */
    font-size: 10pt; /* Размер названий в пункте меню */
}
   
#main_menu LI  {
    position: relative; /*Подпункты позиционируются относительно */
	float:left;
    width:180px;
    font-weight:bold;
   }

LI A {
    display: block; /* Ссылка как блочный элемент */
    width: 100%; /* Ссылка на всю ширину пункта */
    padding: 5px; /* Поля вокруг надписи */
    text-decoration: none; /* Подчеркивание у ссылок убираем */
    color: #c7533c; /* Цвет текста */
    background-color: #ffffff; /* Цвет фона */
  }

#main_menu LI A:hover {
    color: #ffffff; /* Цвет текста активного пункта */
    background-color: #c7533c; /* Цвет фона активного пункта */
   }
/* ------------------------------------------------ END Header Menu ------------------------------------ */
#middle
{
    position:fixed;
    overflow-y:scroll;
    overflow-x:hidden;
    top:160px;
    bottom:60px;
    right:0px;
    left:0px;
}

#middle p
{
    text-align:justify;
}


td.copyright
{
	text-align:left;
	color:Black;
	font-size:8pt;
	padding-left:10px;
}

.ul-text, .ul-text li
{
    text-align:justify;
}

#diagramTable
{
    background-color:#DDDDDD;
    border-collapse:separate;
    border:solid 1px #444444;
    text-align:left;
}

#diagramTable th
{
    text-align:center;
    border-bottom:solid 1px #444444;
}

.divider
{
    background-color:#444444;
    font-size:1px;
    height:2px;
}

#diagramTable input[type="text"]
{
    width:400px;
}

h2
{
    text-align:left;
    font:bold 22px 'Times New Roman';
}