body,td,th {
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
}
body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 780px;
}

#maintext {
	width: 750px;
	margin-top: 0px;
	margin-left: 20px;
	margin-right: 760px;
	margin-bottom: 0px;
	padding-bottom: 20px;
	background-color: #000;
	}
	
#header {
	width: 780px;
	height: 100px;
	background-image: url(../images/page_header.jpg);
	
	}

#footer {
	width: 780px;
	height: 110px;
	background-image:url(../images/page_footer.jpg);
	background-repeat:no-repeat;
	padding-top: 20px;
	margin-left: 0px;
	text-align: center;
	}

/*text - links format*/

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color:#FF0000;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#666666;
}

.smallText {
font-size:9px;
}

.features {
      font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#000000;
}

.slideshow { height: 300px; width: 780px; margin: auto }
.slideshow img { padding: 0px; border: 1px solid #000; background-color: #000; }



/* New container styles */

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


#mainContainer{
	width:769px;
	margin:0 auto;
	text-align:left;
	padding:5px;
	margin-top:0px;
	border:1px solid #000;
	background-color: #000;
}
#contentContainer{
	float:left;
	border:1px solid #000;
	background-color: #000000;
	overflow:auto;
	margin-right:10px;
	padding:10px;
	
	/* CSS HACK */
	width: 647px;	/* IE 5.x */
	width/* */:/**/630px;	/* Other browsers */
	width: /**/630px;
	
	/* CSS HACK */
	height: 412px;	/* IE 5.x */
	height/* */:/**/390px;	/* Other browsers */
	height: /**/390px;
			
}


#contentContainer .openingText{
	color:red;
}

#articleListContainer{	/* <ul> container for article list */
	float:left;
	height:410px;
	overflow:auto;	
	width:100px;
	border:1px solid #000;
	background-color:#000;	
}
.articleList{
	margin:0px;
	padding:2px;
}
.articleList li{	/* General layout article in list */
	list-style-type:none;
	border:1px solid #999;
	background-color:#000;
	height:25px;
	margin:1px;
	padding:2px;
	color:#fff;
	cursor:pointer;
}
.articleList li.articleMouseOver{	/* Mouse over article in list - layout */
	border:1px solid #999;
	color:#fff;
}
.articleList li.articleClick{	/* Active article in list - layout */
	border:1px solid #ff0000;
	color:#000;
	font-weight: bold;
	background-color:#ff0000;
	color:#000;
	font-weight: bold;
}

.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;
}

