* {
  vertical-align: baseline;
  font-weight: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: 100%;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
}
	      
body {
  min-width: 1000px;
  background: #f7f7f7;
  color: #000000;
  font-family: Helvetica;
  font-size: 90%;
}

a {
  color: #094973;
}

a:visited {
  color: #1d2731;
}

ul {
  margin-left: 1.5em;
}

.emph {
  font-weight: bold;
}

.topMenu {
  position: fixed;
  width: 100%;
  min-width: 1000px;
  top: 0px;
  padding-left: 0.4em;
  z-index: 2;  
  background: #f7f7f7;
  opacity: 0.9; 
}

.topMenuItem {
  padding: 0.6em;
  float: left;
  font-family: Trebuchet MS;
  font-weight: bold;
  font-size: 110%;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s;
}

.topMenuItemActive:hover {
  background: #808080;
  color: #ffffff;
}

.topMenuItemIcon {
  height: 1.1em; 
  vertical-align: top;
  transition: all 0.3s;
}

.topMenuItemActive:hover img {
  filter: invert(100%);
}

.topMenuSeparator {
  height: 4.5em;
  width: 100%;
}

.headerPortrait {
  width: 250px; 
  height: 251px;
  margin-left: 40px; 
  float: left;
}

.headerText {
  margin-left: 330px;
  margin-right: 10%;
  font-size: 110%;
}

.headerText img {
  margin-left: 1.5em;
  width: 1.1em;
  vertical-align: middle;
}

.headerText a {
  color: black;
}

.titleOuter {
  clear: both;
  width: 100%; 
  margin-bottom: 1.5em; 
  background: linear-gradient(to right, #1d2731 49%, rgba(0,0,0,0) 50%); 
}

.titleInner {
  margin-right: 10%; 
  margin-left: 100px; 
  border-radius: 0.3em;
  padding: 0.77em;
  color: #ffffff; 
  background: #1d2731; 
  font-size: 220%; 
  font-weight: bold; 
  font-family: "Trebuchet MS", Helvetica;
  text-transform: uppercase;
}

.titleInner img {
  border-radius: 0px;
  height: 1.1em; 
  vertical-align: top;
}

.item {
  margin-left: 12.5%;
  margin-right: 12.5%;
  border-radius: 0.3em; 
  background:  linear-gradient(to right, #328cc1 10%, #ffffff 10%); 
  border: 1px solid #dcdcdc;
}

.itemHeader {
  float: left; 
  min-height: 3em;
  width: 10%; 
  padding-top: 0.75em; 
  font-family: "Trebuchet MS"; 
  font-weight: bold;
  text-align: center; 
  color: #ffffff; 
}

.itemContent {
  padding: 0.75em;
  margin-left: 10%;
  line-height: 120%;
}

.shadow {
  margin-left: 12.5%; 
  width: 75%; 
  height: 1em; 
  margin-bottom: 0.7em;
}

.section {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 0.2em;
  margin-bottom: 1.3em;
  padding: 0.65em;
  padding-top: 0.75em;
  padding-left: 1em;
  border-radius: 0.3em;
  background: #094973;
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  text-transform: uppercase;
}

.panel {
  margin-left: 12.5%;
  width: 75%;
  font-size: 110%;
}

.panelHeader {
  position: relative;
  display: inline;
  z-index: 1;
  top: 0.25em;
  left: -1em;
  background: #328cc1;
  padding: 0.5em;
  color: #ffffff;
  border-radius: 0.3em;
  font-family: "Trebuchet MS";
  font-weight: bold;
}  

.panelContent {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  border-radius: 0.3em;
  padding-top: 1em;
  padding-bottom: 0.7em;
}

.polaroid {
  float: right;
  width: 40%;
  max-width: 30em;
  box-shadow: 0.0em 0.15em 0.4em #707070;
  text-align: center;
  padding: 0.75em;
  margin-left: 1.25em;
  margin-right: 0.25em;
  margin-bottom: 1em;
  border-radius: 0.3em;
}

.polaroid img {
  width: 100%;
  margin-bottom: 0.5em;
}

.panelItem {
  padding-left: 1em; 
  padding-right: 1em; 
  font-size: 90%;
}

.panelItem p {
  margin-bottom: 0.5em;
}

.divider {
  width: 100%; 
  height: 1px; 
  background: #dcdcdc; 
  margin-top: 0.6em; 
  margin-bottom: 0.6em;
}

.footer {
  width: 100%;
  padding: 1em;
  border-top: 0.3em solid #ffffff;
  background: #1d2731;
  color: #ffffff;
  font-family: "Trebuchet MS";
  font-weight: bold;
  text-align: center;
}

.footer a {
  color: #ffffff;
}

.footer img {
  width: 1.25em;
  vertical-align: middle;
}

.footer div {
  margin-bottom: 0.75em;
}

.bibtexbutton {
  color: #094973;
  text-decoration: underline;
  cursor: pointer;
}

.keyword {
  background: #094973; 
  color: white; 
  border-radius: 0.3em; 
  padding: 0.25em; 
  padding-left: 0.5em; 
  padding-right: 0.5em;
  display: inline-block;
  margin-top: 0.35em;
  margin-left: 0.2em;
}


