﻿#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:675px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{
	float:left;
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 342px;	/* IE 5.x */
	width/* */:/**/340px;	/* Other browsers */
	width: /**/340px;
	
	/* CSS HACK */
	height: 342px;	/* IE 5.x */
	height/* */:/**/340px;	/* Other browsers */
	height: /**/335px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	overflow:none;	

}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	ma rgin:1px;
	padding:2px;
	cursor:pointer;
}
.articleList li.articleMouseOver{
	/* Mouse over article in list - layout */

	color: #FFFFFF;
	background-color: #8EA4C4c;
}
.articleList li.articleClick{
	/* Active article in list - layout */
	color: #000;
	background-color: #8EA4C4c;
	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;
}