@charset "UTF-8";
#bodycontent #dueslink {
	position: absolute;
	top: 15px;
	right: 15px;
}
#bodycontent  #dueslink a:link {
	background-color: #FFD8A5;
	border: 1px solid #64334D;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #65344E;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
#bodycontent #dueslink a:visited {
	background-color: #FFD8A5;
	border: 1px solid #64334D;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #65344E;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
}
#bodycontent #dueslink a:hover {
	background-color: #FFC57E;
	text-decoration: none;
}
/* CSS Document */

#dues {
	height: 15px;
	background-color: #FFD8A5;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	color: #65344E;
	text-align: center;
	padding: 5px;
	position: absolute;
	border: 1px solid #64334D;
	top: 10px;
	right: 230px;
	margin-bottom: 10px;
}
