.question {
	font-weight: bold;
	margin-bottom: 5px;
	color: #BA0001;
}

.answer {
	margin: 5px 0 15px 0;
	display: none;
}

h2#sectionTitle {
	margin-bottom: 			0;
}

div#content {
	width: 					796px;
	height: 				677px;
	background-image:		url(../images/recall/notebook.jpg);
	position: 				relative;
}

div#content h3 {
	position: 				absolute;
	width: 					400px;
	height: 				75px;
	top:					70px;
	left: 					250px;
	font-weight: 			bold;
	text-transform: 		uppercase;
	font-size:				1.3em;
}

div#content a {
	color: 					#ba0001
}

div#content a:hover {
	text-decoration: 		none;
}

div.scroller {
	position: 				absolute;
	width: 					442px;
	height: 				595px;
	padding-right: 			25px;
	overflow: 				auto;
	left: 					250px;
	top:					50px;
	font-size: 1.2em
}

div.scroller ul {
	list-style: disc outside;
	margin-left: 20px;
	padding: 0 20px;
}

div.scroller ul li {
	margin-top: 10px;
}

div.scroller p,
div.scroller h4 {
	font-size: 				1.2em;
	margin-bottom:			1.2em;
}

div.scroller h4 {
	font-weight: 			bold;
}
