#sidebar{
	display: none;
}


.faq {
	margin: 10px 0px;
	}

.faq dd, .faq dt {
	margin: 0;
	padding: 0;
	}

.faq dt {
	background: #CFCFCF url(dt.gif) no-repeat 10px 13px;
	border-top: 1px solid #B4B4B4;
	border-bottom :1px solid #B4B4B4;
	cursor: pointer;
	margin: 20px 0 0;
	text-decoration: none;
	padding: 10px 15px 10px 35px;
	min-height: 1px;
}

* html .faq dt {
	height: 1px;
	}

html .faq dt:hover, html .faq dt.hover, .faq .open {
	background-color: #e6e6e6;
	border-bottom: solid 1px #c5c5c5;
	border-top: solid 1px #c5c5c5;
	}
	
.faq dd {
	display: none;
	padding: 10px 30px 20px 35px;	
	margin: 0px 0 20px 0;
	color: #666;
	background: #f6f6f6 url(dd.gif) no-repeat 10px 13px;
	border-bottom: 1px solid #cfcfcf;
	border-top: none;
	}

/* .faq dt span {
	font-weight: bold;
	width: 100px;
	float: left;
  	text-decoration: none;
} 

* html .faq dt {
	height: 1px;
	}


.faq dt.open {
	margin-bottom: 0;
	border: 1px solid #e6f3f9;
	background-color: #f2f9fc;
	}

html .faq dt.open:hover, html .faq dt.open.hover {
	color: #003684;
	}



	
* html .faq dd {
	height: 1px;
	}

*/
