#sidebarContainer {
	width: 262px;
	float: right;
	background-image: url(../images/rightNav.gif);
	background-position: right;
	height: 100%;
}
#sidebar {
	float: right;
	width: 240px;
	padding-right: 5px;
}
#sidebar dt {
	padding-bottom: 4px;

}
#sidebar dt#heading {
	font-weight: bold;
	font-size: 12px;
	color: #3C4C5C;
	padding-top: 5px;
}

#sidebar dt a {
	color: #516579;
	text-decoration: none;
}
#sidebar dt a:hover {
	color: #000;
}
#sidebar dt#more {
	padding-top: 10px;
	padding-bottom: 7px;
	background-image: url(../images/line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#sidebar #addthis {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;
}
