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

#OverviewPicture{
	position: absolute;
	top: 390px;
	left: 312px;
}




#LabDirections{
	position: absolute;
	top: 20px;
	left: 25px;
	width: 850px;
}

.Directions{
	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:14px;
	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;
	visibility: hidden;
}


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



#BeginButton{
	position: absolute;
	top: 475px;
	left: 50px;
	width: 150px;
}

#TouchButton{
	position: absolute;
	top: 475px;
	right: 50px;
	width: 150px;
}

#ControlForDesktop{
	position: absolute;
	top:0px;
	left: 0px;
	width: 540px;
	height:150px;
}

#ControlForTouch{
	position: absolute;
	top:0px;
	left: 0px;
	width: 540px;
	height:150px;
}

#AngleControlValueArea{
	position: absolute;
	top:-110px;
	left: 0px;
}

#AngleDownButton{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
}

#AngleUpButton{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
}

#AngleShowHideButton{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
}

#AngleControlValueArea2{
	position: absolute;
	top:-110px;
	left: 0px;
}

#AngleDownButton2{
	position: absolute;
	top: 0px;
	left: 15px;
	width: 60px;
	height: 80px;
	visibility: hidden;
}

#AngleUpButton2{
	position: absolute;
	top: 0px;
	left: 105px;
	width: 60px;
	height: 80px;
	visibility: hidden;
}

#AngleShowHideButton2{
	position: absolute;
	top: 110px;
	left: 0px;
	width: 175px;
	height: 40px;
}

#PersonName{
	position: absolute;
	top: 300px;
	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: 300px;
	left: 450px;
	width: 430px;
	height: 25px;
	
}

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

#KickBallButton{
	position: absolute;
	top: 500px;
	left: 50px;
	width: 100px;
	height: 100px;
}

#KickResetButton{
	position: absolute;
	top: 0px;
	left: 550px;
	width: 175px;
	height: 40px;
}

#ResetSystemButton{
	position: absolute;
	top: 100px;
	left: 100px;
	width: 700px;
	height: 400px;
	visibility: hidden;
}

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



