body{
	background-color: #000000;
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:1024px;
	padding-bottom: 50px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
}

MainBody{
	position: relative;
	top: 0px;
}

#ProgramTitle{
	position: relative;
	top: 25px;
	width: 1000px;
	text-align: center;
}



/* This class is for the title of the program found above the dotted areas of the problem */

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:xx-large;
	color:#C0C0C0;
	text-align: center;
}




#OverviewSection{
	position: absolute;
	top: 125px;
	left: 50px;
	width: 925px;
	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;
}

#PersonName{
	position: absolute;
	top: 200px;
	left: 100px;
	width: 700px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	width: 250px;
	left: 0px;
	height: 40px;
	text-align: center;
	margin-bottom: 25px;
	border: 4px solid Black;
	padding: 10px 10px;
}

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#C0C0C0;
	text-align: center;
}

.LittleDirections{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#C0C0C0;
	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: 55px;
	width: 925px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

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




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


#FireButton{
	position: absolute;
	top: 40px;
	right: 50px;
	width: 175px;
	height: 50px;
	padding-top: 15px;
	background-color: #BBBBBB;
	border: 2px #C0C0C0 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#000000;
	cursor: pointer;

}

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

.BigButton{
	height: 38px;
	padding-top: 10px;
	background-color: #000000;
	border: 2px #C0C0C0 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#C0C0C0;
	cursor: pointer;
}

.InvisibleButton{
	
}


.new-header{
	margin-left: 50px;
}
.new-header {
  overflow: hidden;
  background-color: #0684cb;
  width: 925px;
  margin-bottom: 0px;
}

.new-header a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 50px;
  text-decoration: none;
  font-family:"Kumbh Sans", sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.new-header a:hover {
  background-color: #ddd;
  color: black;
}

.new-header a.active {
  background-color: #04AA6D;
  color: white;
}

.refresh-page{
	padding: 15px 20px 15px 20px;
	background-color: #0684cb;
	text-decoration: none;
	color: white;
	font-family:"Kumbh Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top:680px;
  left: 410px;
  border-radius: 50px;
  position: absolute;
}

.refresh-page img{
width: 26px;
display: inline-block;
vertical-align: top;
margin-top: -5px;
}

.refresh-page:hover{
	background-color: #064568;
}
