#ArticleList{
		width: 100%;
		border-bottom-color: gray;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		margin-bottom: 10px;		
		padding: 1px;
		float: none;
	}
	
	.artTitle a{
		color: #D1AD29;
		background-color:
		transparent; font-size: 1.4em;
	    font-weight: bold;
		text-decoration: none;
	}

	.artTitle a:hover{
		color: White;
		text-decoration: none;
	}
	
	.artByLine{
		color: white;
		width 50%;
		text-align: left;
		float: left;
		font-size: 12px;
	}
	
	.artDate{
		color: White;
		width 50%;
		text-align: right;
		float: right;
		padding-right: 5px;
		font-size: 12px;
	}
	
	.artBody{
		color: White;
		margin-top: 5px;
		width 100%;
		text-align: left;
		clear: left;
		padding: 5px;
	}
	
	.artPics{
		width 100%;
		text-align: right;
	}

	.artPics img{
		border-style: solid;
		border-color: #08188C;
		border-width: 0px;
		margin: 3px;
		vertical-align: top;
	)
