.header {
	font-size: 300%;
	font-weight: bold;
	text-align: center;
	color: #B80000;
}
.footer {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding: 2em;
	color: #B80000;
}

#questionsTree {
	background-color: #FFF2E5;
	border: thin groove #FF6B6B;
	padding: 1em;
}

#questionsTree a{
	font-variant: small-caps;
	font-weight: bolder;
	text-decoration: none;
	text-align: center;
	color: #300000;
	background-color: transparent;
	margin-bottom: 1em;
	cursor: hand; cursor: pointer;
}
#questionsTree a:hover{
	text-decoration: none;
	text-align: center;
	color: #900000;
	padding: 1px;
	margin-bottom: 1em;
	width: 9ex;
	cursor: hand; cursor: pointer;
}

.questionPane {
	background-color: #FFF2E5;
	border: thin groove #FF6B6B;
	padding: 1em;
	text-align: center;
}

.question {
	font-variant: small-caps;
	font-weight: bolder;
	font-size: 120%;
	text-align: left;
	text-indent: 5ex;
}

.prompt {
	margin: 1em;
	padding: 0.5em;
	word-spacing: normal;
	background-color: #FFEFEF;
	border: thin groove #FF9933;
	cursor: hand; cursor: pointer;
}

.prompt input{
	clear: right;
	margin-left: 1em;
	cursor: hand; cursor: pointer;
}

.option {
	display: inline;
}

.assistanceBar {
	margin: 1em;
	text-align: center;
	display: none;
}

.navigationBar {
	margin: 1em;
	text-align: center;
	display:none;
}

.assistanceBar .item {
	text-decoration: none;
	color: #B80000;
	background-color: #F9EBDD;
	padding: 1px;
	cursor: hand; cursor: pointer;
}

.navigationBar .item {
	text-decoration: none;
	font-weight: bolder;
	padding: 0.4em;
	color: #FFFFFF;
	background-color: #B80000;
	width: 9ex;
	cursor: hand; cursor: pointer;
}

.report {
	position:absolute;
	text-align: center;
	z-index:1000;
	top:5em;
	left: 50%;
	margin-left: -20em;
	width: 40em;
	background-color: #C9BBAD;
	display: none;
	opacity:0.0;
	filter:alpha(opacity=00);
	border: thin groove #FF9933;
	padding: 1em;
}

.show {
	display: block;
}

.hide {
	display: none;
}

#overlay {
	display:none;
	position:absolute;
	opacity:0.6;
	filter:alpha(opacity=60);
	z-index:999;
	top:0;
	left:0;
	background:#000;
}

h1 {
	font-size: 200%;
	font-weight: bolder;
}

h2 {
	font-size: 160%;
	margin-top: 0.5em;
	border-top: #555555 thin solid;
	font-weight: bolder;
	font-variant: small-caps;
}

h3 {
	font-size: 120%;
	margin-top: 0.2em;
}

.remedy {
	background-color: #C9CCAD;
	font-style: italic;
	padding: 0.3em;
}
.redFlag{
	background-color: #E9BBAD;
	padding: 0.3em;
}

h2, h3, h4 {
	text-align: left;	
}

