
#header
{
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	height: 60px;
	background-color: #000;
	color: #fff;
	text-align: center;
	position: absolute;
	display: block;
	z-index: 20;
}

table.header
{
	text-align: left;
	width: 940px;
	margin-top: 18px;
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border: none;
	border-collapse: collapse;
	font-color: #fff;
	font-size: 1em;
}
td.header
{
	white-space: nowrap;
}

td.headerSpace
{
	width: 100px;
}

a.header		{color: #fff; font-weight: bold; text-decoration: none;}
a.header:hover	{color: #f00; font-weight: bold; text-decoration: none;}



#subHeader
{
	position: absolute;
	top: 60px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 100%;
	min-width: 1000px;
	text-align: center;
	display: block;
}

div.subHeaderContent
{
	left: 0px;
	margin-top: 4px;
	margin-bottom: 2px;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: right;
	font-style: italic;
	font-weight: bold;
	font-size: 1.1em;
	white-space: nowrap;
}

a.subHeader			{color: #000;}
a.subHeader:hover	{color: #f00;}



#logo
{
	position: absolute;
	z-index: 2;
	top: 84px;
	width: 100%;
	margin: 0px;
	text-align: center;
}

.middle
{
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}

