body {
	font-family: "Georgia", "Times New Roman", Serif;
	text-align:center;
	color:rgb(51,51,51);
	font-size: 9pt;
}

body a {
	color: rgb(125,125,125);
}

body p {
	margin-top: 0px;
	line-height: 14pt;
}

a.tiny {
	font-size: 7pt;
}


.page {
	width:840px;
	margin:auto;
	text-align:left;
}

.header {
	background-color:rgb(247,245,241);
	border:1px solid rgb(204,204,204);
	margin-bottom:7px;
	height:160px;
}

.header .logo {
	float: left;
	border: 0px;
}

.header img.banner {
	margin: 0px 0px 0px 0px;
}

.header a {
	border: 0px;
	text-decoration: none;
}

.main {
	background-color:rgb(247,245,241);
	border:1px solid rgb(204,204,204);
}

.page .languages {
	height			: 20px;
	overflow		: hidden;
}

.page .languages img {
	float			: right;
	margin-left		: 5px;
	border			: 0px;
}


/********************************************************************
 *
 *	MENU PRIMARY
 *
 ********************************************************************/

.menu.primary ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:838px;
	background-color:rgb(204,204,204);
	height:30px;
	overflow: hidden;
}
.menu.primary ul li {
	margin:0;
	padding:0;
	float:left;
	background-color:rgb(247,245,241);
	height:29px;
	text-align:center;
}

.menu.primary ul li a {
	display:block;
	background-color:white;
	color:rgb(51,51,51);
	text-decoration:none;
	padding:4px 20px 4px 20px;
	border-bottom:1px solid rgb(204,204,204);
	border-right: 1px solid rgb(204,204,204);
	font-size: 9pt !important;
}

.menu.primary ul li a:hover {
	background-color:rgb(236,238,232);
}

.menu.primary ul li.active a {
	background-color:rgb(236,238,232);
}

.menu.primary ul li a.last {
	border-right: 1px solid white;
}

.menu.primary ul li a.last.english {
	padding: 4px 29px;
}

.menu.primary ul li a.last:hover {
	border-right: 1px solid rgb(236,238,232);
}

.menu.primary ul li a.last.active {
	border-right: 1px solid rgb(236,238,232);
}


/********************************************************************
 *
 *	MENU SECONDARY
 *
 ********************************************************************/

.menu_secondary {
}

.menu_secondary img {
	float: right;
	padding: 0px;
	margin: 3px 0px 0px 0px;
}

.menu_secondary ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	float:right
}

.menu_secondary ul li {
	float:left;
	height: 30px;
}

.menu_secondary ul li a {
	display:block;
	background-color:white;
	border: 1px solid rgb(204,204,204);
	background-color:white;
	color:rgb(51,51,51);
	text-decoration:none;
	padding:4px 10px 4px 10px;
	margin-left:-1px;
	font-size: 9pt;
}

.menu_secondary ul li a.first {
	margin-left: 0px;
}

.menu_secondary ul li a:hover {
	background-color:rgb(236,238,232);
	padding-top:6px;
	padding-bottom:4px;
	position:relative;
	top:-2px;
}
.menu_secondary ul li a.active {
	background-color:rgb(236,238,232);
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid rgb(236,238,232);
	position:relative;
	top:-4px;
	z-index:2;
}

.menu_secondary ul li a.active:hover {
	padding-top:6px;
	padding-bottom:6px;
}

/********************************************************************
 *
 *	TOP MAIN AREA
 *
 ********************************************************************/


.contentWrapper {
	padding: 20px 20px 10px 20px;
}

.contentIntro {
	clear: both;
	z-index: 2;
	display: block;
	padding-bottom: 25px;
}

.contentIntro img {
	float: right;
}

.contentIntro p {
	float: left;
}

