body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 300;
}
h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1;
}
h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
}
h3 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.42857143;
  padding-left: 5px;
}
p {
 font-size: 14px;
 font-weight: 300;
}
a {
  text-decoration: none;
  color: #364449;
  cursor: pointer;
}
.top {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color : white;
  color: white;
  margin-top:0px;
  height: 80px;
  width:100%;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 30px;
  width:100%;
  background-color : #333;
  color: #FFF;
}
.menu {
  position: fixed;
  top: 80px;
  left: 0;
  z-index: 999;
  background-color : #333;
  margin: 0;
  height: 40px;
  width: 100%;
}
.leftDiv {
  position: fixed;
  top: 120px;
  left: 0;
  z-index: 999;
  width: 200px;
}
.content {
  margin-top:80px;
  margin-left:200px;
  margin-right: 20px;
  margin-bottom: 40px;
  padding:3px;
}
a.bold {
 font-weight: bold;
 color: #1391b8;
}
a.blue {
  color: #1391b8;
}
a.language-link {
  color: #a7acb2;
  font-size: 12px;
  line-height: 28px;
  vertical-align: bottom;
  padding:3px
}
a.language-link:hover {
  color: #1391b8;
  cursor: pointer;
}
a.language-link.active {
  color: #1391b8;
}
.biblio-entry {
  margin: 10px 30px;
  text-indent: -15px;
}
.biblio-authors {
  color: #2A3538;
}
.biblio-title {
  color: #1391b8;
}
.anchor {
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}
#map { 
	height: 600px;
}
