ol {
	list-style: upper-roman;
}

ol ol {
	list-style: upper-alpha;
}

ol ol ol {
	list-style: lower-alpha;
}

ol ol ol ol {
	list-style: decimal;
}

ol.decimal {
	list-style: decimal;
}

#column-left {
	width: 200px;
	float: left;
}

#column-right {
	margin-left: 215px;
	padding-left:15px;
	border-left: 1px solid #DDD;
}

#column-left h1 {
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 17px;
	color: #BBB;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

#column-left ul li {
	list-style: none;
	border-bottom: 1px dotted #DDD;
	margin: 0;
	padding: .5em 0 .5em 0;
	background-color: #FFF;
	cursor: default;
}

#column-left ul a {
	color:#999;
}


