@charset "UTF-8";
/* CSS Document */

#list3 h3 {
	background:url(images/bg-accordion-dark.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #0c0d12;
	border: 1px solid #373942;
	font-size: 1.15em;
	font-weight: normal;
	padding: 7px;
	margin-bottom: 0px;
}

#list3 h3.selected {
	background:url(images/bg-accordion-light.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #4d5990;
	border: 1px solid #434a6e;
	/* color: #ffc24a; */
	font-size: 1.15em;
	font-weight: normal;
	padding: 7px;
}

#list3 div {
	background:url(images/bg-accordion-content.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #043059;
	font-size:1em;
	padding: 7px;
	margin-top;0px;
	margin-bottom: 7px;
	border-left: 1px solid #434a6e;
	border-right: 1px solid #434a6e;
	border-bottom: 1px solid #434a6e;
}

#list3 p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
	/*color: #b7b7b7;*/
	font-size: .95em;
}

#list3 .subH3 {
	font-size: .75em;
}
