/* this is information about the placement of the page title */

#PageTitle{
	position: relative;
	top:25px;
	width: 1000px;
	left: 0px;
	height: 25px;
}

#OverviewStuff{
	position: relative;
	padding-top:50px;
	width: 1000px;
	left: 0px;
	height: 50px;
}

/* this is where the table will go with all the labs */

#MainContent{
	position: relative;
	top:25px;
	width: 1000px;
	left: 0px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 50px;
}

/* This is the formatting for the table */

table {
	width: 1000px;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 50px;
}

th, td {
	border: 3px solid black;
	width: 330px;
}

th {
	background-color: lightgray;
	text-align: center;
	font-family: Georgia;
	font-size: 18px;
	color: #990000;
	height: 25px;
	line-height: 25px;
	padding: 8px;
}

tr:nth-child(odd) td{
	background-color: #f6e6fa;
	height: 100px;
	padding: 10px;
}

tr:nth-child(even) td{
	background-color: white;
	height: 100px;
	padding: 10px;
}

td:nth-child(1) {
	text-align: center;
	padding: 20px !important;
}

td:nth-child(2), td:nth-child(3) {
	text-align: center;
	padding: 20px;
}

/* Footer stuff */
#footer {
	position: relative;
	margin-top: 50px;
	padding: 10px;
	height: 50px;
	width: 1000px;
	text-align: center;
}