
#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
    width:735px;
	height:280px;
	margin:0 auto;
	text-align:left;
	padding:1px;
	margin-top:20px;
	border:0px solid #000;
	background-color: #FFF;
	
	
}
#contentContainer{
	float:left;
	border:0px solid #fff;
	
	overflow:auto;
	margin-right:5px;
	padding:5px;
	
	/* CSS HACK */
	width: 440px;	/* IE 5.x */
	width/* */:/**/440px;	/* Other browsers */
	width: /**/440px;
	
	/* CSS HACK */
	height: 490px;	/* IE 5.x */
	height/* */:/**/390px;	/* Other browsers */
	height: /**/410px;
			
}


#contentContainer .openingText{
	color:black;
	font-size:14px
}

#articleListContainer{	/* <ul> container for article list */
	float:right;
	height:400px;
	overflow:auto;	
	width:270px;
	border:0px solid #000;
	background-color:#FFF;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#EEE;
	height:80px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #000;
	color:#000;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #000;
	color:#000;
	background-color:#317082;
	color:#FFF;
}

.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;
}