#sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	margin-right: 10px;
}
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;
}
#mainContent {
	background-color: #FFFFFF;
	margin-right: 10;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	margin-top: 30;
	width: 650px;
	border: thin solid #CC9933;
	height: auto;
	margin-bottom: 30px;
	color: #FFFFCC;
}
p.mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 3px;
	text-indent: 20px;
}
