#HeaderLogo {
	position:absolute;
	left:20px;
	top:0px;
	width:147px;
	height:100px;
	z-index:2;
}

#HeaderFill {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
	background-image: url(images/header_fill.png);
}

#HeaderMenuHolder {
	position:absolute;
	left:200px;
	top:75px;
	max-width:600px;
	width:expression(this.width > 600? "600px": "auto" );
	height:20px;
	z-index:4;
}

a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}

.FooterEmailText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #888888;
}
.FooterMiddleText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
.FooterRightText {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #888888;
}

#navlist{
	padding:0px;
	margin:3px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 10px;
}