.Header {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}
.HeaderBlack {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.Nav {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
	text-align: left;
	position: absolute;
	top: 200px;
}
.subHeader {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	font-weight: normal
}
.background {
	background-color: #CCCCCC;
}
.box {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	border: thin solid #000000;
	width: 800px;
	margin: 0 auto; 
	padding: 30px;
}
.black_strip {
	position: absolute; top: 150px; left: 0px;
	height: 20px;
	width: 100%;
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 8px;
	text-align: center;
}
.pic {
	position: absolute;
	margin: 0 auto;
	left: 550px;
	top: 410px;
}
.list {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #000000;
}
#email a:link, #sitemap a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#email a:hover, #sitemap a:active {
	color: #FF0000;
	text-decoration: none;
}
}
#fb a:link, #sitemap a:visited {
	color: #FF0000;
	text-decoration: none;
}
#fb a:hover, #sitemap a:active {
	color: #FF0000;
	text-decoration: none;
}