#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:15px;
}

#mainContainer{
	width:555px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{

	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:0px solid #000;
	background-color: #FFF;
	
	/* CSS HACK */
	width: 537;	/* IE 5.x * 497px/
	width/* */:/**/480px;	/* Other browsers */
	width: /**/520px;
	
	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/390px;	/* Other browsers */
	height: /**/490px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:right;
	height:170px;
	overflow:auto;	
	width:140px; /*160*/
	border:0px solid #000;
	background-color:#CC6600;	
}
.articleList{
	margin:0px;
	padding:0px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:0px solid #999;
	background-color:#CC6600;
	height:20px;
	margin:5px;
	padding:7px;
/*	color:#333; */
	cursor:pointer;

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
	color: #FFF;
	font-size: 10pt;

}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border-bottom: 0px solid #333;
	padding-bottom: 0px;
	color:#FFF;
}

.articleList li.articleClick{	/* Active article in list - layout */
	border-bottom: 4px solid #333;
	padding-bottom: 2px;
	color: #333;
}


.keyText{	/* Just a column I use for key text inside articles - the one with the light blue bg and dotted border */
	background-color:#FFF;
	border:1px dotted #000;
	float:right;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:5px;
	width:150px;
	padding:3px
}
.clear{
	clear:both;
}