@charset "utf-8";
/* CSS Document */

#wrapper {
	text-align: center;
}
#maincont {
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
#finding  {
	font-size: 150%;
	line-height: 150%;
	color: #FFFFFF;
	background-color: #00479D;
	padding: 1px;
	margin-top: 40px;
}
#finding #border {
	padding-left: 5px;
	border: 1px solid #FFFFFF;
}



#backtop {
	margin-top: 20px;
}
dl {
	clear: both;
	margin-bottom: 20px;
	font-size: 120%;
	margin-top: 10px;
}
dl.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
dt {
	float: left;
	width: 200px;
	border-left-width: thick;
	border-left-style: double;
	border-left-color: #00479D;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #00479D;
	padding-left: 5px;
	margin: 10px;
	clear: both;
}
dd {
	padding: 10px;

}


#footer {
	margin-top: 150px;
}
