body {
	background:none repeat scroll 0 0 white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 auto;
	width:1024px;
	background-image: url('images/mainBackground.png');
	background-repeat: no-repeat;
	background-position: top center;
}

a img {
	border: none;
}

h1,h2 {
	color: red;
}

h1 {
	font-size: 20px;	
}

/*********Шапка на главной*******/
div.mainheader {
	background-image: url('images/mainheaderBackground.png');
	background-repeat: no-repeat;
}

div.mainheader table{
	width: 100%;
	border: 0px;
	height: 190px;
}
	
	div.mainheader table h1 {
		font-family: Arial;
		text-transform: uppercase;
		color: red;
		margin-top:3px;
		margin-bottom:0px;
	}
	
	div.mainheader table ul {
		list-style: none;
		padding-left: 0px;
	}
	
	div.mainheader table ul li {
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	div.mainheader table ul li a,div.mainheader table ul li a:hover {
		font-size: 30px;
		font-weight: bold;
		text-transform: uppercase;
		color: white;
		text-decoration: none;
	}



/**********Центральная часть*******************/

div.mainbody table {
	width: 100%;
	border:0;
	color: black;
	font-size:12px;
	text-transform: uppercase;
	font-weight: bold;
}

ul.left_marker {
		list-style:none;
		padding: 0px;
		margin-left: 3px;
		margin-top:20px;
	}
	
ul.left_marker li {
			padding:0 0 5px 20px;
			margin-top: 10px;
			background-image:url('images/listmarker.png');
			background-repeat: no-repeat;
			background-position: center left;
		}
	
	div.mainbody table ul.right_marker {
		list-style:none;
		padding: 0px;
		margin-left: 3px;
		margin-top:20px;
	}
	
		div.mainbody table ul.right_marker li {
			padding:0px 20px 3px 0px;
			margin-top: 10px;
			background-image:url('images/listmarker.png');
			background-repeat: no-repeat;
			background-position: center right;
		}
			
		div.mainbody table ul.right_marker li a {
			color: black;
			text-decoration: none;
		}

/**************Хедер не индексной страницы********************/

div.extbody table {
	width: 100%;
	border:0;
	color: black;
	font-size:14px;
} 

	div.extbody table tr.header{
		background-color: #e7e7e8;
	}

div.menuitem,div.menuitem_selected {
	color: white;
	background-color: #a7a9ac;
	font-size: 22px;
	font-weight: bold;
	height: 28px;
	padding-top: 2px;
	width: 190px;
	text-align: center;
	margin-top:10px;
	text-transform: uppercase;
}

div.menuitem_selected {
	background-color: #2e3192;
}

	div.menuitem a,div.menuitem_selected a {
		color: white;
		text-decoration: none;
	}

ul.left_marker2 {
		list-style:none;
		padding-left: 20px;
		margin-top:20px;
		margin-left: 20px;
	}
	
ul.left_marker2 li {
			padding:0 0 5px 20px;
			margin-top: 5px;
			background-image:url('images/listmarker.png');
			background-repeat: no-repeat;
			background-position: center left;
			text-align: left;
			
			text-decoration: none;
			color: black;
			font-size: 13px;
			font-weight: bold;
		}
		
ul.left_marker2 li a {
	text-decoration: none;
	color: black;
	font-size: 16px;
	font-weight: bold;
}

h2.content {
	color: #2e3192;
	font-size: 16px;
	padding-left:20px;
	margin-bottom: 0px;
}

p.afterh2 {margin-top: 1px; font-size: 14px;}
