/* CSS Document */
#main
{
	margin-left:auto; margin-right:auto;
	width: 750px;
	height: 25px;
	background: white;
}

#faq
{
	position: relative;
	left: 250px;
	top: 10px;
	background: white;
	color: slategrey;
	text-align: left;
	font: bold 18px arial, helvetica, sans-serif; /* Font details */
	margin-bottom:10px;
}
#faq a:link {text-decoration: none;}
 
#faqa
{
	position: relative;
	width: 800px;
	left: 270px; 
	top: 10px;
	text-align: left;
	font: bold 16px arial, helvetica, sans-serif; /* Font details */
	color: slateblue;
	margin-bottom:20px;
}

#faqb
{
	display: inline;
	position: relative;
	text-align: left;
	font: bold 16px arial, helvetica, sans-serif; /* Font details */
	color: green;
	border-bottom: 3px double;
}

#faa
{
}

#faqb #faa {display: none;}
#faqb:hover #faa
{
	display: block;
	position: absolute;
	width: 800px;
	left: 20px; 
	top: 20px;
	text-align: left;
	font: 18px arial, helvetica, sans-serif; /* Font details */
	color: slategrey;
	padding: 10px;
	border-style: solid;
	border-color: slategrey;
	border-width: 4px;
	background-color:white;
	z-index: 5;
}