/* HOME PAGE */
#indexWideTop {
	margin: 1px 0px 1px 0px;
	width: 780px;
	height: 225px;
}

#indexWideTopText {
	font-size: 12px;
	color: #ddd;
	position: relative;
	top: 64px;
	padding: 0 8px 10px 8px;
	width: 265px;
}
#indexWideTopText a {
	font-weight: bold;
	color: #cfa242;
	text-decoration: none;
}
#indexWideTopText a:hover {
	color: #fff;
}
#homeLeftCol {
	width: 240px;
	height: 430px;
	background-color: #aaa;
	margin: 0px 1px 0px 0px;
	float: left;
	display: inline;
	padding: 0px;
}
#homeRightCol {
	width: 539px;
	height: 430px;
	background-color: #ccc;
	margin: 0px;
	float: left;
	display: inline;
	padding: 0px;
}

#homeRightColTop {
	width: 100%;
	height: 52%;
	border-bottom: 1px solid #faf9f1;
	padding: 0px;
}
#homeRightColBottom {
	width: 100%;
	height: 48%;
}
#homeRightColBottomLeft {
	float: left;
	width: 263px;
	display: inline;
	height: 100%;
}
#homeRightColBottomRight {
	float: left;
	display: inline;
	width: 255px;
	border-left: 1px solid #ddd;
	height: 100%;
}

.index_newsEventsDate {
	color: #666666;
}

.index_newsEventsHeadline {
	font-weight: bold;
}

.index_newsEventsLocation {
	color: #666666;
}