	#ArticleList{
		width: 100%;
		border-color: #ffffff;
		border-width: 1px;
		border-style: none;	
		margin: 2px;
		padding: 2px;
	}

	#ArticleList div.artTitle{
		border-style: none;
		border-color: #ffffff;
		border-width: 0px;
		width 100%;
		text-align: center;
		margin-bottom: 5px;
		font-size: 16px;
		font-weight: bold;
		text-transform: UPPERCASE;
	}

	#ArticleList div.artByLine{
		border-style: none;
		border-color: #ffffff;
		border-width: 0px;
		width 49%;
		text-align: left;
		float: left;
	}
	
	#ArticleList div.artDate{
		border-style: none;
		border-color: #ffffff;
		border-width: 0px;
		width 49%;
		text-align: right;
		float: right;
		padding-right: 5px;
	}
	
	#ArticleList div.artBody{
		margin-top: 5px;
		border-style: none;
		border-color: #ffffff;
		border-width: 0px;
		width 98%;
		text-align: left;
		clear: left;
		padding-right: 5px;
		padding-left: 5px;
	}
	
	#ArticleList div.artPics{
		border-style: none;
		border-color: #ffffff;
		border-width: 0px;
		width 98%;
		text-align: right;
		margin-top: 5px;
	}

	#ArticleList div.artPics img{
		border-style: solid;
		border-color: #F8C31B;
		border-width: 1px;
		width: 240px;
		height: 180px;
		margin-right: 5px;
		margin-bottom: 5px;
	)