dl {padding: 0;}
dt {background: url(img/Q.gif) left top no-repeat; padding-left: 35px; height: 30px; margin: 15px 20px 0px;}
dd {background: url(img/A.gif) left top no-repeat; padding-left: 35px; padding-bottom: 0; margin: 0px 40px;}

.specialnote {color: blue;}



h3 {
	padding: 5px; 
	color: #3A53EC	 !important;
	cursor: pointer;
	text-decoration: underline;	
	font-size: 1.4em;
	margin-top: 20px;
	}

h4 {
	font-size: 1.3em;
	}

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

dt {
	font-weight: bold; 
	margin: 15px 40px 5px;
	cursor: pointer;
	text-decoration: underline;
	color: #6365A5;
	font-size: 1.3em;
}

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


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;}
	
.show {display: block;}
.hide {display: none;}	/* CSS Document */

in-page navigation menus */

ul#pagenav {
	text-align: right; 
	padding: 0;
	list-style-type: none; 
	margin: 0px 0px; 
	padding: 0; 
	}
		
	ul#pagenav li {
		display: inline; 
		margin-right: 5px; 
		line-height: 150%; 
		}

	ul#pagenav li a {padding-right: 8px; color:#4d7ec4; border-right: 1px solid #000;}
	ul#pagenav li#last {border: none;}
	ul#pagenav li#last a {border: none;}	
