@charset "utf-8";
/* CSS Document */
h1 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h2 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-size: 1em;
	color: #660000;
	margin-left: 10px;
	line-height: 1.3em;
}
h6{
	font-size: 1em;
	line-height: 1.3em;
	color: #996633;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


ul.map{
	float: left;
	width: 300px;
	padding: 0px;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;

}

ul.map li{
	margin-left:30px;
	line-height: 1.3em;
	
}

ul.map li.head{
	margin-left:30px;
	line-height: 1.3em;
	font-size: 1.1em;
	color: #669900;
	font-weight: bold;
	
}

ul.map li.head a{
	color: #669900;
}

