body{
	font-size: 100%;
	padding-bottom: 0px !important;
}
header h3{
	font-size: 1em;
}
h3{
	font-size: 0.95em;
}

.section{
	padding:15px 20px 10px;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px dotted #dddddd;
}
.section:last-child {
	border-bottom: none;
	}
#container {
	margin-bottom: 10px;
}
.back {
	background-image: url('../image/backButton.png');
	background-repeat: no-repeat;
	background-size: 52px 27px;
	width: 52px;
	height: 28px;
	line-height: 21px;
	font-size: 13px;
	margin-top: 5px;
	padding: 3px;
	position: absolute;
	left: 5px;
}
.links{
	float: left;
	width: 49.5%;
	padding: 4px 0px;
	list-style-type: disc;
	color:#666666;
}
ul.linkBox{
	margin-left:15px;
}
.links a, div.more a{
	text-decoration: underline;
	font-size: 14px;
	color:#007FFF;
	text-decoration:none;
}
div.more{
	float: right;
	margin-right: 5%;
}

.sitemapCont{padding:10px 0px; margin:0px;}
.sitemapCont .staticHeading{padding-bottom:5px; padding:5px 20px;}
.sitemapCont .header{font-size:14px; padding-bottom:5px; font-weight:bold;}