a:visited {
	color:#9933FF;
}
#content {
	height:420px;
}
h1 {
	font-size:15px;
	margin:1em;
}
h3 {
	color:#0066ff;
}
#questions {
	width:48%;
	height:350px;
	float:left;
	margin:0;
	padding:0;
}
* html #questions {
	margin-left:5px;;
}
#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:44%;
	height:350px;
	margin: 0 1em;
	padding:0;
	overflow:auto;
}
#answers div {
	height:90%;
}
.hidediv {
	display:none;
}