
/* Agenda Module */
.agendaModule {
	float: left;
	width: 215px;
	/width: 205px;
	height: 55px;
	margin: 12px 15px 0px 15px;
	padding: 0px 0px 0px 10px;	
	text-align:center;
}

.agendaText {
	font-size: 12px;
	line-height: 10px;
	color:  #fff;
}
	
.agendaUrl {
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	color:  #fff;
	padding: 3px 10px 3px 10px;
	background-color: #26588b;
}
.agendaUrl:hover {
	text-decoration: none;
	background-color: #02336b;
}

.clearboth { clear: both; }


.languages{
	float: right;
	width: 150px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

.languagesMod {
	float: left;
	width: 50px;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;	
	
}

.logo{
	width: 415px;
	margin: 10px auto 0px auto;
	text-align:center;
	
}

.terminButton{
	height: 20px;
	position: relative;
	top: 186px;
	width: 200px;
	margin: 0px 0px 0px 25px;
	
}