/* Общее форматирование*/
body {
margin-top: 0;
margin-left: 0;
margin-right: 0;
background: #f0f0f0;
}
table.main {
width: 100%;
border-collapse: collapse;
}
/*table.main tr.top {
background: #4a6f22;
}
table.main tr.middle {
background: #fff3d2;
}*/
/* Форматирование блока Шапка*/ 
.header table {
width: 100%;
height: 150px;
border-collapse: collapse;
background: #87b250;
}
p{font-size: 10pt; font-family: "Tahoma";}
h1, h2 {font-size: 16pt; font-family: "Tahoma"; color: #87B250;}
h2 {font-size: 12pt;}
.header table td.slogan {
padding-top: 5px;
text-align: center;
font-family: Georgia;
font-size: 12pt;
font-weight: bold;	
color: #fefea2;
text-transform: uppercase;
}
.header table td.logo {
padding-left: 40px;
padding-right: 40px;
}
/* Форматирование блока "Основное меню" */ 
.main_menu table{
width: 100%;
border-collapse: collapse;
}
.main_menu table td.spacer_top {
border-bottom: 0;
}
.main_menu table td.spacer_right {
width: 250px;
background: #fefea2;
}
.main_menu table td {
background: #fefea2;
text-align: center;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 3px solid #ccc;
padding-bottom: 0;
}
.main_menu table td a {
font-family: Arial;
font-size: 11pt;
font-weight: bold;
font-style: italic;
color: #333;
text-decoration: none;
text-transform: lowercase;
} 
.main_menu table td a:hover {
color: #cc3333;
}
/* Форматирование блока КОНТЕНТ */ 
.content table {
margin-left: 10px;
margin-top: 15px;
background: #fff3d2;
}
div.myTitle {
font-family: Tahoma;
font-size: 16pt;
font-weight: normal;
margin-top: 5px;
}
.content p {
font-family: Arial Narrow;
font-size: 10pt;
text-align: justify;
padding-left: 25pt;
padding-right: 10pt;
padding-bottom: 10pt;
}
	/* Форматирование блока НОВОСТИ */ 
	.news {
	width: 250px;
	margin-top: 20px;
	}
	.news table {
	font-family: Tahoma;
	font-size: 10pt;
	border-collapse: collapse;
	/*width: 90%;*/
	}
	.news table p {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;	
	border-bottom: 1px dotted #ccc;
	}
	.news a {
	color: #000;
	text-decoration: none;
	}
	h4 {
	font-family: Tahoma;
	font-size: 12pt;
	margin-left: 20px;
	}
	h5 {
	font-family: Tahoma;
	font-size: 8pt;
	margin-left: 20px;
	}
	table.simple_table {
	font-family: Arial;
	font-size: 10pt;
	}
	p.simple_block {
	font-family: Arial;
	}
	ul.simple_list {
	margin-top: -15px;
	margin-bottom: 15px;
	list-style-type: none;
	font-family: Arial;
	font-size: 10pt;
	}
	ul.simple_list li {
	line-height: 20px;
	}
	/* Форматирование блока ДОБРО ПОЖАЛОВАТЬ */ 
	.welcome {
	width: 100%;
	margin-top: 20px;
	}
	.welcome table {
	font-family: Tahoma;
	font-size: 10pt;
	border-collapse: collapse;
	margin-left:10px;
	margin-right:10px;
	text-align: justify;
	/*width: 90%;*/
	}
	.welcome img {
	padding: 10px;
	}
	.welcome table p {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;	
	}
	/* Форматирование блока ОН-ЛАЙН КОНСУЛЬТАЦИИ */ 
	.consult {
	width: 300px;
	margin-top: 20px;
	}
	.consult table {
	border-collapse: collapse;
	font-family: Tahoma;
	font-size: 10pt;
	/*width: 300px;*/
	}
	.consult table p {
	font-family: Tahoma;
	font-size: 10pt;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;	
	}
	.consult a {
	color: #000;
	text-decoration: none;
	}
/* Форматирование блока Подвал */ 
.footer table {
width: 100%;
height: 60px;
background: #87b250;
}
.footer p {
padding-left: 40px;
font-family: Tahoma;
font-size: 8pt;
font-weight: bold;
}

