#profileButton {
	position: relative;
	text-align: center;
	margin: auto;
	padding: 0px;
}
#profileButton a {
	text-align: center;
}
#profileButton a img {
	float: none;
}
#profileButton .menu {
	display: none;
	position: absolute;
	top: 30px;
	left: -20px;
	padding: 10px;
	width: 200px;
	list-style: none outside none;
	border: 1px solid rgb(204, 204, 204);
	background-color: rgb(238, 238, 238);
	color: rgb(51, 51, 51);
}
#profileButton .menu a {
	display: block;
	color: rgb(51, 51, 51);
	padding-top: 5px;
}
#profileButton:hover .menu {
	display: block;
}
#links {
	margin-top: 0.5cm;
	font-size: 120%;
}

#currentUser {
	float: right;
	margin-top: -2em;
	color: Red;
}
#privacy {
	text-align: justify;
}
#benefits {
	text-align: justify;
}
#logon {
	BORDER-RIGHT: #333300 1px solid;
	BORDER-TOP: #333300 1px solid;
	BORDER-LEFT: #333300 1px solid;
	LINE-HEIGHT: normal;
	BORDER-BOTTOM: #333300 1px solid;
	BACKGROUND-COLOR: #cccccc;
}
.white {
	BORDER-RIGHT: #cc9999 1px solid;
	BORDER-TOP: #cc9999 1px solid;
	BORDER-LEFT: #cc9999 1px solid;
	BORDER-BOTTOM: #cc9999 1px solid;
	BACKGROUND-COLOR: white;
	text-align: justify;
}
.label {
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	FONT-WEIGHT: bolder;
	WIDTH: 140pt;
	TEXT-ALIGN: right
}
.button {
	FONT-SIZE: 8pt;
	COLOR: white;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #336699
}
