@charset "UTF-8";

* {
	margin: 0;
}
a {
	color: #6F6;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
.yellowhighlight {
	color: #FF6;
}

body {
	background-color: #7F7F7F;
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #E6E6E6;
	font-size: 10pt;
}
/* CSS Document */

#container {
	background-color: #333;
	width: 1000px;
	margin: 0 auto;
	height: 768px;
}
#calltoaction {
	width: 800px;
	position: relative;
	margin: auto;
	top: 50px;
}
#calltoactiontext1 {
	width: 600px;
	font-size: 16pt;
	position: relative;
	text-align: left;
	top: 50px;
}
#calltoactiontext2 {
	width: 600px;
	font-size: 16pt;
	position: relative;
	text-align: left;
	top: 80px;
}
#horizontalbar {
	margin: auto;
	width: 512px;
	top: 90px;
	position: relative;
}
#calltoactiontext3 {
	width: 600px;
	font-size: 18pt;
	position: relative;
	top: 140px;
	margin: auto;
	text-align: center;
}
#panels {
	margin: auto;
	width: 800px;
	overflow: hidden;
	height: 250px;
	top: 160px;
	position: relative;
}
#panelstext {
	margin: auto;
	width: 700px;
	font-size: 16pt;
	overflow: hidden;
	height: 180px;
	position: relative;
	top: -195px;
}
#panel1text {
	position: relative;
	width: 100px;
	vertical-align: top;
	height: 180px;
}
#panel2text {
	position: relative;
	width: 100px;
	left: 200px;
	height: 180px;
	top: -180px;
}
#panel3text {
	position: relative;
	width: 100px;
	height: 180px;
	left: 400px;
	top: -360px;
}
#panel4text {
	width: 100px;
	height: 180px;
	top: -540px;
	position: relative;
	left: 600px;
}
#header {
	height: 35px;
}
#content {
	height: 698px;
}
#footer {
	height: 35px;
}
#headerlinks   {
	float:right;
	color: #FF6;
	position: relative;
	width: 400px;
	right: 9px;
	text-align: right;
	top: 9px;
}
#footerlinks   {
	color: #FF6;
	float:left;
	position: relative;
	width: 400px;
	left: 9px;
	top: 9px;
}
#footercopyright {
	float:right;
	position: relative;
	width: 400px;
	text-align: right;
	right: 9px;
	font-size: 8pt;
	top: 9px;
}
