#faqRoot {
	width: 590px;
	margin: 0 auto;
	padding: 0;}
	
#faqindex {
	float: right;
	width: 150px;}
	
#faqindex a, #faqindex a:visited {
	text-decoration:none;
	color:#330066;}
	
#faqindex a:active, #faqindex a:hover {
	color: #000;
	border-bottom:dotted #ccc 1px;}
	
#faqindex ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: outside;
	padding-left:25px;
	line-height: 18px;
	margin-top: 5px;
	}
	
#faqindex ul li {
	color:#666666;
	white-space:nowrap;}
	
#faqindex h2 {
	padding: 0;
	margin-bottom: 0;
	border-bottom: dotted 1px #333;
	color:#330066;}
	
#faq {
	float:left;
	width: 590px;
	margin: 0 auto;
}
#faq {margin-bottom: 25px;}
#faq .faqcontent {
	margin: 0 10px 0 10px;
	}
	
#faq h2.faqopened, #faq h2.faqclosed {
	cursor: pointer;
	padding: 0 0 0 15px;
	border-bottom: dotted 1px #333;
	margin-bottom: 0;}
	
#faq h2.faqclosed:hover {color:#003399;}

#faq h2.faqclosed {
	color:#330066;
	background: transparent url(collapsed.png) no-repeat scroll 0 10px;}
#faq h2.faqopened {
	color: black;
	background: transparent url(expanded.png) no-repeat scroll 0 10px;}

