@font-face{
        font-family:roboto_condensed_bold;
		src:url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.eot);
		src:url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.eot?#iefix) format('embedded-opentype'),
		    url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.woff2) format('woff2'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.woff) format('woff'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.ttf) format('truetype'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Bold-webfont.svg#roboto_condensedbold) format('svg');
		font-weight:400;
		font-style:normal
}
@font-face{
        font-family:roboto_condensed_regular;
		src:url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.eot);
		src:url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.eot?#iefix) format('embedded-opentype'),
		    url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.woff2) format('woff2'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.woff) format('woff'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.ttf) format('truetype'),
			url(../fonts/RobotoCondensed/RobotoCondensed-Regular-webfont.svg#roboto_condensedregular) format('svg');
		font-weight:400;
		font-style:normal
}
body {
		font-family: roboto_condensed_regular;
		font-size: 12px;
}
#thebody {
	width: 670px;
}
#calendar{
	background-image: url("../img/calendar.png");
	width: 100px;
	height: 100px;
	display: block;
	float: left;
}
#banner{
	background-image: url("../img/banner.png");
	width: 100%;
	height: 100px;
	display: block;
	float: left;
}
#outquestion1{

	padding-top: 3px;
	width: 100%;
	padding-bottom: 40px;
}
#outquestion2{

	padding-top: 3px;
	width: 100%;
	padding-bottom: 50px;
}
#hand{
	float: left;
	display: block;
}
#inquestion{
	float: left;
	display: block;
	min-height: 35px;
	width: 530px;
}
#inquestion div{
	padding-left: 5px;
	font-size: 24px;		
}
#intro{
	font-size: 16px;
}
#bodyquest{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 5px;
	float: left;
	display: block;
}
#quest{
	width: 450px;
	float: left;
	display: block;
}
#resp{
	width: 440px;
	float: left;
	display: block;
	padding-left: 10px;
	padding-top: 20px;
}
#resp p{
	font-size: 16px;
}
#qimage{
	width: 0px;
	float: left;
	display: block;
}
.imgresp{
	padding-top: 32px;
}
#navig{
	position: absolute;
	left: 315px;
	top: 400px;
	font-size: 16px;
}
.qbutton{
	font-size: 18px;		
	padding: 10px;
	cursor: pointer;
	margin-right: 10px;
	border-bottom: 1px solid #CCC;
}
.qbutton:hover{
	font-family: roboto_condensed_bold;
	background-color: #3E96BE;
	color: #fff;
}
.qbutton2{
	font-size: 18px;		
	padding: 10px;
	cursor: pointer;
	margin-right: 10px;
	border-bottom: 1px solid #CCC;
}
.qbutton2:hover{
	font-family: roboto_condensed_bold;
}
.firstrep{
	margin-top: 20px;
}
.option{
	border: 2px solid #000;
	text-align: center;
	width: 10px;
	height: 10px;
}
.optioncheck{

}
#footnotes{
	width: 100%;
	float: left;
	display: block;
	font-size: 12px;
	margin-top: 20px;
}
#bodyresp{
	width: 100%;
	padding-top: 20px;
	float: left;
	display: block;
}	
#quest p{
	font-size: 16px;
}
#arrownext{
	position: absolute;
	right: 10px;
	top: 370px;
}
#response{
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}
#response #goodbad{
	background-color: #F56426;
	color: #fff;
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	margin-right: 20px;
}
.firstline{
	margin-top: 50px;
}
.abutton{
	background-color: #1D2F43;
	color: #fff;
	font-family: Verdana;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
.abutton:visited{
	text-decoration: none;
}
.abutton:hover{
	text-decoration: none;
	background-color: #3E96BE;		
}