#news_bg{
	width: 1000px;
	margin: 5px auto 5px auto;
	background-image: url(../layout/blue/contenthead.png);
	background-repeat: repeat-x;
	background-color: #333333;
}
input.submit {
	color: white;
	background-color: #003366;
	border-top: solid 1px #004488;
	border-left: solid 1px #004488;
	border-right: solid 1px #002244;
	border-bottom: solid 1px #002244;
}
/*---Latest News Area---*/
#latest_news{
	width: 600px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 5px 0px;
	float: left;
}
#latest_news_item{
	width: 580px;
	height: 90px;
	background-image: url(../layout/news/itembg.png);
	display: block;
	margin: 0px;
	padding: 5px 10px 5px 10px;
}
#latest_news_item:hover{
	background-position: 0px -100px;
}
#latest_news_item.blog{
	width: 770px;
	background-image: url(../layout/news/blogitembg.png);
}
#latest_news.blog{
	width: 780px;
}
#latest_news h2{
	color: white;
	margin: 0px;
	text-indent: 10px;
	border-bottom: solid 2px white;
}
#news_sidebar{
	width: 400px;
	margin-top: 10px;
	float: right;
}
#news_sidebar.left{
	width: 191px;
	padding: 2px;
	float: left;
	margin-left: 5px;
}
#news_sidebar.right{
	width: 196px;
	padding: 2px;
	float: right;
}
#categories a{
	border-bottom: dotted 1px #111111;
	font-size: 14px;
	line-height: 20px;
	display: block;
	width: 195px;
}
#news_bg a:hover, #news_bg a:active{
	text-decoration: underline;
}