﻿#Background {
	background-image: url('../Images/Background.jpg');
	position: relative;
	width: 1000px;
	height: 1500px;
	top: 2px;
	left: 2px;
}
#Banner {
	position: absolute;
	width: 900px;
	height: 200px;
	top: 5px;
	left: 50px;
	background-image:url('../Images/FarnsworthNielsen.gif');
}
#Banner_Farnsworth {
	position: absolute;
	width: 900px;
	height: 400px;
	top: 5px;
	left: 50px;
	background-image: url('../Farnsworth/Images/Farnsworth_Banner.gif');
}

#Body_Center {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin solid #000080;
	position: absolute;
	width: 600px;
	height: 600px;
	top: 225px;
	left: 200px;
}
#Body_Center_200 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin solid #000080;
	position: absolute;
	width: 600px;
	height: 200px;
	top: 225px;
	left: 200px;
}
#Mission_Layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	position: absolute;
	width: 300px;
	height: 450px;
	top: 420px;
	left: 5px;
}
#Body_Layer_Centered {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	width: 600px;
	height: 400px;
	top: 460px;
	left: 315px;
}
.Medium_Left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: left;
}
.Medium_Centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
}
#Nav_Layer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	top: 420px;
	width: 675px;
	height: 25px;
	left: 315px;
	position: absolute;
}
.Nav:Link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.Nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:gray;
}.Nav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}.Nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight:bold;
	color:red;
}
#Banner_Farnsworth_Small {
	position: absolute;
	width: 600px;
	height: 200px;
	top: 5px;
	left: 200px;
	background-image: url('http://www.farnsworths.org/Manage/Images/Farnsworth_Banner.GIF');
	background-repeat: no-repeat;
}
#Body_Center_Full {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: thin solid #000080;
	position: absolute;
	width: 985px;
	height: 700px;
	top: 225px;
	left: 5px;
}
.Heading_Centered_XL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	font-weight: bold;
}
.Heading_Centered_L {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	text-align: center;
	font-weight: bold;
}
.Heading_Centered_M {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	text-align: center;
	font-weight: bold;
}
.Text_Centered_Small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	font-weight: normal;
}
