/* These styles are specific to faq.html */

#content {
	width: 909px;
	font-size: 12px;
	padding: 0 20px 0 21px;
}

#content a {
	color: #006a71;
	font-weight: bold;
	text-decoration: underline;

}

#content a:hover {
	color: #ec9d30;
}

#content ol {
	color: #006a71;
	margin-left: 25px;

}

#content .question {
	color: #006a71;
	font-weight: bold;
}

#content .answer {
	color: #ec9d30;
	font-style: italic;
}

#content .answer a {
	color: #ec9d30;
}

#content .answer b {
	color: #ec9d30;
	font-weight: bold;
}

#content .answer ol {
	color: #ec9d30;
}

#content .backToTop {
	color: #999999;
	font-size: 10px;
	float: right;

}

#content .backToTop img{
	margin-left: 2px;

}

#footer {
	margin-bottom: 300px;

}
