#OverviewSection{
	position: absolute;
	top: 75px;
	left: 50px;
	width: 925px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: visible;
}

#OverviewPicture{
	position: absolute;
	top: 290px;
	left: 225px;
}




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

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

/* This ID is for entire area of the program that will display as part of the simulation */

#LabSection{
	position: absolute;
	top: 75px;
	left: 0px;
	visibility: hidden;
}


#DrawingSectionOne{
	position: absolute;
	top: 0px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#FinalCertificate{
	position: absolute;
	top: 0px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
	visibility: hidden;
}

#CertificateTitle{
	position: absolute;
	top: 20px;
	width: 925px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
	
}

#PersonsName{
	position: absolute;
	top: 60px;
	width: 925px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#CompletionDate{
	position: absolute;
	top: 110px;
	width: 925px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

#FinalMessage{
	position: absolute;
	bottom: 25px;
	width: 925px;
	left: 0px;
	height: 40px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}


#DrawingSectionTwo{
	position: absolute;
	top: 650px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}




#BeginButton{
	position: absolute;
	top: 225px;
	left: 375px;
	width: 150px;
}



#NextButton{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	height: 50px;
}

#PreviousButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 50px;
}

#GraphingProgram{
	position: absolute;
	top: 450px;
	left: 0px;
	width: 920px;
	height: 50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	visibility: hidden;
}

#DescriptionPart{
	position: absolute;
	top: 25px;
	left: 25px;
	width: 850px;
	height: 400px;
}

#TopicTitle{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 850px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;	
}

#ShortDescription{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 850px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;	
}

#FindIt{
	position: absolute;
	top: 250px;
	left: 0px;
	width: 850px;
	text-align: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
}

#MathProblem{
	position: absolute;
	top: 350px;
	left: 0px;
	width: 900px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
}

#AnswerMessage{
	position: absolute;
	bottom: 10px;
	left:0px;
	width: 900px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#990000;
}

#TimerStatusButton{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 200px;
	height: 50px;
}

#PauseStatusButton{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 400px;
	height: 50px;
}




#FormArea{
	position: absolute;
	width: 920px;
	top: 250px;
	left: 0px;
	height: 250px;
	visibility: hidden;
}

#ShortMessage{
	position: absolute;
	width: 920px;
	top: 0px;
	left: 0px;
	height: 50px;
	
}

#FormQuestions{
	position: absolute;
	top: 50px;
	left: 0px;
	width: 460px;
	height: 100px;
}

.FormText{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 460px;
	left: 0px;
	height: 50px;
	text-align: right;
}

#FormAnswers{
	position: absolute;
	top: 50px;
	left: 460px;
	width: 100px;
	height: 100px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 100px;
	left: 0px;
	height: 25px;
	text-align: left;
	margin-bottom: 25px;
}

#SubmitButton{
	position: absolute;
	bottom: 50px;
	left: 385px;
	width: 150px;
}

#ReturnMessage{
	position: absolute;
	width: 900px;
	top: 350px;
	left: 0px;
	height: 150px;
	visibility: hidden;
}


#Return1{
	position: absolute;
	top: 25px;
}

#ReturnResultGood{
	position: absolute;
	top: 100px;
	visibility: hidden;
}

#ReturnResultBad{
	position: absolute;
	top: 100px;
	visibility: hidden;
}

.ReturnDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
	width: 800px;
	left: 50px;
	
}

#ResultsTable{
	position: absolute;
	top: 150px;
	width: 702px;
	left: 125px;
	height: 368px;
	border: black;
	border-style: solid;
	border-width: 3px;
}

td{
	width: 234px;
	height: 50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	border: black;
	border-style: solid;
	border-width: 3px;
}


.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	
}
