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

.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: 65px;
	width: 915px;
	left: 50px;
	height: 602px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}



#MagneticFieldChange{
	position: absolute;
	top: 520px;
	width: 150px;
	left: 0px;
	height: 40px;
}

#MagneticDirectionChange{
	position: absolute;
	top: 560px;
	width: 150px;
	left: 0px;
	height: 40px;
}

#RailSeparationChange{
	position: absolute;
	top: 520px;
	width: 150px;
	left: 150px;
	height: 80px;
}

#VoltageChange{
	position: absolute;
	top: 520px;
	width: 150px;
	left: 306px;
	height: 40px;
}

#BatteryDirectionChange{
	position: absolute;
	top: 560px;
	width: 150px;
	left: 306px;
	height: 40px;
}

#MassChange{
	position: absolute;
	top: 520px;
	width: 150px;
	left: 458px;
	height: 40px;
}

#ResistanceChange{
	position: absolute;
	top: 560px;
	width: 150px;
	left: 458px;
	height: 40px;
}


#DropMetalButton{
	position: absolute;
	top: 500px;
	width: 290px;
	left: 610px;
	height: 100px;
	cursor: pointer;
}


#SystemMessage{
	position: absolute;
	top: 20px;
	width: 600px;
	left: 200px;
	height:50px;
	padding: 15px;
	background-color: #c0c0c0;
}

#BeginButton{
	position: absolute;
	top: 275px;
	left: 375px;
	width: 150px;
	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{
	
}



