@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/bg_final.jpg);
	background-position: center top;
	margin: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3D3E3C;
}
img {
	border: 0;
}
label { color: #000; }
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent {
	height: 599px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#flashPanel1 {
	height: 570px;
	width: 449px;
	position: absolute;
	left: 36px;
	top: 16px;
}
#flashPanel2 {
	height: 193px;
	width: 406px;
	position: absolute;
	left: 485px;
	top: 16px;
}
#textBox {
	height: 340px;
	width: 381px;
	overflow: auto;
	position: absolute;
	left: 492px;
	top: 213px;
	margin: 10px 0px 10px 10px;
	padding-right: 27px;
}
#textBox img.inset {
	float: left;
	border: 1px solid #426881;
	margin-right: 10px;
	margin-bottom: 5px;
}
#textBox p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#textBox a {
	color: #CC0000;
	text-decoration: none;
}
#textBox a:hover {
	text-decoration: underline;
}
#textBox strong {
	font-weight: bolder;
	color: #000000;
}
#textBox h1 {
	margin-top: 0px;
	color: #990000;
	font-weight: bolder;
	font-size: 18px;
	margin-bottom: 20px;
}
#textBox h2 {
	color: #990000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#textBox h3 {
	color: #000000;
	font-size: 12px;
	font-weight: bolder;
	margin-top: -20px;
	margin-bottom: 8px;
}
table {
	margin: 0px 0px 20px;
	padding: 0px;
}
td {
	padding: 2px 2px 8px;
	vertical-align: top;
}
th {
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 2px 0px;
}
#nav {
	height: 30px;
	width: 600px;
	position: absolute;
	top: 599px;
	left: 174px;
	text-align: center;
	color: #CC0000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
}
#nav li a {
	color: #000000;
	text-decoration: none;
}
#nav li a:hover {
	color: #CC0000;
}
#credits {
	height: 40px;
	width: 80px;
	position: absolute;
	top: 591px;
	right: 65px;
	text-align: right;
}
#credits img {
	margin-left: 10px;
}
