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

#VectorA{
	position: absolute;
	top: 50px;
	width: 400px;
	left: 25px;
	height: 50px;
}

#VectorB{
	position: absolute;
	top: 110px;
	width: 400px;
	left: 25px;
	height: 50px;
}

#ActualQuestion{
	position: absolute;
	top: 270px;
	width: 300px;
	left: 25px;
	height: 50px;
}

#SetAnswerAsVector{
	position: absolute;
	top: 400px;
	left: 25px;
	width: 150px;
	height: 50px;
}

#SetAnswerAsScalar{
	position: absolute;
	top: 400px;
	left: 250px;
	width: 150px;
	height: 50px;
}

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

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

#AX{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 50px;
	height: 50px;
}

#AY{
	position: absolute;
	top: 0px;
	left: 135px;
	width: 50px;
	height: 50px;
}

#AZ{
	position: absolute;
	top: 0px;
	left: 245px;
	width: 50px;
	height: 50px;
}

#AS{
	position: absolute;
	top: 0px;
	left: 175px;
	width: 50px;
	height: 50px;
}

#ToggleAdditionButton{
	position: absolute;
	top: 150px;
	left: 450px;
	width: 150px;
	height: 50px;
}

#ToggleSubtractionButton{
	position: absolute;
	top: 225px;
	left: 450px;
	width: 150px;
	height: 50px;
}

#ToggleMultiplicationButton{
	position: absolute;
	top: 290px;
	left: 450px;
	width: 150px;
	height: 50px;
}

#ToggleDivisionButton{
	position: absolute;
	top: 355px;
	left: 450px;
	width: 150px;
	height: 50px;
}

#ToggleDotProductButton{
	position: absolute;
	top: 420px;
	left: 450px;
	width: 150px;
	height: 50px;
}

#ToggleCrossProductButton{
	position: absolute;
	top: 485px;
	left: 450px;
	width: 150px;
	height: 50px;
}


#SubmitButton{
	position: absolute;
	top: 0px;
	left: 350px;
	width: 75px;
}


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

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

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

#ReTryButton{
	position: absolute;
	top: 525px;
	left: 375px;
	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;
}

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

.InvisibleButton{
	
}



