body{
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:950px;
	padding-bottom: 50px;
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
}

#ProgramTitle{
	position: absolute;
	top: 25px;
	width: 950px;
	height: 35px;
	text-align: center;
}

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#E75A28;
	text-align: center;
}

.MediumTitles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#E75A28;
	text-align: center;
}

.directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#000000;
	text-align: center;
}

#DrawingSectionOne{
	position: absolute;
	top: 75px;
	width: 950px;
	left: 0px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#SystemMessage{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 950px;
}

#AnswerArea{
	position: absolute;
	top: 100px;
	width: 550px;
	left: 400px;
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	display: block;
}

#SubmitButton{
	position: absolute;
	top: 23px;
	right: 15px;
}

.button{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#E75A28;
	text-align: center;
	width: 100px;
	height: 25px;
	background-color: #EEEEEE;
	border: solid 2px #E75A28;
	border-radius: 5px;
	padding-top: 10px;
	padding-bottom: 05px;
}

input{
	width: 400px;
	height: 45px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#E75A28;
	border: 2px solid #E75A28;
	padding-left: 10px;
}

#CorrectAnswerArea{
	position: absolute;
	top: 100px;
	left: 400px;
	width: 550px;
	margin-left: auto;
	height: 100px;
	text-align: center;
	display: none;
}

#TextbookAnswer{
	position: absolute;
	top: 25px;
	left: 0px;
	width: 550px;
	text-align: left;
	display: block;
}

#SubmittedAnswer{
	position: absolute;
	top: 75px;
	left: 0px;
	width: 550px;
	text-align: left;
	display: block;
}

.answertitle{
	position: absolute;
	text-align: right;
	width: 150px;
}

.actualanswer{
	position: absolute;
	left: 175px;
	text-align: left;
	width: 400px;
}

#NextButton{
	position: absolute;
	top: 125px;
	left: 200px;
	width: 100px;
	text-align: center;
	display: block;
}

#LinkArea{
	position: absolute;
	top: 700px;
	left: 300px;
	width: 400px;
	text-align: left;
	display: block;
}

li{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#000000;
	padding-bottom: 10px;
}

#PreviousAnswers{
	position: absolute;
	top: 275px;
	left: 375px;
	width: 550px;
	text-align: left;
	display: block;
}


