﻿* {
  margin: 0;
  padding: 0;
}

/*body {
  background: #96D3FF url(../images/stripes2.png) repeat-x;
  font-family: Verdena, Arial, "Trebuchet MS" , sans-serif;
  font-size: 12px;
  color: #333;
}*/

body {
  background: #004A7F url(../images/stripes2.png) repeat-x;
  font-family: Verdena, Arial, "Trebuchet MS" , sans-serif;
  font-size: 12px;
  color: #333;
}
h1 {
  font-size: 18px;
  color: #0036A3;
  border-bottom: 1px dotted #17365D;
  padding-bottom: 3px;
  margin-bottom: 8px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
}

a, a:link, a:visited {
  text-decoration: none;
  color: #0036A3;
  border-bottom: 1px dotted #0036A3;
}

a:hover {
  border-bottom: 1px solid #0036A3;
}

a img {
  border: none;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clear {
  clear: both;
}

div#header {
  background: url(../Images/header.png) top left no-repeat;
  width: 700px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  -moz-border-radius-bottomleft: 8px; 
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
}

div#header h2 {
  font-size: 16px;
  color: #00FFFF;
  font-weight: bold;
  margin-left: 10px;
}

div#header ul.menu {
  list-style: none;
  padding-right: 10px;
}

div#header ul.menu li {
  float: left;
}

div#header ul.menu li a:link,
div#header ul.menu li a:visited {
  display: block;
  width: 100px;
  height: 40px;
  background: #C0C0C0;
  text-decoration: none;
  text-align: center;
  color: #333;
  border: none;
  border-left: 1px solid #EEE;
  border-right: 1px solid #EEE;
  margin-left: -1px;
  outline: none;
}

div#header ul.menu li a:hover {
  background: #333;
  color: #FFF;
}

div#center {
  background: #FFF;
  width: 700px;
  margin: 10px auto 0 auto;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-box-shadow: 0 0 5px #333;
  -webkit-box-shadow: 0 0 5px #333;
}

div#footer {
  width: 680px;
  margin: 3px auto 0 auto;
  padding: 0 10px;
  font-size: 11px;
  color: #666;
  text-align: right;
}

div#footer a:link,
div#footer a:visited {
  color: #666;
  border: none;
}

div#footer a:hover {
  border: none;
  text-decoration: underline;
}

div#content {
  min-height: 500px;
}

div.text {
  padding: 30px;
  text-align: justify;
  line-height: 1.5em;
}

ul.publications {
  margin-left: 15px;
  line-height: 15px;
}

ul.publications li {
  margin-bottom: 10px;
}

span.pdf {
  display: inline-block;
  border: 1px solid #C0C0C0;
  -moz-border-radius: 5px;
  padding: 2px;
}

span.pdf a, span.pdf a:link, span.pdf a:visited {
  vertical-align: middle;
  border: none;
}

span.pdf a:hover {
  text-decoration: none;
  border: none;
}

span.pdf span {
  border-bottom: 1px dotted #0036A3;
}

span.pdf span:hover {
  border-bottom: 1px solid #0036A3;
}

span.pdf img {
  vertical-align: middle;
}

ul.links {
  list-style: none;
}

ul.links li {
  margin-bottom: 10px;
}

img.photo {
  width: 160px;
  float: right;
  border: 5px solid #C0C0C0;
  margin: 0 0 10px 10px;
}

a.email:link, a.email:visited {
  display: inline-block;
  width: 70px;
  height: 15px;
  border: none;
  background: url(../Images/mail.png) no-repeat;
  margin-bottom: -5px;
  outline: none;
}

a.email:hover {
  border: none;
  background: url(../Images/mail_hover.png) no-repeat;
}


