/*
	Undefined Aeon Software
	http://www.uasoft.info
	(C) Copyright 2009, Richard Marks <ccpsceo@gmail.com>
*/
* {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}

body {
	background: #000000;
	color: #8A8A8A;
	font-family: sans-serif;
}

img {
	border: 0;
}

a, a:visited, a:active, a:link {
	color: #ACACAC;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}

#container {
	width: 900px;
	margin: auto;
	margin-top: 128px;
}

#sitebanner {
	text-align: center;
}

#header {
	text-align: center;
	height: 96px;
	background: url('images/uaslogo.png') 50% 0 no-repeat;
}
#header img {
	height: 96px;
	width: 800px;
}

#footer {
	margin-top: 64px;
	text-align: center;
}

.smalltext {
	font-size: 0.6em;
	line-height: 1.8em;
}

.midtext {
	font-size: 1.2em;
	line-height: 1.8em;
}

.b {
	font-weight: bold;
	line-height: 1.8em;
}

