@charset "ISO-8859-1";x
html,body,div#altContent
			{
	background-color: #000;
	margin: 0px;
	text-align: center;
			}
#links {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	color: #CCC;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: right;
	top: 731px;
	position: fixed;
	left: auto;
	right: auto;
	width: 900px;
}
#links a {
	color: #CCC;
	text-decoration: none;
}
			#altContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #FFF;
			}
			em {
	font-style: normal;
	font-family: Verdana, Geneva, sans-serif;
			}
			
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D21920;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1 {
	color: #D21920;
}
a:link {
	color: #D21920;
	text-decoration: underline;
}
li {
	list-style-type: none;
}

