body {
	background-color: #000000;
	color: White;
	font-family: Helvetica, Lucida, Arial, sans-serif;
	line-height: 1.5em;
	text-align: justify;
}

a {
	color: White;
}

a:hover {
	color : #FF9933;
}

h1, h2, h3 {
	color: #FF9933;
	font-style: italic;	
	font-family: monospace;
}

h1 {
	font-size: 175%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
}

.banner {
	margin-top: 5px;
	text-align: center;
	float: left;
	clear: both;
	width: 100%;
}

.columns {
	/*border: thin solid Aqua;*/
	clear: both;
}

.divider {
	background: #333333;
	color: #FF9933;
	border-bottom: 1px solid #FF9933;
	border-top: 1px solid #FF9933;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-size: 110%;
}

.footer {
	background: #333333;
	font-size: 110%;
	border-bottom: 1px solid #FF9933;
	border-top: 1px solid #FF9933;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	margin-top: 1%;
	float: left;
	clear: both;
	width: 100%;
}

.form {
	font-size: 150%;
	color: #FF9933;
}

.leftColumn {
	/*border: thin solid Fuchsia;*/
	float: left;
	width: 49%;	
}

.rightColumn {
	/*border: thin solid Lime;*/
	float: right;
	width: 49%;	
}

.titleText {
	color: #FF9933;
	font-style: italic;	
	font-family: monospace;
	font-size: 300%;
	padding-left: 2%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-weight: bold;
}

#titleOverlay {
	position: absolute;
	left: 2.5in;
	top: 1in;
}
