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

#OverviewPicture{
	position: absolute;
	top: 375px;
	left: 300px;
}


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

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	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: 900px;
	left: 50px;
	height: 600px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

#SystemMessage{
	position: absolute;
	top: 200px;
	width: 860px;
	left: 20px;
	height:40px;
}

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

#PersonName{
	position: absolute;
	top: 200px;
	left: 100px;
	width: 700px;
}

#OnButton{
	position: absolute;
	top: 425px;
	left: 265px;
	width: 60px;
	height:100px;
	
}

#LapButton{
	position: absolute;
	top: 425px;
	left: 75px;
	width: 60px;
	height: 100px;
	
}


#StopStartButton{
	position: absolute;
	top: 425px;
	left: 170px;
	width: 60px;
	height: 100px;
}

#SpaceForAnswer{
	position: absolute;
	top: 300px;
	width: 500px;
	left: 400px;
	height: 275px;
}

#AnswerTitle{
	position: absolute;
	width: 500px;
	top: 10px;
}

#DirectionsforSub{
	position: absolute;
	width: 500px;
	top: 60px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 500px;
	top: 150px;
	left: 0px;
}

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

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

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 250px;
	width: 250px;
	height: 50px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 250px;
	left: 0px;
	height: 40px;
	text-align: center;
	margin-bottom: 25px;
	border: 4px solid Black;
	padding: 10px 10px;
}

.FormInputsSmall{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 75px;
	left: 0px;
	height: 35px;
	text-align: center;
	margin-bottom: 25px;
	border: 4px solid Black;
	padding-bottom: 5px;;
}

#SubmitButton{
	position: absolute;
	bottom: 0px;
	right: 175px;
	width: 150px;
}

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

.InvisibleButton{
	
}





