#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: 390px;
	left: 312px;
}

#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;
}

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


#FormArea{
	position: absolute;
	width: 920px;
	top: 100px;
	left: 0px;
	height: 300px;
	
}

#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: 440px;
	left: 0px;
	height: 50px;
	text-align: right;
}

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

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

#SubmitButton{
	position: absolute;
	bottom: 150px;
	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: 500px;
	left: 200px;
	height: 210px;
	border: black;
	border-style: solid;
	border-width: 3px;
}

td{
	width: 245px;
	height: 50px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	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;
}

#AllButtons{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 950px;
	height: 600px;
}

#ZeroButton{
	position: absolute;
	left: 350px;
	top: 150px;	
}

#OneButton{
	position: absolute;
	left: 400px;
	top: 150px;	
}

#TwoButton{
	position: absolute;
	left: 450px;
	top: 150px;	
}

#ThreeButton{
	position: absolute;
	left: 500px;
	top: 150px;	
}

#FourButton{
	position: absolute;
	left: 550px;
	top: 150px;	
}

#FiveButton{
	position: absolute;
	left: 600px;
	top: 150px;	
}

#SixButton{
	position: absolute;
	left: 650px;
	top: 150px;	
}

#SevenButton{
	position: absolute;
	left: 700px;
	top: 150px;	
}

#EightButton{
	position: absolute;
	left: 750px;
	top: 150px;	
}

#NineButton{
	position: absolute;
	left: 800px;
	top: 150px;	
}

#HunsButton{
	position: absolute;
	left: 450px;
	top: 25px;	
}

#TensButton{
	position: absolute;
	left: 500px;
	top: 25px;	
}

#OnesButton{
	position: absolute;
	left: 550px;
	top: 25px;	
}

#DeciButton{
	position: absolute;
	left: 610px;
	top: 25px;	
}

#DeciTwoButton{
	position: absolute;
	left: 660px;
	top: 25px;	
}

#ZoomButton{
	position: absolute;
	left: 350px;
	top: 20px;
	width: 75px;
	height: 75px;	
}

#EnterButton{
	position: absolute;
	left: 800px;
	top: 25px;
	height: 75px;
	width: 100px;
}

.NumberButton{
	height:  60px;
	width: 40px;
}

.DisplayButton{
	height:  60px;
	width: 40px;
}
.InvisibleButton{
	
}
