@charset "utf-8";
h3 {
	padding: 3px;
	color: #3D5C27 !important;
	cursor: pointer;
	text-decoration: underline;
	}

dl {padding: 0 0 10px 20px;}

	dt:before {
	content: "Q";
	font-size: 1.3em;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 7px;
	padding: 2px 7px 5px;
	color: #3D5C27;
	background-color: #FFD87D;
	font-weight: normal;
	margin-left: -35px;
	position: relative;
	top: 0px;
	text-decoration: none;
	font-style: normal;
	}

dt {
	font-weight: bold;
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: underline;
	color: #34689A;
}


dd {
	margin: 25px 70px 0px;
	padding-bottom: 12px;
	line-height: 150%;	
	}
	
	dd:before {
		content: "A";
		font-size: 1.3em;
		font-family: Georgia, "Times New Roman", Times, serif;
		margin-right: 7px;
		padding: 3px 9px;
		color: #4d7ec4;
		background-color: #FFD87D;
		
		margin-left: -38px;
		position: relative;
		top: 10px;
	}
	
	dd p:first-child {display: inline;} /* this makes it so that the first paragraph within a dd will float up next to the A */

p {line-height: 150% !important;}

#hideShow {
	position:absolute;
	left:369px;
	top:12px;
	width:268px;
	height:23px;
	z-index:2;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.5em;
	font-style: normal;
}
	
.show {display: block;}
.hide {display: none;}	
