@charset "utf-8";
/* CSS Document */

#header {
	width:100%;
	background-color:#333333;
	color:#FFFFFF;
}

#headerTable {
	width:800px;
	border-bottom:thin solid #999999;
}

#headerTable tr td {
	vertical-align:bottom;
}

#headerTable a, a:visited {
	color:#666666;
	text-decoration:none;
}

#headerTable a:hover, a:active {
	text-decoration:underline;
	color:#FFFFFF;
}

#headerTable ul {
	list-style-type:none;
	vertical-align:bottom;
	padding:0pt;
}

#headerTable ul li{
	position:relative;
	float:left;
	padding:3px;
	padding-bottom:0pt;
	padding-top:0pt;
}

#leftHeaderColumn {
	text-align:left;
}

#rightHeaderColumn {
	text-align:right;
}