/* CSS Document */
body{
	background-repeat:no-repeat;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:0.9em;
	line-height:130%;
	text-align:center;
	height:100%;
	background-color: #003366;
}
#contentContainer h2{	/* No margins above <h2> tags */
	margin-top:0px;
}


#mainContainer{
	width:760px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:20px;
	border:1px solid #000;
	background-color: #FFF;
}
#contentContainer{
	float:left;
/*	border:1px solid #000;
	background-color: #b0c4de;*/
	border:1px solid #000;
	background-color: #ffffff;
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 602px;	/* IE 5.x */
	width/* */:/**/585px;	/* Other browsers */
	width: /**/585px;
	
	/* CSS HACK */
/*	height: 412px;	/* IE 5.x */
/*	height/* */:/**/390px;	/* Other browsers */
/*	height: /**/390px;
			
}
#contentContainer .openingText{
	color:black;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:450px;
	overflow:auto;	
	width:140px;
	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 #999;
	background-color:#DDCE8D;
	height:30px;
	margin:1px;
	padding:2px;
	color:#003366;
	cursor:pointer;
	text-align:center;
	padding-top:10px;
	font-weight: bold;
}
.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;
}
