<!--
body {
	text-align: center;
	background: #111;
	font-family: Helvetica;
}
.mainPage {
	background: white;
	margin: 0 auto;
	margin-top: -20px;
	border-top: solid 10px #666;
	width: 750px;
	text-align: left;
	border: solid 2px #444;
}
.Header {
	position: relative;
	margin: 0 auto;
	padding-top: 15px;
	height: 100px;
	width: 100%;
	background: white;
	color: #666;
}
.Header a {
	text-decoration: none;
	border: none;
}
.Header img {
	border: none;
}
.Header p {
	font-family: Helvetica;	
}
.Header #headerLeft {
	float: left;
	font-size: 16px;
}
.Header #headerLeft div {
	margin-left: 20px;
}
.Header #headerRight {
	float: right;
	font-size: 12px;
	padding-right: 10px;
}
.blockHead {
	position: relative;
	margin: 0 auto;
	height: 380px;
	width: 750px;
}
.blockHead #summaryBackground {
	position: absolute;
	top: 330px;
	width: 100%;
	height: 40px;
	background: white;
	font-weight: bold;
	text-align: center;
	color: #220000;
	filter: alpha(opacity=50);   
    	-moz-opacity: 0.5;   
    	-khtml-opacity: 0.5;   
    	opacity: 0.5;
}
.blockHead #summary {
	position: absolute;
	top: 326px;
	width: 100%;
	height: 30px;
	font-weight: bold;
	text-align: center;
}
.blockHead #hoverBackground {
	position: absolute;
	top: 50px;
	width: 100%;
	height: 50px;
	background: white;
	filter: alpha(opacity=50);   
    	-moz-opacity: 0.5;   
    	-khtml-opacity: 0.5;   
    	opacity: 0.5;
}
.blockHead #hoverMenu {
	position: absolute;
	top: 50px;
	width: 100%;
	padding: 2px;
	height: 50px;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.blockHead #hoverMenu ul {
	font: bold 14px Helvetica;
	text-align: center;
}
.blockHead #hoverMenu ul li {
	list-style: none;
	display: inline;
}
.blockHead #hoverMenu ul li a {
	height: 25px;
	width: 100px;
	padding: 2px 0.5em;
	text-decoration: none;
	color: #444;
	background-color: #F10000;
	border: 2px solid #F10000;
}
.blockHead #hoverMenu ul li a:hover {
	height: 25px;
	width: 100px;
	padding: 2px 0.5em;
	text-decoration: none;
	color: white;
	background-color: #E60000;
	border: 2px solid #F10000;
}
.blockHead #hoverMenu ul li a:active {
	height: 21px;
	width: 96px;
	padding: 2px 0.5em;
	text-decoration: none;
	color: white;
	background-color: #E60000;
	border: 6px solid #F10000;
}
h1 {
	font-family: Helvetica;
}
h1 span {
	font-size: 12pt;
	
}
.mainContent {
	position: relative;
	margin: 50px;
	width: 650px;
	background: white;
	overflow: visible;
	min-height: 650px;
}
.mainContent div {
	background: white;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;
	font-family: Helvetica;
}
.mainContent div p {
	text-align: justify;
}
.mainContent div ul {
	font-size: 18pt;
}
.mainContent div ul li {
	font-size: 10pt;
}
.mainContent #mainLeft {
	position: relative;
	width: 300px;
	float: left;

}
.mainContent #mainRight {
	position: relative;
	width: 300px;
	float: right;
}
.mainContent #mainRight p {
	text-align: center;
	font-size: 16pt;
}
#popOut {
	font-size: 14pt;
	font-style: italic;
	text-align: center;
	font-family: Helvetica;
}
.secondaryContent {
	height: 330px;
}
.secondaryContent #scLeft {
	width: 300px;
	margin-top: 60px;
	float: left;
	line-height: 3em;
	font-weight: bold;
}
.secondaryContent #scRight {
	float: right;
	text-align: center;
}
.Contact {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 14pt;
}
.Contact ul {
	clear: both;
	list-style: none;
	padding-top: 25px;
	font-size: 14pt;
}
.Contact ul li{
	list-style: none;
	font-size: 14pt;
}
.contactForm {
	width: 95%;
	margin: 0 auto;
	padding: 10px;
	border: dashed 2px #AAA;
}
table {
	width: 100%;
}
form {
	float: right;
}
input {
	float: right;
	padding: 0;
	margin: 0;
}
textarea{
	width: 100%;
	height: 50px;
	float: right;
	padding: 0;
	margin: 0;
}
.Footer {
	position: relative;
	margin: 0 auto;
	height: 50px;
	background: #666;
	color: #DDD;
	text-align: center;
}
-->
