/* A way to hold only a small piece to the side */
.Sidebar {
	display: block; 
	width: 150px; 
	border: 1px solid #E3D9B2; 
	margin: 3px 5px 5px;  
	padding: 3px 2px 3px 3px; 
	float: left;
}
.Sidebar p {
	text-align: center;
	font: normal 9px sans-serif;
}
.SidebarText {
	margin:0 0 200px 160px;
	display:block;
}
.SidebarText p {
	display:block;
}
/* To section off areas from each other */
#Sections {
	border: 1px solid #F0B0B0;
	margin: 4px 0;
	padding: 2px;
	font-size: 11px;
	color: #000;
}
#Sections span {
	font: normal 18px "Times New Roman", Times, serif;
	display: block;
	padding-bottom: 2px;
	border-bottom: 1px solid #c00;
	color: #c00;
}

ol {
	margin-left: 40px;
	}

ol li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
