body
{
	background-color: black;
	color: white;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#nav
{
	margin-top: 6px;
	font-size: 11px;
	color: white;
}

#horz
{
	position: absolute;
	top: 160px;
	left: 0px;
	height: 1px;
	width: 100%;
	overflow: visible;
}

#newsWrapper,
#aboutWrapper
{
	position: absolute;
	top: -50px;
	left: 50%;
	width: 600px;
	height: 400px;
	margin-left: -300px;
	overflow: hidden;
	z-index: 1;
}

#aboutWrapper
{
	top: -150px;
}

#news,
#aboutSection
{
	height: 380px;
	overflow: auto;
	width: 100%;
}

#news p,
#aboutSection p
{
	margin: 0px auto 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px 10px 20px;
	font-size: 12px;
	text-align: left;
}

#archiveWrapper
{
	position: absolute;
	top: 6px;
	left: 6px;
	text-align: left;
	font-size: 12px;
	width: 212px;
	/*height: 90%;*/
	z-index: 1;
}

#archive
{
	/*height: 100%;*/
	width: 100%;
	text-align: center;
	overflow: auto;
}

#archive p { padding: 6px; }

.close
{
	height: 16px;
	padding: 2px 4px 2px 4px;
	border-bottom: 1px solid #222;
	text-align: right;
	font-size: 11px;
}

/* MACIE5 ignores ('real' values) \*/
#horz { top: 45%; }
#newsWrapper { top: -200px; }

/* end MACIE5 ignoring */
h1#date
{
	position: relative;
	margin: -1.5em 0px 0px 0px;
	padding: 0px;
	height: 3em;
	line-height: 3em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 3em;
	cursor: pointer;
}

a
{
	color: white;
	font-weight: bold;
}

small.newsTitle { font-size: 75%; }

small
{
	font-size: 50%;
	color: #999;
}

.calendarHeader
{
	font-weight: bolder;
	color: #666;
}

.calendarToday { background-color: #333; }

table.calendar 
{ 
	border-bottom: 1px solid #333;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

