body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 80%;
 font-style: normal;
 background-color: #ffffff;
 margin:0px auto;        /* выравнивание по центру */
 padding:0px;            /* обнуление полей */
 vertical-align: top;
}
a:hover{
        color: red;
}

p {
 padding-right: 15px;
 padding-left: 15px;
}
h1, h2, h3 {
 text-align: center;
}
.main {
 background-color: #FFFFFF;
 margin-top: 10px;
 position: relative;
 height: 100%;
 overflow:hidden;
}
.main_menu {  
 margin-top: 2px; 
 margin-right: 0px; 
 margin-bottom: 4px; 
 margin-left: 0px
}
.header {
 background-color: #FFFFFF;
 align: center;
 padding-top: 9px;
}
.title{
 color: white;
 font-weight: bold;
 font-size: 14px;
 background:#2759ba;
 height:30px;
}
#content {
	margin-right: 3px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
/*	border: black;
	border-style: solid;
	border-width: 1px; */
}

#content-text {
	margin-right: 3px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}

.footer {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 width: 990px;
 border-top-width: 1px;
 border-top-style: solid;
 border-top-color: #000000;
 padding-top: 10px;
 text-align: center;
}

.footer a{
 text-decoration:none;
 color: #000000;
}
.footer a:hover{
 text-decoration:underline;
 color: red;
}

.list-news {
	text-decoration:none;
	color: #2759ba;
	font-weight:bold;
}

.news {
	text-decoration:none;
	color: #000000;
	font-weight:bold;
	font-size: 14px;
	background-color: #d4f0fc;
}
.listnews {
	background-color: #d4f0fc;
}

.subscr {
 font-family: Arial;	
 color: black;
 font-weight: bold;
 font-size: 12px;
 height:25px;
}

a#subscr {
 font-family: Arial;	
 color: black;
 font-size: 9px;	
}

.myButton {
	color: #FFFFFF;
	background-color: #2759ba;
	border: 1px double #FFFFFF;
	width: 60px;
	cursor: pointer;
}

.nmenu {
	font-family: Arial;
	color: white;
	font-weight: bold;
	font-size: 14px;
	height: 25px;
	background-color: #2759ba;
}

.pnews {
	margin-left:0px;
	padding-left:0px;
}

/* стили для меню */

ul#navbar{
	border: 0;
	height: 30px; /* высота списка */
	/* list-style-image: url('/img/listtype2.gif');  маркер для списка */
	list-style-position: inside;
	margin: auto; /* выравниваем меню на странице */
	padding: 0px; /* обнуление полей */
	position: relative;
	width: 730px; /* задаем ширину меню */
	list-style: none;
	background: #ffffff;
}
ul#navbar li{
	float:left;
	margin-left:0px;
	margin-right:10px;
	background: #ffffff;
}
ul#navbar li a{
	background: #ffffff; /* фон элемента меню */
	border:1px solid white;
	border-left:0;
	color:#a8a9ab;              /* цвет текста */
	display:block;             /* меняем тип отображения */
	float:left;                /* обтекание */
	font:bold 14px arial;    /* описываем шрифт */
	height:18px;               /* задаем высоту для элемента */
	margin:0px;
	padding:5px 0;
	text-align:center;         /* текст в ячейке "по центру" */
	text-decoration:none;      /* отмена декораций */
	padding-right:5px;
	padding-left:5px;
}
ul#navbar li span{
	color:#2759ba;
	font:bold 12px arial;
}
ul#navbar li:hover span{
	color:white;
	font:bold 12px arial;
}

ul#navbar li a:hover,
ul#navbar li:hover a{
/*	background:url(/img/bgmenu.gif) repeat-x 0 0; /* фон элемента меню */
	background:#2759ba;
	color:white;
	font:bold 14px arial;
}
ul#navbar li ul{
	list-style-position: outside;	
	display:none;				/* скрываем второй уровень */
	left:0px;
	position:absolute;          /* задаем абсолютное позиционирование */
	top:30px;  					/* отступ сверху */
	z-index:10;					/* "подымаем" над остальными элементами*/
}
ul#navbar li:hover ul{
	background:#2759ba;
	border:0px;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:730px;
}
ul#navbar li:hover ul li{
	background:#2759ba;
	border:0;
	color:white;
	display:inline;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding:0px;
	padding-left:10px;
	margin:0px;
	padding-left:5px;
	text-align:center;
	white-space:nowrap;
}
ul#navbar li:hover ul li a{
	background:#2759ba;
	border:0;
	color:white;
	display:inline;
	font-size:12px;
	font-weight:normal;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px;
	text-align:center;
	white-space:nowrap;
	padding-right:5px;
	padding-left:5px;
}
ul#navbar li:hover ul li a:hover{
	background:#2759ba;
	font-weight:normal;
	color:#ffffff;
	text-decoration:underline;
}
/* стили для меню */

ul#cmenu {
	padding-left:20px;
	margin-top:0px;
	background: #ffffff;
}
.cmenu {
	background: #ffffff;
	list-style-image: url(/img/cmenu.gif);
	padding: 5px;
	border-bottom: 1px dotted;
	border-color: #b6b6b6;
}
.cmenu a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


ul#cmenu li:hover {
	background: #9fb7e5;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.hideli  {
       list-style-type: none;
}

.sape { font-size: 10px; padding-top: 10px; color: #eae9e6; }
.sape a { font-size: 10px; padding-top: 10px; color: #eae9e6; TEXT-DECORATION: none; border-bottom: 0px; }


.blue_bg {
 background-color: #194DB0;
 color: #FFFFFF;
}
.brown_bg {
 background-color: #CBC1A5;
 font-weight: bolder;
 color: #000000;
 text-align: center;
}
.gray_bg {
 background-color: #DEDEDD;
 color: #194DB0;
 text-align: left;
}
.blue_bg a {
 color: #FFFFFF;
}
.column {
 padding: 10px;
}
form {
 margin: 0px;
 padding: 0px;
}
fieldset {
        border: 2px solid #DEDEDD;
        margin-top: 5px;
        margin-right: 10px;
        margin-bottom: 5px;
        margin-left: 10px;
        padding: 5px;
}
.bgimage {
 background-image: url(../img/bg.gif);
 background-repeat: repeat;
 padding-top: 10px;
 padding-right: 1px;
 padding-bottom: 10px;
 padding-left: 5px;
 vertical-align: top;
}

.list {
 margin-right: 15px;
}
.bor_bl {
 background-image: url(../img/bside_01.gif);
 background-repeat: no-repeat;
}
.bor_br {
 background-image: url(../img/bside_02.gif);
 background-repeat: no-repeat;
}
.bor_brl {
 background-image: url(../img/brside_01.gif);
 background-repeat: no-repeat;
}
.bor_brr {
 background-image: url(../img/brside_02.gif);
 background-repeat: no-repeat;
}
.con_gtl {
 background-image: url(../img/conner_01.gif);
 background-repeat: no-repeat;
}
.con_gtr {
 background-image: url(../img/conner_02.gif);
 background-repeat: no-repeat;
}
.con_gbl {
 background-image: url(../img/conner_03.gif);
 background-repeat: no-repeat;
}
.con_gbr {
 background-image: url(../img/conner_04.gif);
 background-repeat: no-repeat;
}
.head_bl {
 background-image: url(../img/headside_01.gif);
 background-repeat: no-repeat;
}
.head_br {
 background-image: url(../img/headside_02.gif);
 background-repeat: no-repeat;
}
.head_gb {
 background-image: url(../img/headside_03.gif);
 background-repeat: no-repeat;
}

