
body{
	background-color: #FFFFFF;
	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:#990000;
	text-align: center;
}

/* This class is for the top line of text inside the dotted areas of the problem */

.SectionTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#000000;
	text-align: center;
}

#OverviewSection{
	position: absolute;
	top: 150px;
	left: 50px;
	width: 900px;
	height: 740px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
	visibility: visible;
}

#OverviewPicture{
	position: absolute;
	top: 50px;
	left: 575px;
}

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

.Directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#990000;
	text-align: left;
}

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


#DrawingSection{
	position: absolute;
	top: 60px;
	width: 900px;
	left: 50px;
	height: 600px;
	border: #0684cb;
	border-style: dashed;
	border-width: 3px;
}

#StopWatchSection{
	position: absolute;
	top: 170px;
	width: 300px;
	left: 140px;
	height: 30px;
}

#TimerStartButton{
	position: absolute;
	top: 0px;
	left: 50px;
	height: auto;
	visibility: hidden;
	cursor: pointer;
}

#TimerStopButton{
	position: absolute;
	top: 0px;
	left: 50px;
	height: auto;
	visibility: hidden;
	cursor: pointer;
}

#TimerResetButton{
	position: absolute;
	top: 0px;
	left: 50px;
	height: auto;
	visibility: hidden;
	cursor: pointer;
}

#TimerDisplay{
	position: absolute;
	top: 0px;
	left: 220px;
	width: 100px;
}

.smallbutton{
	height: 25px;
	width: 120px;
	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;
	padding-top: 5px;
}



/* This ID is for the entire area of the program that has the controls for speed, angle and height */

#DashboardSection{
	position: absolute;
	top: 660px;
	width: 900px;
	left: 50px;
	height: 200px;
	margin-top: 10px;
	border: #0684cb;
	border-style: solid;
	border-width: 3px;
	background-color: #AAAAAA;
}

#ReadOuts{
	position: absolute;
	top: 0px;
	height: 50px;
	width: 900px;
}

#MassReadOut{
	left:0px;
}

#SpeedReadOut{
	left:300px;
}

#SpringConstantReadOut{
	left:600px;
}

.DashboardReadOut{
	position: absolute;
	top: 20px;
	width: 300px;
}

.DashboardTitle{
	position: absolute;
	top: 0px;
	width: 300px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#990000;

}

.ReadOut{
	position: absolute;
	top: 30px;
	width: 300px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-large;
	color:#990000;

}

#Controls{
	position: absolute;
	top: 0px;
	height: 75px;
	width: 900px;
}


#MassControl{
	left:0px;
}

#SpeedControl{
	left:300px;
}

#SpringConstantControl{
	left:600px;
}

.DashboardControl{
	position: absolute;
	top: 20px;
	width: 300px;
}


.downarrow10x{
	position: absolute;
	top: 70px;
	left: 20px;
}


.downarrow{
	position: absolute;
	top: 70px;
	left: 100px;
}

.uparrow{
	position: absolute;
	top: 70px;
	right: 100px;
}

.uparrow10x{
	position: absolute;
	top: 70px;
	right: 20px;
}

#RandomSpeedButton{
	position: absolute;
	top: 100px;
	left: 100px;
}

#ForceProbe{
	position: absolute;
	top: 100px;
	left: 375px;
	height: 65px;
	width: 150px;
	background-color: #666666;
	border: black;
	border-style: solid;
	border-width: 5px;
	border-radius: 5px;
	visibility: hidden;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#CCCCCC;
	padding-top: 10px;
}

#BeginButton{
	position: absolute;
	top: 500px;
	left: 700px;
	width: 150px;
	visibility: visible;
	cursor: pointer;
}

#ResetButton{
	position: absolute;
	top: 25px;
	right: 25px;
	width: 100px;
	height: auto;
	cursor: pointer;
}


#StartButton{
	position: absolute;
	top: 280px;
	left: 550px;
	width: 200px;
	height: auto;
	visibility: hidden;
	cursor: pointer;
}

#StopButton{
	position: absolute;
	top: 280px;
	left: 550px;
	width: 200px;

	visibility: hidden;
	cursor: pointer;
}

#SlowButton{
	position: absolute;
	top: 850px;
	left: 200px;
	width: 150px;

	visibility: hidden;
	cursor: pointer;
}

.Button{
	height: 50px;
	background-color: #AAAAAA;
	border: 2px #990000 solid;
	border-radius: 10px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#990000;
	cursor: pointer;
}

ul li{
	padding: 20px;
}


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

.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:840px;
  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;
}