﻿.main_h1 {
	width: 852px;
	margin-left: 20px;
	_margin-left: 10px;
	margin-bottom: 20px;
}
.left-area {
	float: left;
	width: 852px;
	margin-left: 20px;
	_margin-left: 10px;
	border: 0px solid red;
}
.section {
	float: left;
	width: 220px;
	margin-right: 90px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border: 0px solid blue;
}
.last-section {
	float: right;
	margin-right: 0px;
}

.section h2 {
	color: #565252;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 5px;
	border: 0px solid red;
	border-bottom: 1px solid #565252;
}

.section ul {
	border: 0px solid red;
}
.section ul li {
	list-style-type: none;
	margin-bottom: 4px;
	border: 0px solid red;
}
.section ul li a {
	font-size: 9pt;
}

.section ul.level_1 li {
	padding-left: 8px;
	background: url(../../images/square.gif) no-repeat 0 8px;
	_background-position: 0 12px;
}
.section ul.level_1 li a {
	color: #5090e7;
}



.section ul.level_2 li {
	padding-left: 12px;
	background: none;
}
.section ul.level_2 li a {
	color: #565252;
}



.section ul.level_3 li a {
	color: #888;
}
