@charset "UTF-8";
/* CSS Document */

#content {
	/*display: none;*/
}
.please_wait{
	width: 400px;
	height: 96px;
	position: absolute;
	top: 300px;
	left: 50%;
	margin-left: -200px;
	background-image: url(http://www.traditionsjax.com/images/please_wait.gif);
	background-position: center center;
	display: none;
}
.content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #6E7DC6;
	padding: 15px;
}

.question {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.answer {
	font-size: 24px;
	font-weight: bold;
	color: #006600;
}
h1 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #D9B872;
}
.disclaimer{
	color: #4787B2;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}