body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Helvetica, Arial, Tahoma;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0;
  background-color: #FFF;
  color: #595959;
}
a{
  font-style: normal;
  text-decoration: none;
  color:#595959;
}

.topbar {
  transition: all 0.2s ease-in 0s;
  background-color:rgba(255,255,255,0.6);
  position:fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:100;
  padding: 0 10px;
  height:45px;
  width:100%;
  margin:0 auto;
  vertical-align: middle;
}
.topbar:hover {
  background-color:#FFF;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
/*
  border-bottom: 1px solid #CCC;
*/
}
.menu {
margin:0 20px;
float:right;
}
.logo {
  float:left;
  margin:10px;
  height:30px;
  line-height: 30px;
  font-size: 30px;
  font-family: Helvetica, Arial, Tahoma;
  font-style: normal;
  font-weight:bold;
}
.logoItem {
  font-style: normal;
  text-decoration: none;
  color:#595959;
}
.logoItem:hover {
  color:#004b77;
}
.menuItem {
  transition: all 0.1s ease-in 0s;
  vertical-align: middle;
  float:left;
  font-style: normal;
  text-decoration: none;
  color:#595959;
  margin:0;
  cursor: pointer;
  height: 40px;
  position: relative;
  text-align: center;
  width: 100px;
}
.menuItemText {
  font-family: Helvetica, Arial, Tahoma;
  margin:10px 0;
  padding:0;
  height:20px;
  line-height: 20px;
  font-size: 14px;
  font-style: normal;
  vertical-align: middle;
}
.menuItem:hover {
  border-bottom:3px solid #004b77;
}
.menuActive {
  border-bottom:3px solid #004b77;
}
.clear {
  clear:both;
}
.content {
  padding:60px 0 0 0;
  width:100%;
}
.contentMainImage {
  border:1px solid #AAA;
  width:100%;
  max-height:300px;
  overflow: hidden;
}
.contentText {
  width:80%;
  padding:20px;
  margin:0 auto;
}
.contentTextBig {
  font-size:28px;
  padding:20px;
  line-height: 42px;
  text-align:center;
}
.contentHeader {
  margin:20px 0;
  color:#FFF;
  font-size:24px;
  font-weight:bold;
  padding:4px 6px;
  border-radius: 3px;
  background-color:#004b77;
}
.contentHeader2 {
  color:#666;
  margin:20px 0;
  font-size:24px;
  font-weight:normal;
  padding:4px 6px;
  text-align:center;
}
.journalTitle {
  color:#004b77;
  font-size:18px;
}
.publication {
  font-size:12px;
  margin:15px 0;
  padding:15px 0;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  transition: all 0.1s ease-in 0s;
}
.publication:hover {
  background-color:#f2efef;
}
.publicationLinked {
  font-size:12px;
  margin:15px 0;
  padding:15px 0;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  transition: all 0.1s ease-in 0s;
}
.publicationlinked:hover {
  background-color:#f2efef;
  cursor: pointer;
}
.quote {
  background-color:rgba(255,255,255,0.6);
  background-image: url("/img/matisse_light.jpg");
  background-position: center;
  border-top:1px solid #DDD;
  border-bottom:1px solid #DDD;
  padding:20px 0;
  color:#000;
  width:100%;
  margin:25px 0 25px 0;
  text-align:center;
  font-size:24px;
  font-family: Helvetica, Arial, Tahoma;
}
.iconButton {
  transition: all 0.2s ease-in 0s;
  opacity: 0.5;
}
.iconButton:hover {
  opacity: 1;
}
.showcasePanel {
  margin-top:20px;
  width:100%;
  text-align: center;
}
.showcase {
  display: inline-block;
  margin:10px 20px;
  padding:0 0 10px 0;
  width:300px;
  transition: all 0.2s ease-in 0s;
  text-align:center;
  border:1px solid #DDD;
}
.showcase:hover {
  cursor: pointer;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}
.showcaseImg {
  margin:0 0 10px 0;
/*
  padding:0 0 10px 0;
  border-bottom:1px solid #CCC;
*/
}