#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: 300px;
}




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

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

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

.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: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#PersonName{
	position: absolute;
	top: 225px;
	left: 10px;
	width: 430px;
	height: 40px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: right;
}

#StudentName{
	position: absolute;
	top: 225px;
	left: 450px;
	width: 430px;
	height: 25px;
	
}


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

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

#AnswerChoice2{
	position: absolute;
	top: 450px;
	left: 250px;
}

#AnswerChoice3{
	position: absolute;
	top: 450px;
	left: 475px;
}

#AnswerChoice4{
	position: absolute;
	top: 450px;
	left: 700px;
}

.AnswerChoice{
	height: 100px;
	width: 200px;
}



.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{


}

#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: 90px;
	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;
}


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

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


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

#AvailableLanguages{
	position: absolute;
	top: 380px;
	left: 20px;
	width: 300px;
}

#Language1{
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
}

#Language2{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 300px;
}

#Language3{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 300px;
}

#Language4{
	position: absolute;
	top: 120px;
	left: 0px;
	width: 300px;
}

