.clear {
	clear: both;
}

img {
	border: none;
}

#Divider {
	height: 289px;
	background: #5c8917 url(../images/bgHomeGradient.gif) bottom repeat-x;
	overflow: hidden;
}

#Divider div {
	margin: 0px auto;
	height: 289px;
	width: 990px;
	overflow: hidden;
}

#Divider div div {
	font: normal 0.8em/1.4em Verdana, Arial, Helvetica, sans-serif;
	margin: 45px 30px 20px 0px;
	width: 342px;
}

#Divider h1 {
	margin-top: 0px;
	font: normal 2.2em Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: lowercase;
}

#Divider a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding: 0px 2px;
}

#Divider a:hover {
	background-color: #fff;
	color: #5c8917;
	border-bottom: 1px solid #fff;
}

#MultimediaHolder {
	width: 570px;
	float: left;
	margin: 0px 10px 0px 30px;
}

#Search {
	float: left;
	margin-left: 30px;
}

#Content {
	padding: 28px 28px 58px 28px;
}

.newsItem {
	float: left;
	width: 290px;
	overflow: hidden;
	margin-right: 20px;
}

.newsItem h2.title {
	margin-bottom: 0px;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}

.newsItem p {
	margin-top: 0px;
}

#Footer {
	position: relative;
	margin-top: -24px;
	height: 24px;
	background: none;
}

#HomeContentPagination ul {
	list-style-type: none;
	height: 24px;
	margin: 0px 30px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#HomeContentPagination li {
	float: right;
	height: 24px;
	width: 100px;
	background: url(../images/bgMainNavigationActive.gif) repeat-x;
}

#HomeContentPagination li:hover {
	background: url(../images/bgMainNavigation.gif) repeat-x;
}

#HomeContentPagination div {
	height: 24px;
	width: 100px;
	background: url(../images/bgMainNavigationActiveNW.gif) left no-repeat;
}

#HomeContentPagination div:hover {
	background: url(../images/bgMainNavigationNW.gif) left no-repeat;
}

#HomeContentPagination div div {
	height: 24px;
	width: 100px;
	background: url(../images/bgMainNavigationActiveNE.gif) right no-repeat;
}

#HomeContentPagination div div:hover {
	background: url(../images/bgMainNavigationNE.gif) right no-repeat;
}

#Footer a {
	display: block;
	float: left;
	height: 24px;
	padding: 6px 18px 0px;
	text-decoration: none;
	text-transform: uppercase;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: none;
	white-space: nowrap;
}


