@charset "utf-8";
/* CSS Document */

/* Blue Panel 220px wide */
.bluepanel220text {
	width: 198px;
	height: auto;
	color: rgb(75,116,188);
	position: relative;
	padding-top: 5px;
	background-color: #F3F7FF;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid rgb(75,116,188);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bluepanel220title {
	color: rgb(75,116,188);
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	padding-top: 8px;
}
.bluepanel220text li {
	list-style-position: inside;
	list-style-type: none;
}
.bluepanel220text h3 {
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	padding-bottom: 10px;
}
.bluepanel220text h4 {
	text-align: center;
	font-size: 18px;
	font-weight: bolder;
	line-height: 1.3em;
}
.bluepanel220text dl {
	padding-bottom: 10px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #A3B8DC;
	padding-top: 5px;
}
.bluepanel220text dt {
	line-height: 2em;
}
.bluepanel220text dl dd {
	font-size: 10px;
	margin-left: 10px;
	color: #666;
}
