/* CSS Document */
#ARTICLE_WRAPPER {
	float: left;
	width: 985px;
	margin: 0px;
/*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	margin-bottom: 5px;
	clear: both;
}


#ARTICLE_MAIN {
	margin-right: 470px;
	font-family: Arial, Helvetica, sans-serif;
}

#ARTICLE_RIGHT {;
	float: left;
	width: 360px;
	margin-left: -360px;
}

.ArticleText h1 {
	font-size: 250%;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 5px;
	margin-bottom: 0px;
}

.dashline{
	border-bottom: 1px dotted black;
	clear: both;
	height: 1px;
}

.toolbar {
	font-size: 10px;
	margin-bottom: 5px;
}

.ArticleText h2 {
	font-size: 180%;
	line-height: 1.2em;
	color: Red;
	font-weight: normal;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
}

.ArticleText {
	font-size: 12px;
	color: Black;
	line-height: 1.2em;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	
}

