#sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
h3.sidebar {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #990000;
	font-size: 18px;
	font-style: italic;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 0px;
}
ul.sidebar {
}
li.sidebar {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: -20px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	list-style-type: square;
	font-style: italic;
}

