﻿html, body { 
	padding: 0; 
	margin: 0; 
	height: 100%; 
	width: 100%;
}

body { 
	background: #222;
	font-family: arial, sans-serif;
	color: #999;
	font-size: 75%;
	line-height: 1.4;
}
#logo {
	margin-bottom: 20px;
}
.column {	vertical-align: top;	width: 30%;	padding-right: 4%;}.clearer {	clear: both;	height: 1px;	overflow: hidden;}
#logoprint {
	display: none;
}
#astralmedia2008,
#alternate_content {
	background: #222;
	width: 100%;
	position: absolute;
	top: 50%; 
	margin-top: -300px;
	height: 600px;	overflow: hidden;
}
#astralmedia2008 {	z-index: 100;}
#alternate_content {	height: 500px;	z-index: 10;	width: 90%; 	margin-left: 2%;	margin-right: 2%;}
#nav {	width: 15%;	margin-right: 1%;	float: left;}
#static {	width: 75%;	float: left;	margin-top: -23px;}
a { color: #017dc5; }a:hover { color:#eee; }
h1 {	color: #017dc5;	margin: 0;	padding-top: 0.4em;	font-size: 250%;	line-height: 1.4;	text-transform: uppercase;	font-family: "arial narrow", arial, sans-serif;}

h2,
h3 {
	color: #eee;
	margin: 0;
	padding: 0.5em 0 0 0;
	font-size: 110%;
	line-height: 1.4;
}.title {		color: #fff;	margin-top: 10px;	margin-bottom: -10px;}

h2 {
	font-size: 100%;
	font-weight: normal;
}

.notice {
	font-style: italic;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	margin: 0 0 0.5em 0;
	padding-left: 15px;
	background: url(../images/astral-bullet.gif) no-repeat 0 0.6em;
}
ul li ul {
	margin-top: 0.5em;
	margin-bottom: 0.8em;
}
ul li ul li {
	background: none;
	margin-bottom: 0.1em;
}ul#footer {	clear: both;	border-top: 1px solid #333;	margin-top: 4em;}ul#footer li {	float: left;	background: none;	padding-left: 0;	margin-right: 2em;	margin-top: 1em;	font-size: 90%;}ul#footer li a {	color: #777;	text-decoration: none;}ul#footer li a:hover {	color: #ddd;}.note {	font-size: 90%;	font-style: italic;}table {	border-collapse: collapse;	border-spacing: 0;}table.data td,table.data th {	padding: 4px 8px 4px 4px;	border-bottom: 1px solid #333;	text-align: right;}table.data td.label,table.data th.label {	text-align: left;}table.data th,table.data tr.em td {	border-bottom-color: #555;}table.data td.on,table.data th.on {	background-color: #292929;}sup {	font-weight: normal;}