#headerbackground {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	width: 100%;
	border-bottom: thin solid #666666;
}
#menu {
	font: 13pt Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	margin-top: 15pt;
	margin-bottom: 5pt;
}
#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	float: left;
	list-style: none;
}
#menu a {
	color: #990000;
	text-decoration: underline;
	padding: 5pt;
}
#utilitybar {
	display: none;
}
#contentwrap {
	clear: both;

}
#leftcol {
	float: left;
	width: 60%;
	color: #000000;
}
#leftcol img {
	padding: 2pt;
	float: left;
	border-style: none;
}

#rightcol img {
	border-style: none;
}

#rightcol {
	float: right;
	width: 35%;
}
#rightcol a {
	color: #0000CC;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	clear: both;
	width: 100%;
	text-align: center;
	border-top: thin solid #666666;
	padding-top: 4pt;
}
#credits {
	text-align: center;
	width: 100%;
}
#credits a {
	color: #0000CC;
}

#credits img {
	border-style: none;
}
