/* CSS Document - for articles and main newsletter pages*/
#article-list {
	float: left;
	width: 200px;
	margin: 0 10px;
	color: #660000;
	list-style: none;
	font: 10px Arial, Helvetica, sans-serif;
	border: 1px solid #CCCCCC;
	padding-right: 8px;
	padding-left: 8px;
}
#article-list .leftcol-header {
	font-size: 20px;
	text-align: center;
	margin-top: 1em;
	color: #C5BFAC;
	background: #660000;
}
#article-list .leftcol-subhead {
	text-align: center;
	font: medium Arial, Helvetica, sans-serif;
	background: #D1CCBC;
	color: #004371;
}
#article-list ul {
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#article-list li {
	line-height: 1.7em;
	padding-bottom: 1.2em;
}
#article-list li a:link, #article-list li a:visited {
	font-size: 125%;
	text-decoration: none;
	color: #004371;
}
#article-list li a:hover {
	font-size: 125%;
	text-decoration: underline;
	color: #004371;
}
#article-main {
	margin: 0 20px 0 250px;
	color: black;
	border: 1px solid #CCCCCC;
	padding: 0 25px;
	font-family: "Times New Roman", Times, serif;
}
#article-main h1 {
	text-align: center;
	font: large Arial, Helvetica, sans-serif;
	background: #D1CCBC;
	color: #004371;
	border: 1px solid #004371;
}
#article-main h2 {
	text-align: left;
	font: bold medium "Times New Roman", Times, serif;
	background: #DDD9CC;
	color: #004371;
}
#article-main p {
	font-size: medium;
}
#article-main .lastupdated {
	font-size: small;
	text-align: right;
}
#article-main ul {
	list-style: none;
	margin-right: 20px;
	margin-left: 20px;
}
#article-main ul li {
	margin-bottom: 1em;
}
#article-main .bullets {
	list-style: circle;
	margin-right: 20px;
	margin-left: 40px;
}
#article-main ol {
	list-style-position: outside;
	margin-right: 40px;
	margin-left: 40px;
}
#article-main ol li {
	margin-bottom: 1em;
}
#article-main .case-example {
	background: #D1CCBC;
	border: 1px solid #660000;
	margin: 1.2em;
	padding: 0.8em;
}
