body
{
	background-color: #000000;
}
img
{
	border-width: 0px;
}
div#wrapper
{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 5px;
	left: 0px;
	font-family: "Lucida Sans", sans-serif;
	color: #FFFFFF;
	text-align: center;
}
div#main
{
	width: 731px;
	margin:0px auto;
	text-align:left;
	background: url("/images/main.jpg");	
}
div#content
{
	text-align: center;
}
div#content_text
{
	color: #829FCE;
	width: 680px;
	margin-left: 35px;
	text-align: left;
	font-size: 0.9em;
}
div#content_text a:link 
{
	color: #D8EDFF;
	text-decoration: underline;
}
div#content_text a:visited
{
	color: #687B99;
	text-decoration: underline;
}
div#footer
{
	font-size: 0.8em;
	color: #BDCFDF;
	margin-left: 19px;
	text-align: center;
	background-color: #000000;
}
h1,h2,h3,h4,h5,h6
{
	margin-bottom: 0em;
}

div.infobox {
	background-color: #061630; 
	border: 1px solid #AAAAAA;
	font-weight: 800;
	display: none;
}
div.infobox div { 
	background-color: #2D3D57; 
	border: 0px;
	padding: 3px; 
	margin-top: 2px;
	font-weight: 200;
}
div.alert, span.alert, p.alert
{
	color: #445A81;
	font-weight: 700;
}
input.alert, textarea.alert, select.alert
{
	background-color: #FFFF00;
	color: #000000;
}
div#alert
{
	color: #000000;
	padding: 2px;
	font-weight: 700;
	background: url("/images/statusdisplay.gif") #F7FF74 repeat-x;
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 2;
}
div#floater
{
	position: fixed;
	left: 0px;
	top: 0px;
	visibility: hidden;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 4;
	vertical-align: middle;
}
div#veil
{
	background-color: #000011;
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	visibility: hidden;
	display: none;
	z-index: 3;
}
div.quote {
	border: 5px #2D3D57 dashed;
	margin-left: 30px;
	padding: 10px;
	font-style: italic;
}
div.quote div {
	font-weight: 800;
	border-bottom: 2px #2D3D57 dashed;
}