h3
{
	margin-left: 20px;
	margin-bottom: 15px;
}

#toggleLnks
{
	margin-left: 20px;
	margin-top: 0 !important;
	margin-bottom: 40px;
}

#pageHeader
{
	margin-bottom: 0px;
}

li
{
	padding: 2px 0;
}

dt
{
	font-weight: bold; 
	margin: 15px 60px 5px;
	cursor: pointer;
	text-decoration: underline;
	color: #fff;
	width: 530px;
	border-top: 0;
}

dt:before
{
	content: "Q";
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
	padding: 2px 6px 5px;
	color: #FFD87D;
	background-color: #BD4A18;
	font-weight: normal;
	
	margin-left: -35px;
	position: relative;
	top: 10px;
}

dd
{
	margin: 25px 26px 0 100px;
	padding-bottom: 12px;
	line-height: 150%;
	border-top: 0;
}
	
dd:before
{
	content: "A";
	font-size: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
	padding: 2px 9px;
	color: #752E0F;
	background-color: #FFD87D;
	
	margin-left: -38px;
	position: relative;
	top: 10px;
}

p
{
	line-height: 150%;
}
	
.show
{
	display: block;
}

.hide
{
	display: none;
}

#manualInfo
{
	margin-left: 70px;
}
