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

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




#LabDirections{
	position: absolute;
	top: 25px;
	left: 50px;
	width: 800px;
}

.InLabDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#990000;
	text-align: center;
}



.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:16px;
	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: 0px;
	width: 925px;
	left: 50px;
	height: 602px;
	border: black;
	border-style: dashed;
	border-width: 5px;
}

.smallbutton{
	height: 30px;
	width: 100px;
	background-color: #AAAAAA;
	border: 1px #990000 solid;
	border-radius: 5px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}

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

#SimpleDirections{
	position: absolute;
	top: 180px;
	left: 25px;
	width: 400px;
	text-align: center;
}

.Button{
	height: 45px;
	padding-top: 5px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#990000;
}

.InvisibleButton{
	

}

#Capacitor{
	position: absolute;
	left: 450px;
	bottom: 125px;
	width: 125px;
	height: 275px;
}

#PowerButton{
	position: absolute;
	left: 90px;
	bottom: 30px;
	width: 40px;
	height: 80px;
}

#VoltageUpButton{
	position: absolute;
	left: 235px;
	bottom: 100px;
	width: 50px;
	height: 50px;
}

#VoltageDownButton{
	position: absolute;
	left: 290px;
	bottom: 100px;
	width: 50px;
	height: 50px;
}

#MoveRightButton{
	position: absolute;
	left: 750px;
	top: 215px;
	width: 150px;
	height: 50px;
}

#MoveLeftButton{
	position: absolute;
	left: 750px;
	top: 290px;
	width: 150px;
	height: 50px;
}


.PopOutSection{
	top:0px;
	width:230px;
	height:150px;
}

#BackToMain{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#990000;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	visibility: hidden;
}

#SeparationArea{
	position: absolute;
	left: 0px;
}

#AreaArea{
	position: absolute;
	left: 233px;
}

#FieldArea{
	position: absolute;
	left: 466px;
}

#ChargeArea{
	position: absolute;
	left: 699px;
}

#SpaceForAnswer{
	position: absolute;
	top: 50px;
	width: 900px;
	height: 500px;
	left: 10px;
	background: #EEEEEE;
	visibility: hidden;
}

#AnswerTitle{
	position: absolute;
	width: 900px;
	top: 25px;
}

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

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

#FormQuestions{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 455px;
	height: 200px;
}

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

.FormText2{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
	width: 445px;
	left: 0px;
	height: 75px;
	text-align: left;
}

#FormAnswers{
	position: absolute;
	top: 0px;
	left: 470px;
	width: 445px;
	height: 300px;
}

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

#SubmitButton{
	position: absolute;
	bottom: 25px;
	right: 375px;
	width: 150px;
}