.page_images img {
	float: left;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.content {
	clear: both;
	font-size: 9pt;
	line-height: 14pt;
}

.content .long_bodytext {
	height: 250px;
	width: 450px;
	overflow: hidden;
	float: left;
}

.content .long_bodytext.narrow {
	width: 365px;
	height: 340px;
}

.content .introimage {
	float: right;
	margin: 0px;
	padding: 0px;
}

.content .map_image {
	width: 280px;
	float: right;
	border: 1px dotted silver;
	height: 200px;
}

.short_bodytext {
	width: 300px;
	height: 120px;
	overflow: hidden;
	float: left;
	margin: 0px;
	padding: 0px;
}

/********************************************************************
 *
 *	TABBED PANE
 *
 ********************************************************************/

.tabbed_content {
	padding: 20px 20px 0px 20px;
	background-color:rgb(236,238,232);
	border:1px solid rgb(204,204,204);
	position:relative;
	top:-6px;
	margin: 0px;
	clear: both;
}
* html .tabbed_content {height: 1px;}

/********************************************************************
 *
 *	SEARCH
 *
 ********************************************************************/

.search {
	margin:auto;
	text-align:center;
	padding-bottom:15px;
	clear: both;
}

.search form {
	margin: 0px;
	padding: 0px;
}

.search span {
	font-size: 10pt;
}

.search table {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
}

.search table tr td {
	font-family:georgia;
	font-size:10pt;
	font-weight:600;
	margin:0pt;
	padding:0pt;
	text-transform: uppercase;
}

.search img {
	float: left;
}

.search input.query {
	border:1px solid rgb(204,204,204);
	font-size: 11pt;
	margin-left: 5px;
}

.search_results a {
	text-decoration: none;
}

.search_results p {
	margin: 0px;
	padding: 0px;
}

.search_results .hit {
	margin-top: 25px;
}


/********************************************************************
 *
 *	FOOTER
 *
 ********************************************************************/

.footer {
	text-align:right;
	font-size:7pt;
	font-family: arial;
	color:rgb(51,51,51);
}
.footer a {
	color:rgb(125,125,125);
}

.footer p {
	margin-top: 10px;
}


/********************************************************************
 *
 *	ARTICLE
 *
 ********************************************************************/

.article {
	width: 756px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: rgb(51,51,51);
	font-size: 9pt;
}

* html .article {
	position: relative;
	left: -5px;
}

.article img {
	border: 0px;
	margin: 0px;
	float: left;
	padding: 0px;
}

.article a {
	text-decoration: none;
	color: rgb(125,125,125);
}

.article .abstract {
	display: none;
}

.article h1 {
	font-size:12pt;
	font-weight: 600;
	font-family: georgia;
	margin:0;
	text-transform: uppercase;
	float: left
	padding: 10px 0px;
}

.article h2 {
	font-size:10pt;
	font-family: georgia;
	margin:0;
	padding:0;
	text-transform: uppercase;
}

.article h3 {
	font-size:9pt;
	font-weight:normal;
	font-family: georgia;
	margin:0;
	padding:0;
}

.article .column1 {
	float: left;
	height: 85px;
	width: 110px;
	margin: 0px;
	padding: 0px;
}

.article .column2 {
	margin:0px;
	float:left;
	margin-left: 15px;
	width: 300px;
	line-height: 14pt;
	height: 85px;

}

.article .column2.sub {
	width: 440px;
}

.article .column2 h2 {
	text-transform: uppercase;
}

.article .column2 h2 .date {
	font-size: 8pt;
	font-family: arial;
	font-weight:normal;
	text-transform: none;
}

.article .column3  {
	margin:0px;
	float: left;
	min-width: 140px;
	margin-left: 15px;
	height: 94px;
	overflow: hidden;
}

* html .article .column3 {
	width: 140px;
}

.article .column3 .map_description {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}

.article .column4 {
	margin:0px;
	float: left;
	width: 160px;
	margin-left: 15px;
	height: 85px;
	font-size: 8pt;
	overflow: hidden;
}

* html .article .column4 {
	width: 155px;
}


.article ul {
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.article ul li {
	list-style-type: none;
	padding-top: 3px;
}

.article p.links {
	font-size: 10pt;
	margin:0px;
	margin-top: 10px;
	padding:0px;
}

.article .text {
	width: 400px;
	float: left;
}

.article .text ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}


.article .images {
	width: 300px;
	float: right;
}

.article .images img {
	margin-bottom: 20px;
}

.dummy {
	width: 110px;
	height: 85px;
	border: 0px;
	float: left;
}


/********************************************************************
 *
 *	ARTICLE AND EVENT NAVIGATION
 *
 ********************************************************************/

.navigation {
	font-size: 9pt;
	padding-bottom: 20px;
	margin-top: 25px;
}

.navigation img {
	border: 0px;
}

.navigation a {
	text-decoration: none;
	float: left;
}

.navigation a.back {
	margin-top: 2px;
}

.navigation a:hover {
	text-decoration: none;
}

.navigation.top {
	float: right;
	margin-top: 0px;
}


/********************************************************************
 *
 *	MAP
 *
 ********************************************************************/

.mapOptions {
	padding: 5px 0px;
	clear:both;
	line-height: 20px;
	min-height: 20px;
}

* html .mapOptions {
	height: 20px;
}

.mapOptions input {
	padding-right: 0px;
	margin: 0px;
}

.mapOptions span {
	margin-right: 40px;
	margin-left: 5px;
	color: rgb(125,125,125);
	font-size: 9pt;
}

* html #mapImage {
	margin-bottom: 20px;
}


/********************************************************************
 *
 *	HEADERS
 *
 ********************************************************************/

h1 {
	font-size:15pt;
	font-weight: normal;
	font-family: georgia;
	margin:0;
	padding:0;
	float:left;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h2 {
	font-size:10pt;
	font-weight: 600;
	font-family: georgia;
	margin:0;
	padding:0;
	text-transform: uppercase;
}



.divider {
	clear: both;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	margin: 0px;
	border: none;
}



/********************************************************************
 *
 *	EVENT
 *
 ********************************************************************/

.event {
	width: 756px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: rgb(51,51,51);
	font-size: 9pt;
}

.event .text {
	width: 400px;
	float: left;
}

.event .images {
	width: 300px;
	float: right;
}

.event .images img {
	margin-bottom: 20px;
}

.event h1 {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
}

.event p.abstract {
	margin-bottom: 10px;
}

.event .info {
	width: 75%;
	font-size: 10pt;
	margin-bottom: 20px;
}

