#SystemMessage{
	position: absolute;
	top: 15px;
	left: 25px;
	width: 875px;
	height: 100px;
}

#SpaceForAnswer{
	position: absolute;
	top: 220px;
	width: 475px;
	height: 380px;
	left: 452px;
	background: #EEEEEE;
}

#AnswerTitle{
	position: absolute;
	width: 475px;
	top: 50px;
	left: 0px;
}

#DirectionsforSub{
	position: absolute;
	width: 475px;
	top: 100px;
	text-align: center;
}

#FormArea{
	position: absolute;
	width: 475px;
	top: 150px;
	left: 0px;
}

.FormRow{
	position: relative;
	width: 475px;
	height: 50px;
}

.TextBox{
	position: absolute;
	top: 0px;
	width: 250px;
	left: 0px;
}
.FormText{
	position: absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	top: 0px;
	margin-top: 5px;
	width: 250px;
	right: 0px;
	text-align: right;
}

.AnswerBox{
	position: absolute;
	left: 255px;
	top: 0px;
	width: 120px;
}

.FormInputs{
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
	width: 100px;
	left: 0px;
	height: 25px;
	text-align: center;
	border: black;
	border-style: solid;
	border-width: 3px;
}

#SubmitButton{
	position: absolute;
	bottom: 50px;
	left: 163px;
	width: 150px;
}

#Rinfo{
	position: absolute;
	top: 650px;
	left: 50px;
	width: 900px;
	text-align: center;
}

/* Borders and padding for all tables */
table, th, td {
  border: 2px solid black;
  border-collapse: collapse;
  padding: 5px;
}

#TableCaption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#990000;
}

caption {
	margin-bottom: 10px;
}

/* Formatting for the columns of the display program table */
.TableOfElements{
	margin: auto;
	width: 500px;
	margin-top: 25px;
}

.TableOfElements th{
	font-family: Georgia, serif;
	font-size: 16px;
	color: #990000;
}

/* This is column 1 */
.TableOfElements td:nth-child(1){
	font-family: Georgia, serif;
	font-size: 16px;
	color: #990000;
	width: 300px;
	text-align: center;
}

/* This is column 2 */
.TableOfElements td:nth-child(2){
	font-family: Georgia, serif;
	font-size: 16px;
	color: #000000;
	width: 200px;
	text-align: center;
}

.TableOfElements tr:nth-child(even) {
	background-color: #EEEEEE;
}

.TableOfElements tr:nth-child(odd) {
	background-color:  #FFFFFF;
}
