@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #EEE;
}
body {
	background-color: #000;
}
a:link {
	color: #BBB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FCC;
}
a:hover {
	text-decoration: underline;
	color: #F99;
}
a:active {
	text-decoration: none;
	color: #99C;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
#wrapper {
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 1050px;
	margin-top: 0;
	margin-bottom: 0;
	text-align: center;
}	
#splashheader {
	width:1050px;
	z-index:3;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}
#leftcol {
	width:250px;
	z-index:5;
	float: left;
	text-align: center;
}
#content {
	width:525px;
	z-index:10;
	float: left;
	margin-left: 25px;
}	
	#rightcol {
	width:225px;
	z-index:5;
	float: right;
	text-align: center;
	margin-right: 20px;
	clear: right;
}
#footer {
	width:1050px;
	z-index:5;
	clear: both;
	visibility: visible;
	height: 40px;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
.buttons {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2em;
	word-spacing: 0.5em;
	white-space: normal;
	padding: 10px;
	font-style: normal;
	font-weight: normal;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: 30px;
	font-weight: normal;
	color: #EEE;
	letter-spacing: 1em;
	word-spacing: 1em;
	white-space: normal;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}

