#article .body h3 {
	color:#666;
	background:url("../images/site/article_rule.gif") repeat-x 0 bottom;
	font-size:40px;
	font-weight:normal;
	line-height:1.1em;
	padding:0 0 10px;
	margin:0;
}
#article .body h4 {
	font-size:20px;
	font-weight:normal;
	line-height:1.1em;
}
	#article .source h3 {
		color:#333;
		font-size:22px;
		line-height:1.2em;
		padding-bottom:15px;
	}
	#article .source h4 {
		color:#333;
		background:url("../images/site/article_rule.gif") repeat-x 0 bottom;
		font-size:16px;
		font-weight:bold;
		padding-bottom:15px;
		margin-top:35px;
	}

#article .body blockquote {
	color:#be5100;
	font-size:18px;
	font-style:italic;
	line-height:1.3em;
	border-top:1px solid #c3c2be;
	background:url("../images/site/article_rule.gif") repeat-x 0 bottom;
	padding:12px 10px 20px 16px;
	margin:0;
}

#article .body ul,
#article .body ol {
	font-style:italic;
	padding-left:15px;
}
	#article .body ul {
		list-style-image:url("../images/site/list_bullet.gif");
		list-style-position:outside;
	}
		#article .body ul li {
			line-height:1.3em;
			margin-bottom:8px;
		}
	#article .body ol {
		list-style:decimal;
		list-style-position:outside;
	}
			
#article #learn-more {
	background:url("../images/site/article_rule.gif") repeat-x;
	margin-top:30px;
}
	#article #learn-more,
	#article #learn-more h5 {
		font-size:14px;
		line-height:30px;
	}
	#article #learn-more h5 {
		font-weight:bold;
		padding:12px 0 0;
		margin:0;
	}
	#article #learn-more ul {
		list-style:none;
        list-style-image: none;
		font-style:normal;
		padding:0;
		margin:0;
	}
	#article #learn-more a {
		color:#80991c;
		background:url("../images/site/article_learn_more_arrow.gif") no-repeat right center;
		padding-right:9px;
	}
	
#article .cite {
	border-bottom:1px solid #ccc;
	margin-bottom:40px;
}