hr {
    border: 0 #ccc solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
}


h1, h2, h3, h4, h5, h6{
	color:#000000;
}


dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
    margin-bottom: 20px;
}


div#content{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:720px;
	margin: 5px 40px 0 110px;
	float:left;
	display:inline;
}

ul.section_menu{
	background:#EDEDED;
	padding: 3px 10px 20px 25px;
	line-height: 2em;
	font-weight: bold;
	
	border-top-left-radius:     10px 10px;
	border-top-right-radius:    10px 10px;
	border-bottom-left-radius:  10px 10px;
	border-bottom-right-radius: 10px 10px;
}

h3{
	
	font-size: 20px;
}

dl.faq{
	margin-bottom:30px;
}

	dl.faq dt{
		font-weight:bold;
		color:#000000;
		padding:25px 0 5px 0;
		display:block;
	}
	
	dl.faq dd{
		padding-bottom:25px;
		border-bottom:1px solid #cccccc;
		display:block;
	}