#main h3 {
	font-weight: bold;
	padding-left: 20px;
	background-image: url(../images/icon-list2.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-size: 110%;
	color: #004093;
	padding-right: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 3px;
}
#main .section {
	width: 580px;
}
#main .section .dot-line {
	background-image: url(../images/dot-lineK.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main  .sub-content {
	padding-top: 10px;
	background-color: #EFEFEF;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	width: 570px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

