/* Hompage Style */

#content {
	padding: 20px;
}

#content h3 {
	text-transform: uppercase; 
	font-size: 1.5em;
}
#content h3, #content h4 {
	margin-bottom: 1em;
}

#content p {
	line-height: 1.2;
	margin-right: 10px;
	margin-bottom: 1em;
}
#content ul, #content ol { 
	margin-left: 12px;
	margin-bottom: 1em;
}
#content ul li {
	list-style: outside disc;
}
#content ol li {
	list-style: outside decimal;
	margin-bottom: 1em;
}

#content ol li.alpha {
	list-style: lower-alpha;
}
	
#content p.more {
	text-align: right;
	margin-right: 10px;
	margin-top: 1em;
	position: absolute;
	bottom: 1px;
	right: 2px;
}