#OverviewSection{
	position: absolute;
	top: 150px;
	left: 50px;
	width: 915px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	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;
}

.FinalDirections{
	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:16px;
	color:#000000;
	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;
	display: none;
}


#DrawingSectionOne{
	position: absolute;
	top: 65px;
	width: 915px;
	left: 50px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}



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

#ChangeWhatMeasure{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 400px;
	height: 50px;
}

#ChangeTube{
	position: absolute;
	top: 0px;
	left: 650px;
	width: 50px;
	height: 450px;
}


#StartButton{
	position: absolute;
	top: 255px;
	left: 420px;
	width: 150px;
	height: 45px;
	display: none;
	cursor: pointer;
}

#ResetButton{
	position: absolute;
	top: 345px;
	left: 480px;
	width: 150px;
	height: 260px;
	visibility: hidden;
	cursor: pointer;
}



#ControlValueArea{
	position: absolute;
	top:500px;
	left: 80px;
}

#HeightDownButton{
	position: absolute;
	top: 0px;
	left: 22px;
	width: 60px;
	height: 80px;
	cursor: pointer;
}

#HeightUpButton{
	position: absolute;
	top: 0px;
	left: 122px;
	width: 60px;
	height: 80px;
	cursor: pointer;
}

#MessageToUser{
	position: absolute;
	top: 25px;
	left: 465px;
	width: 400px;
	height: 175px;
}

/* Stuff for the form for entering answers */
#FinishedButton{
	position: absolute;
	top:550px;
	right:30px;
	height:25px;
	width:100px;
	display: none;
}

#SpaceForAnswer{
	position: absolute;
	top: 0px;
	width: 900px;
	left: 0px;
	height: 600px;
}

#SystemMessageForQuestions{
	position: absolute;
	top: 25px;
	width: 850px;
	left: 25px;
	height: 200px;
}

#AnswerTitle{
	position: absolute;
	width: 900px;
	top: 250px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 900px;
	top: 290px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 900px;
	top: 340px;
	left: 0px;
}

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 440px;

}

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

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 450px;
	width: 220px;
	height: 200px;
}

.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: 15px;
}

#SubmitButton{
	position: absolute;
	bottom: 25px;
	left: 600px;
	width: 100px;
	width: 130px;
}

#ReturnButton{
	position: absolute;
	bottom: 25px;
	left: 300px;
	width: 180px;
	cursor: pointer;
}

.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;
	cursor: pointer;
}



.InvisibleButton{
	
}



