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


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

#contentContainer{
	position:absolute;
	margin-top:1.8em;
	margin-left:21em;
	overflow:auto;
	width:37em;
	height:60em;
	padding-top:2em; 
	padding-left:3em;
	padding-right:3em;
	padding-bottom:3em;
	font-weight:bold;
	font-size:1em;
	line-height:2.5em;
 	border:.1em solid #667766;  
	background-color:#ffffff; 
	color:#013064;
}
#contentContainer .sb-shadow { background:white; }

#ombra
{
	position:absolute;margin-top:2.5em;
	margin-left:21.7em;	width:43em;
	height:65em;background-color:#667766;
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	position:absolute;
	margin-left:2em;
	margin-top:2em;
	height:410px;
	overflow:auto;	
	width:200px;
	border:0px solid #000;
	text-align:center;
/*	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:25px;
	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;
}

