﻿#faqquestions 
{
	clear: both;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	padding: 10px;
	background-color: #e1f2ec;
	border: solid 1px #cce9df;
}

#faqquestions li {
	margin: 0;
	padding: 0.2em 0 0.2em 0;
	font-size: 110%;
}

#faqquestions span.questionletter {
	font-weight: bold;
}

#answers {
	list-style: none;
	margin: 0;
	padding: 0;
}

#answers li {
	margin: 0;
	padding: 0.5em 0 0.5em 0;
	text-align: left;
}

#answers span.questionletter {
	font-weight: bold;
}

#answers span.answerletter {
	font-weight: bold;
}

#answers h3 {
	font-size: 100%;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#answers p {
	padding: 0;
	margin: 5px 0 0.5em 0;
}

#maincontentarea
{
	width: 420px;
}

#faqquestions a 
{
    color: #000;
    text-decoration: underline;
}

#faqquestions a:hover 
{
    text-decoration: none;
    font-weight: bold;
}

#faqquestions a:active, #faqquestions a:focus
{
    color: #FFF;
    background-color: #000;
    text-decoration: none;
    font-weight: bold;
}
