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

/* 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;
}



/*All this is for the main playing board screen */

#ProgramHolderFull{
	position: relative;
	top: 50px;
	height: 570px;
	width: 1000px;
	text-align: center;
}

#TopOfPage{
	position: absolute;
	top: 10px;
	height: 45px;
	width: 1000px;
}

.titletext{
	text-align: center;
	font-family: Georgia;
	font-size: xx-large;
	color: #990000;
}

.subtitletext{
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}



#ColorControlRegion{
	position: absolute;
	top: 10px;
	width: 500px;
	height: 450px;
}

.colorcontrols{
	width: 480px;
	border-style: solid;
	border-color: black;
	height: 120px;
	background-color: rgb(200,200,200);
	border-radius: 25px;
}

#RedControls{
	position: absolute;
	top: 10px;
}

#GreenControls{
	position: absolute;
	top: 140px;
}

#BlueControls{
	position: absolute;
	top: 270px;
}

.colortext{
	position: absolute;
	top: 5px;
	width: 100%;
	height: 25px;
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}

.downarrow{
	position: absolute;
	top: 35px;
	width: 28px;
	height: 42px;
	left: 120px;
}

.downarrow10x{
	position: absolute;
	top: 20px;
	width: 56px;
	height: 84px;
	left: 15px;
}

.uparrow{
	position: absolute;
	top: 35px;
	width: 28px;
	height: 42px;
	left: 310px;
}

.uparrow10x{
	position: absolute;
	top: 20px;
	width: 56px;
	height: 84px;
	left: 405px;
}


.percentcolor{
	position: absolute;
	top: 50px;
	width: 80px;
	height: 25px;
	left: 200px;
	text-align: center;
	font-family: Georgia;
	font-size: x-large;
	color: black;
}

.colorsayings{
	position: absolute;
	top: 90px;
	width: 300px;
	height: 25px;
	left: 90px;
	text-align: center;
	font-family: Georgia;
	font-size: large;
	color: black;
}

.button{
	width: 200px;
	height: 40px;
	border-style: solid;
	border-color: #990000;
	background-color: #CCCCCC;
	border-radius: 5px;	
}

#CheckButton{
	position: absolute;
	top: 20px;
	left: 765px;	
}

#NextColorButton{
	position: absolute;
	top: 20px;
	left: 765px;	
}

#RestartButton{
	position: absolute;
	top: 20px;
	left: 765px;
}

#ColorSlideRegion{
	position: absolute;
	top: 10px;
	width: 230px;
	height: 450px;
	left: 500px;
}

.colorslides{
	width: 225px;
	height: 200px;
	background-color: rgb(255,255,255);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#YourColor{
	position: absolute;
	top: 10px;
	left: 10px;
}

#MatchColor{
	position: absolute;
	top: 220px;
	left: 10px;
}


.colorboxes{
	position: absolute;
	top: 35px;
	left: 25px;
	width: 170px;
	height: 140px;
	background-color: rgb(0,0,0);
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#BottomOfPageRegion{
	position: absolute;
	top: 170px;
	width: 250px;
	height: 220px;
	left: 750px;
}

#ScoreBox{
	position: absolute;
	top: 40px;
	height: 200px;
	width: 240px;
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#Score{
	position: absolute;
	top: 10px;
	height: 35px;
	width: 100%;
}

#RoundPoints{
	position: absolute;
	top: 100px;
	height: 35px;
	width: 100%;
}

#RoundBonusPoints{
	position: absolute;
	top: 150px;
	height: 35px;
	width: 100%;
}

#DirectionBox{
	position: absolute;
	top: 450px;
	height: 130px;
	width: 950px;
	left: 25px;
	border-style: solid;
	border-color: black;
	border-width: 3px;
}

#Directions{
	position: absolute;
	top: 10px;
	width: 930px;
	left: 10px;
}

.directiontext{
	text-align: left;
	font-family: Georgia;
	font-size: large;
	color: black;
}

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

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

#FinalMessage{
	position: absolute;
	top: 50px;
	left: 250px;
	width: 600px;
	height: 200px;
	border: 2px #990000 solid;
	border-radius: 10px;
	visibility: hidden;
}

#FMStudentName{
	position: absolute;
	top: 50px;
	left: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: left;
}

#FMScore{
	position: absolute;
	top: 100px;
	left: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: left;
}

#FMTime{
	position: absolute;
	top: 150px;
	left: 50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	text-align: left;
}