/* CSS Document */
#header {
	position: absolute;
	left: 50%;
	width: 750px;
	height: 70px;
	margin: 0px 0px 0px -350px;
	padding: 0px;
	float: none;
	text-align: left;
	visibility: visible;
	border-right: 1px;
	border-bottom: 1px;
	border-left: 1px;
	top: 0px;
}
#tell {
	right: 10px;
	font-family: Verdana;
	font-size: 36px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	height: 1px;
	width: 300px;
	top: 10px;
	color: #454380;
	visibility: visible;
}
#nav {
	position: absolute;
	left: 50%;
	width: 750px;
	height: auto;
	margin: 0px 0px 0px -350px;
	padding: 0px;
	float: none;
	text-align: center;
	top: 75px;
	visibility: visible;
}
#content {
	position: absolute;
	left: 50%;
	width: 750px;
	margin: 0px 0px 0px -350px;
	float: none;
	text-align: left;
	visibility: visible;
	top: 142px;
	border: 1px solid #FA7415;
	font-family: Verdana;
	padding: 0px;
	height: auto;
}
#subnav {
	position: absolute;
	left: 50%;
	width: 750px;
	height: auto;
	margin: 0px 0px 0px -350px;
	padding: 0px;
	float: none;
	text-align: center;
	top: 100px;
	visibility: hidden;
}
#subnav2 {
	position: absolute;
	left: 50%;
	width: 750px;
	height: auto;
	margin: 0px 0px 0px -350px;
	padding: 0px;
	float: none;
	text-align: center;
	top: 100px;
	visibility: hidden;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #44427F;
	font-size: 30px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #FA7516;
}
#footer {
	left: 50%;
	width: 750px;
	height: auto;
	margin: 5px 0px 0px;
	padding: 0px;
	float: none;
	text-align: center;
	top: 740px;
	visibility: visible;
	border: 1px solid #44427F;
	background-color: #FA7415;
	color: #FFFFFF;
	font-family: Copperplate;
	font-weight: normal;
	font-size: 14px;
}
#links {
	left: 50%;
	width: 750px;
	height: auto;
	margin: 0px;
	padding: 0px;
	float: none;
	text-align: center;
	top: 740px;
	visibility: visible;
	color: #FA7415;
	font-family: Verdana;
	font-weight: normal;
	font-size: 12px;
}
#links a:link {
	font-weight: bold;
}
a:link {
	text-decoration: none;
	font-weight: bold;
}
#plandescription {
	text-align: center;
	background-color: #44427F;
	border: thin solid #FA7516;
	color: #FFFFFF;
}
