@charset="utf-8";

html{
	font-family:sans-serif;
}

html body{
	background:url(../images/bk.png) left top; 
	font-size:0.9em;
}


h1 {
	margin: 10px 0 0 0;
	font-size:10pt;
	padding: 0;
	color: #ffffff;
	background-color: #8b4513;
	border-top: 8px solid #462301;
	line-height: 20pt;
	text-align:center;
}

h2 {
	background-color:#CC9966;
	border:3px double #666666;
	color: #FFFFFF;
	font-size: 1.2em;
	padding-left: 4px;
	margin:8px 0px;
	padding-top:2px;
	padding-bottom:2px;
	clear:both;
}

html body #contents{
	width:900px;
	margin:0 auto;
	background:#ffffff;
}

#main{
	padding:25px;
}

#main a:hover{
	text-decoration:none;
	font-weight:bold;
	background:#f5deb3;
}

ol.path{
	margin-bottom:15px;

}

ol.path li{
	display:inline;
	font-size:0.9em;
}

ol.path li a{


}

ol.path li a:hover{
	background:#f5deb3;
	text-decoration:none;
	font-weight:bold;
}

html body #contents table{
	border-collapse:collapse;

}

html body #contents table, th, td{
	border:1px solid brown;
	padding:5px;
}

table a:hover{
	font-weight:bold;
	background:#f5deb3;
	text-decoration:none;
}



html body #contents #site-information ul li{
	display:inline;
	font-size:0.8em;
	padding:5px;
}

html body #contents #site-information ul a{
	text-decoration:none;

}

html body #contents #site-information ul a:hover{
	text-decoration:underline;
	font-weight:bold;
	background:#f5deb3;
}

html body #contents #site-information p{
	text-align:center;
	padding:10px;
	color:white;
	background:brown;
	font-size:0.9em;
}

html body #contents #site-information p a{
	text-decoration:none;
	color:#ffffff;
}

#site-information p a:hover{
	text-decoration:underline;
	font-weight:bold;
}


