#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: 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;
	display: none;
}


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

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

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

#StartButton{
	position: absolute;
	top: 100px;
	left: 650px;
	width: 196px;
	height: 40px;
	cursor: pointer;
}

#ResetButton{
	position: absolute;
	top: 200px;
	left: 650px;
	width: 196px;
	height: 40px;
	display: none;
	cursor: pointer;
}

#SpeedButtons{
	position: absolute;
	top:480px;
	left:25px;
	cursor: pointer;
}
#SpeedDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#SpeedDownSmallButton{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#SpeedUpSmallButton{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#SpeedUpButton{
	position: absolute;
	top: 0px;
	left: 150px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#MassButtons{
	position: absolute;
	top:480px;
	left:675px;
	cursor: pointer;
}
#MassDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#MassDownSmallButton{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#MassUpSmallButton{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#MassUpButton{
	position: absolute;
	top: 0px;
	left: 150px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#WarpButtons{
	position: absolute;
	top:480px;
	left:350px;
	cursor: pointer;
}
#WarpDownButton{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#WarpDownSmallButton{
	position: absolute;
	top: 0px;
	left: 50px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#WarpUpSmallButton{
	position: absolute;
	top: 0px;
	left: 100px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}

#WarpUpButton{
	position: absolute;
	top: 0px;
	left: 150px;
	width: 50px;
	height: 100px;
	cursor: pointer;
}


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

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

}





