@charset "utf-8";
/* CSS Document */
	.pageContent {
	width: 215px;
	margin-bottom: 30px;
}
	.accordion {
	list-style-type: none;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	line-height: 17px;
}
	.link1 {
	color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
	a.link1:link {
	color: #003366;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: -10px;
	margin-top: -5px;
}
	a.link1:visited {
	color: #003366;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: -10px;
}
	a.link1:active {
	color: #003366;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: -10px;
}
	a.link1:hover {
    color: #990000;
	text-decoration: underline;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: -10px;
}
	.accordion ul {
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
}
	.accordion li {
	cursor: auto;
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #0378b3;
}
	.accordion li.active>a {
}
	.accordion li div {
	padding: 10px;
	clear: both;
	float: left;
	width: 193px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	display: block;
}
	.accordion a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;
	display: block;
	cursor: pointer;
	border-bottom-color: #CCCCCC;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 2em;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
	/* Level 2 */
	.accordion li ul li {
	font-size: 12px;
	background-color: #025075;
	font-family: Tahoma;
}

