div#faq {
	text-align: left;
	margin-left:20px;
	margin-right:40px;
}

p.faq {
	font-family:'Arial', Times, serif;
	font-size:14px;
	font-weight:bold;
	color:#367737;
	text-align:justify;
}
p.answer
{
	 font-family:'Arial', Times, serif;
	 font-size:12px;
	 font-weight:normal;
	 text-align:justify;
	 color:#35507b;
	 line-height:18px;
}

div#faq_image {
	float: left;
	text-align:center;
	margin: 0 20px 5px 0;
}

div#faq_image img {
	border: 3px solid #367737;
}

div#faq_image h3 {
	padding: 0;
	color: #1C406F;
	margin: 0;
}

ul#faq_list, ul#faq_list li {
	margin: 0 10px;
	display: inline;
}

ul#faq_list a:link,
ul#faq_list a:visited, 
ul#faq_list a:hover {
	color: #1C406F;
	text-decoration: none;
	border-bottom: 1px #1C406F dotted;
}

ul#faq_list a:hover, ul#faq_list a.current {
	border-bottom: 1px #1C406F solid;
}

ul#faq_list a.current { cursor: default; }
