#sidebar {

	float: right;
	background: white;
	padding-left: 5px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align: left;
}

#sidebar a {
	text-decoration: none;
	color: blue;
}

#sidebar a:visited {
	text-decoration: none;
	color: blue;
}

#sidebar a:hover {
	text-decoration: underline;
	color: blue;
}

#sidebar a.homepage {
	text-decoration: underline;
	color: white;
}

#sidebar a:hover.homepage {
	text-decoration: none;
	color: white;
}

#sidebar p {

	font-size: 9pt;
	text-align: left;
	line-height: 160%;
}