#header {
	position: relative;
}

#welcome {
	position: absolute;
	left: 68px;
	top: 20px;
	width: 292px;
	height: 120px;
	color: #000000;
}
#featuredlinks {
	position: absolute;
	left: 385px;
	top: 43px;
	width: 171px;
	height: 101px;
	text-align: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
}
