#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:large;
	color:#000;
}
#contentContainer strong {color:#000;}

#mainContainer{

	width:99%;
	min-width:755px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	/*border:1px solid #000;*/
	background-color: #FFF;
}
#contentContainer{
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	min-height:400px;

	float:left;
	border:1px solid #A5D1D1;
	/*border:1px solid #000;*/
	/*background-color: #E2EBED;*/
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 497px;	/* IE 5.x */
	width/* */:/**/480px;	/* Other browsers */
	width: /**/480px;
	
	/* CSS HACK */
	height: auto;	/* IE 5.x */
	height/* */:/**/auto;	/* Other browsers */
	height: /**/auto;
			
}

#contentContainer p {
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:1.2em;
	line-height:130%;
}

#contentContainer .openingText{
	color:#000;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	/*height:410px;*/
	height:auto;
	overflow:auto;	
	width:240px;
	/*border:1px solid #000;*/
	background-color:#FFF;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #A5D1D1;
	background-color: #F1F8F8;
	height:18px;
	margin:1px;
	padding:2px;
	color:#333;
	cursor:pointer;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:1.2em;
	line-height:130%;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #066;
	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;
}

