{!-- -*- Mode: CSS; -*- --} 
/* <style type="text/css"> */
#divHeaderBackground {
	background-image:url(/images/header_backgroundsmall.jpg);
	background-repeat: repeat-x;
	height: 242px;
}
#divbreadCrumbs {
	height: 40px;
	width: 535px;
	margin: 0 15px 0 15px;
	border-bottom: 1px solid #aca490;
}
#divbreadCrumbs ul {
	list-style: none;
	padding: 0;
}
#divbreadCrumbs li {
	display: inline;
	color: #666666;
	line-height: 45px;
}
#divbreadCrumbs a {
	color: #666666;
	padding: 0px 5px 0px 5px;
}
#divbreadCrumbs .current a {
	color: #b15e14;
	padding: 0px 5px 0px 5px;
}
#divFeaturedArticle {
	margin: 10px 15px 0px 15px;
	color:#666666;
	width: 535px;
	background-image: none;
	border: none;
}
#divFeaturedArticle h1 {
	padding: 10px 15px 0px 0px	
}
#divFeaturedArticle p {
	padding-bottom: 10px;
}
divNewsWire img {
	margin: 15px 15px 15px 15px;
	float: right;
	text-align: right;
}
#divSideNav {
	float: left;
	width: 173px;
}
#divSideNav a:link, #divSideNav a:visited{
	line-height: 16px;
	color: #666666;
	padding-bottom: 20px;
	text-decoration: underline;
}
#divSideNav .current a:link, #divSideNav .current a:visited {
	line-height: 16px;
	color: #b15e14;
}
#divSideNav li {
	margin-bottom: 8px;
}
#divSideNav a:hover{
	line-height: 16px;
	padding-bottom: 20px;
	text-decoration: underline;
	color: #333333;
}
#divMainContentClear {
	clear: both;
	width: 990px;
	height: 0px;
}
/* </style> */ 
	
