body {
	background-color: #000000;
}
#horizon {
	background-color: transparent; /*LEAVE THIS*/
	position: absolute; /*LEAVE THIS*/
	top: 50%; /*LEAVE THIS*/
	left: 0px; /*LEAVE THIS*/
	width: 100%; /*LEAVE THIS*/
	margin-top: -258px; /*MAKE THIS HALF OF THE HEIGHT STATED BELOW FOR THE WRAPPER*/
	text-align: center; /*LEAVE THIS*/
	min-width: 908px; /*THIS MUST MATCH THE WIDTH STATED BELOW FOR THE WRAPPER*/
}
#wrapper {
	position: relative; /*LEAVE THIS*/
	text-align: left; /*LEAVE THIS*/
	width: 864px; /*CHANGE THIS TO THE DIMENSION THAT YOU NEED - MAKE SURE THIS MATCHES THE 'min-width' ABOVE*/
	height: 517px; /*LEAVE THIS*/
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#flashcontent {
	background-color: #000000;
}
#textcontent {
	background-color: #000000;
	background-image: url(images/frame.gif);
	height: 480px;
	background-repeat: no-repeat;
}
#textPanel {
	padding: 40px;
}
#textPanel  h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#textPanel  h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-left: 15px;
}
#textPanel h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8CC63F;
}
#textPanel a {
	color: #FFFFFF;
	text-decoration: underline;
}
#textPanel a:hover {
	color: #8CC63F;
	text-decoration: underline;
}
#linkstop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	height: 15px;
	font-weight: bold;
	padding-bottom: 2px;
	width: 550px;
}
#linkstop a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#linkstop a:hover {
	color: #8CC63F;
}
#links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-weight: bold;
	float: left;
}
a:link {
	color: #333333;
	text-decoration: none;
}
#links a:hover {
	color: #8CC63F;
}
#gqlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	font-weight: bold;
	float: left;
	margin-left: 40px;
}
#gqlink a:hover {
	color: #8CC63F;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}
#westcombeform .formtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
