

.article {
	clear: both;;
	text-align:justify;	
	padding-right: 8px;
}

.article h1 {
	position: relative; /* IE sometimes loses background color if omitted */
	background-color: transparent; 
	color: #990000; 
	font-size: 2em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 1px 4px 2px 4px;
}

.article h2 {
	position: relative; /* IE sometimes loses background color if omitted */
	background-color: transparent; 
	color: #990000; 
	font-size: 1.5em;
	margin-top: 0px;
	margin-bottom: 0.5em;
	padding: 1px 4px 2px 4px;
}

.article .articleheader {
}

.article .articleBody {
	clear: both;;
}
.articleBody .colLeft {
	position: relative;
	float: left;
	width: 48%;
	padding-bottom: 1em;
}
.articleBody .colCenter {
	position: relative;
	float: left;
	width: 3%;
	padding-bottom: 1em;
}
.articleBody .colRight {
	position: relative;
	float: left;
	width: 48%;
	padding-bottom: 1em;
	border-bottom: 1px solid;
}

.article .articleFooter {
	clear: both;;
	padding-top: 1em;
	padding-bottom: 1em;
}
