#main h2 {
	margin-bottom: 30px;
}

#main h3 {
	font-weight: bold;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0E7DC2;
	padding-left: 10px;
	margin-bottom: 10px;
}
#main .section {
	margin-bottom: 20px;
}
#main .section p {
	margin-bottom: 20px;
	line-height: 160%;
}
#main .section strong {
	font-weight: bold;
	color: #333333;
}
.line {
	background-image: url(../images/line-dot.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
