div#contents{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
div#title{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

div#title img{
	float: left;
	margin-right: 20px;
}
div#title h1{
	font-family: sans-serif;
	font-size: large;
	color: #11af45;
}
div#title h2{
	font-size: small;
	color: #000000;
}
div#title p{
	font-size: x-small;
	margin-top: 10px;
	text-indent: 1em;
}

div#pagelist{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}

div#pagelist ul{
	margin-top: 10px;
	font-size: medium;
	list-style-type: none;
	list-style-position: inside;
}
div#pagelist ul li{
	margin-top: 10px;
	font-size: medium;
	font-weight: bold;
	padding-left: 20px;
	color: #333333;
}
div#pagelist ul li a{
	font-size: 1em;
	color: #333333;
	text-decoration: none;
	border-left: solid 10px #11af45;
	padding-left: 5px;
	vertical-align: middle;
}
div#pagelist ul li a:link{
	font-size: 1em;
	color: #333333;
	text-decoration: none;
}
div#pagelist ul li a:visited{
	font-size: 1em;
	color: #555555;
	text-decoration: none;
}
div#pagelist ul li a:active{
	font-size: 1em;
	color: #999999;
	text-decoration: none;
}
div#pagelist ul li a:hover{
	font-size: 1em;
	color: #11af45;
	text-decoration:underline;
}
div#pagelist ul li ul{
	margin-top: 3px;
	font-size: small;
	list-style-type: disk;
	list-style-position: inside;
}
div#pagelist ul li ul li{
	margin-top: 3px;
	font-size: small;
	font-weight: normal;
	list-style-type: disk;
	padding-left: 30px;
}