a:visited {
	color:#9933FF;
}
#content {
	height:620px;
	padding-bottom:0;
}
h1 {
	font-size:15px;
	margin:1em;
}
h3 {
	color:#0066ff;
}
#questions {
	width:572px;
	height:450px;
	float:left;
	margin:0;
	margin-bottom:3px;
	padding:0;
}
* html #questions {
	margin-left:5px;
	width:567px;
	height:510px;
}
#questions ul {
	width:100%;
	height:100%;
	list-style:none;
	font-weight:bold;
	overflow:auto;
	padding:0;
	margin:0;
}
#questionlist li {
	width:95%;
	margin:.5em .5em .5em 1.2em;
	cursor: pointer;
	font-size:8pt;
}
* html #questionlist li {
	width:91%;
	margin:.5em;
}
#questionlist li:hover, #questionlist li.over {
	text-decoration:underline;
}
.faqbody {
	margin:1em;
	font-size:small;
	font-weight:bold;
	line-height:1.5em;
}
#answers h3 {
	margin:.8em;
	font-size:12pt;
	color:blue;
	font-weight:bold;
}
#answers {
	width:420px;
	height:450px;
	margin: 0 ;
	padding:0;
	overflow:auto;
}
#answers div {
	height:90%;
}
.hidediv {
	display:none;
}
#footer {
	margin-top:15em;
}
* html #footer {
	margin-top:25em;
}
