
.calendar {
	position: relative;
	top: 400px;
	left: 40px;
	}
.calendar a {
	color: #085D84;
	font-weight: bold;
	}
.calendar a:hover {
	color: #fff;
	background-color: #085D84;
	font-weight: bold;
	}
.calendar .totalYear{
	width: 500px;
	}
.calendar .year{
	width: 100px;
	}
.calendar .descriptions{
	width: 400px;
	}
.calendar .descriptions .tabletext{
	width: 400px;
	border: 1px solid white;
	background-color: #dddddd;
	}
	
.newsEventsContent {
	position: relative;
	/*top: 400px;*/
	left: 40px;
	width: 700px;
	}
.newsEventsContent ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	}
.newsEventsContent li {
	display: inline;
	float:left;
	}
.newsEventsContent .leftSection {
	width: 350px;
	position: relative;
	/*top: -120px;*/
	}
.newsEventsContent .leftSection h4 {
	font-size: 16px;
	margin-bottom: 10px;
	}
.newsEventsContent .leftSection .calendarEvents {
	background-color: #DAE2E4;
	width: 310px;
	padding: 20px 15px 10px;
	line-height: 145%;
	}
.newsEventsContent .leftSection .calendarEvents a {
	font-weight: bold;
	color: #085D84;
	width: 250px;
	}
.newsEventsContent .leftSection .calendarEvents a:hover {
	background-color: #085D84;
	color: #fff;
	}
.newsEventsContent .leftSection .calendarEvents h4 {
	font-size: 16px;
	}
.newsEventsContent .leftSection .calendarEvents td {
	padding: 8px 0;
	border-top: 1px solid #acc;
	border-collapse: collapse;
	}
.newsEventsContent .leftSection .calendarEvents td.date {
	width: 65px;
	padding-right: 15px;
	}
.newsEventsContent .leftSection .inTheNews {
	color: #000;
	}
.newsEventsContent .leftSection .inTheNews a {
	color: #085D84;
	font-weight: bold;
	}
.newsEventsContent .leftSection .inTheNews a:hover {
	background-color: #085D84;
	color: #fff;
	}
.newsEventsContent .leftSection .inTheNews p {
	top: -10px;
	left: 0px;
	width: 340px;
	}
.newsEventsContent .rightSection {
	width: 300px;
	position: absolute;
	/*top: -120px;*/
	left: 380px;
	}
.newsEventsContent .rightSection a {
	color: #085D84;
	font-weight: bold;
	}
.newsEventsContent .rightSection a:hover {
	background-color: #085D84;
	color: #fff;
	}
.newsEventsContent .rightSection h4 {
	font-size: 16px;
	margin-bottom: 10px;
	width: 300px;
	}
/*.newsEventsContent .rightSection ul {
	padding: 0px;
	padding-bottom: 10px;
	margin: 0px;
	top: -4px;
	position: relative;
	width: 325px;
	list-style-type: none;
	}
.newsEventsContent .rightSection li {
	padding-bottom: 7px;
	padding-top: 7px;
	width: 280px;
	padding-right: 25px;
	display: list-item;
	}*/
.newsEventsContent .rightSection p {
	position:relative;
	left: 0;
	top: -10px;
	width: 300px;
	}
.newsEventsContent .rightSection .tnColumn a:hover {
	background-color: #fff;
	}
.newsEventsContent .rightSection .thumbnail {
	/*float: left;*/
	margin-right: 10px;
	}
	
.overview {
	position: relative;
	top: 400px;
	left: 40px;
	width: 650px;
	}
.overview a {
	color: #085D84;
	font-weight: bold;
	}
.overview a:hover {
	color: #fff;
	background-color: #085D84;
	}
