/* CSS Document */
#newsHeadline{
	clear:both;
	margin-bottom: 3px;
}

#newsContainer{
	border:1 solid #00FF00;
	width: 200px;
}

#newsDetailWithPic img  {
	border: 1px double #CCCCCC;
	float: left;
	margin-left:0px;
	margin-right:10px;
}
#newsTextBlock {
	color: #5F5E3F;
	float: left;
	font-size: 12px;
	width: 330px;
}

#newsItem {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width:100%;
	clear:both;
}
#newsItem img  {
	border: 1px double #CCCCCC;
	float: left;
	margin-left:0px;
	margin-right:10px;
	margin-bottom:10px;
}

.newsHead{
	font-size: 11px;
	color: #990000;
	font-weight: bold;
}
.newsHead2{
	font-size: 12px;
	font-weight: bold;
	color: #5F5E3F;
	text-decoration: underline;
}
.newsSub{
	font-size: 11px;
	font-weight: bold;
}
.newsSub2{
	font-size: 10px;
	font-weight: bold;
}
.newsAdded{
	font-size: 10px;
	color:#999999
}
#fileList{
	padding:5px;
	color: #828059;
	border: 1px dashed #828059;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align: middle;
}

#fileListEmpty{
	margin: 5px 0px;
	clear:both;
}
#fileList table{
	margin-left: 20px;	
}

#fileList  a, #fileList  a:visited{
	display: block;
	text-decoration: underline;
	padding: 4px 4px;
	background: #A09F6F;
	color: #003366;
}
#fileList  a:hover, #fileList  a:active, #fileList  a:focus {
	background-color: #000000;
	color: #000000;
	letter-spacing: 0.01px;
}

.dashed{
	height:16px;
	clear:both;
	margin:8px auto auto;
	background: url(../intImages/newsDivider.png) repeat-x;
}
