/* CSS Document */

/* hide from ie on mac \*/
html {
height: 100%;
overflow: auto;
}
#evalArea{
	padding:20px;
	width:800px;
	display:none;
	background: #fff;
	text-align:left;

}
#answerKey td{
	width:100px;
}
body {
}
#flashcontent {
	margin: 0 auto;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	
	/*width: 970px;
	height: 600px;*/
	/*border-left: 1px #999 solid;*/
	/*text-align: center;*/
	/*height: 100%;
	width:  100%;*/
	/*display:none;*/
}

#impBorder {
	width: 970px;
	border-right: 2px #330000 solid;
	border-left: 2px #330000 solid;
	border-bottom: 2px #330000 solid;
	margin: 0 auto;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	height: 600px;
	/*border-left: 1px #999 solid;*/
	text-align: center;
}
/* end hide */

body {
text-align: center;
height: 100%;
margin: 0;
padding: 0;
background: #6C2923;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p{
	margin-top:0;
}

h1, h2{
font-size:16px;
font-weight:bold;
}


h2 div{
	font-size:14px; font-weight:normal; font-style:italic;
}

table{
	width:auto;
}


.clear{
	clear:both;
}


.header1 {
font-size:16px;
font-weight:bold;
}

.header2 {
	font-size:14px; font-weight:normal; font-style:italic;
}




.questionContainer{
	margin-bottom:10px;
	clear:both;
}
.questionContainer textarea{
	width:740px;
	height:50px;
}
.optionQuestion{
	float:left;
	width:600px;
}
.textareaQuestion{
	margin-bottom:0;
}
.optionsContainer{
	float:right;
	width:170px;
}
.textareaContainer{


}

#flashArea {
}