/*css file used on article pages. ul and li items mostly. needed to change
because the lists are not double column. any more questions? eh? well? ya,
thats what I thought.*/
div#articlecontent {
	/*margin-left:256px;*/
	padding-left:12px;
	padding-bottom:12px;
	width: 470px;
	float: left;
}
div#articlecontent p {
	margin:10px 12px 0 0;
}
div#articlecontent h1 {
	margin:10px 0;
	padding-left:31px;
	font-size: 1.8em;
	background: #fff url(/images/heading_logo.gif) no-repeat left top !important; 
	text-align:left;
	clear:left;
	border-bottom:1px #317328 solid;
	width:90%;
}
div#articlecontent ul {
	margin: 15px;
	padding: 0;;
	width:90%	
}
div#articlecontent ul li {
	padding:5px;
}
div#articlecontent ol {
	width:90%;
}
div#articlecontent ol li {
	margin:10px;
	padding:0 5px;
}
div#articlecontent table {
	border: 1px solid #000;
	padding:0;
	margin:0;
}
div#articlecontent th {
	border-bottom: 1px solid #000;
	background: #C9D3C3;
	padding:0;
	margin:0;
}
div#articlecontent tr {
	padding:0;
	margin:0;
}
