@charset "utf-8";
#left {
	display: block;
	clear: both;
	float: left;
	width: 250px;
	margin-top: 10px;
	margin-left: 5px;
}
#right {
	display: block;
	float: right;
	width: 700px;
	margin-right: 10px;
}
.AccordionPanelContent a {
	text-decoration: none;
}
.AccordionPanelContent a:hover {
	color: #F00;
}
.AccordionPanelContent ul li a {
	text-decoration: none;
	color: #666;
	font-size: 16px;
}

.AccordionPanelContent ul {
	list-style-type: none;
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 16px;
	line-height: 22px;
}
.AccordionPanelContent a {
	color: #666;
	font-size: 16px;
}h3 {
	color: #2a98c9;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
h1 {
	font-size: 18px;
	color: #666;
	font-weight: bold;
}
