html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font: normal 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Helvetica,Arial,sans-serif;
	color: #bbb;
	background: #000 url(../site-images/blackback.jpg) no-repeat top center;
}
a{
	color: #5ec4ea;
	text-decoration: none;
	font-weight:bold;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
	outline:none;
}
p, li {
	line-height: 1.7em;
}
h1, h2 {
	margin: 0 0 10px 0;
	letter-spacing:-1px;
}
h1 {
	display:block;
	padding: 0;
	font-size: 60px;
	color: #444;
	text-transform: uppercase;
	margin: 15px 0 0 0;
	font-weight:normal;
	border-bottom: 1px solid #333;
	line-height: .8em;
}
h2 {
	padding-top: 10px;
	font-size:2em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
}
div#header {
	width: 980px;
	margin: 0 auto;
	position:relative;
	height: 130px;
	overflow:auto;
	clear:left;
}
div#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #000;
	position:relative;
	background: #222;
	clear:left;
}
div#container {
	padding: 20px;
	clear:both;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 30px 0 40px;
	text-align: center;
}
div#footer a {
	color: #bbb;
	font-weight:normal;
}
a#logo {
	color: #fff;
	display:block;
	padding: 5px 15px;
	background: #000;
	font-size:16px;
	text-align:center;
	position: absolute;
	top: 0;
	left: 0;
}
a#logo:hover {
	text-decoration:none;
	color: #f7f7f7;
}

#topnav {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width: 980px;
	position: absolute;
	bottom:0px;
	left:0px;
}
#topnav li {
	float:left;
	margin:0;
	padding:0;
}
#topnav li a {
	display:block;
	color: #b6d0e3;
	padding: 5px 15px;
	font-size: 15px;
	margin-right: 2px;
	background: #4c4c4c url(../site-images/navback.gif) repeat-x;
}
#topnav li a:hover {
	background: #f0f0f0;
	text-decoration:none;
	color: #006797;
}

#topnav li a.current {
	background: #000;
	color: #fff;
}
#topnav li a.current:hover {
	background: #000;
}

.fl {
	float:left;
}
.fr {
	float:right;
}
.subhead {
	font-size: 22px;
	text-align: center;
}
