/* 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: 50px;
	left: 10px; 
	top: 0px;
	text-align: left;
	font: bold 16px arial, helvetica, sans-serif; /* Font details */
	color: slateblue;
	margin-bottom: 0px;
}

#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: 125px;
	left: -10px; 
	top: 15px;
	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;
}

#faa a:link, #faa a:visited {
	color: slategrey;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	}
