html {
  font-size: 100%;
}

/*
@font-face { 
  font-family: "DejaVu Sans";
  src: url(DejaVuSans.eot);
  src: local("DejaVu Sans"), url(DejaVuSans.ttf) format("truetype");
}
*/

body {
  font-family: "DejaVu Sans", Verdana, sans-serif;
  font-size: 0.80em;
  background-color:#f0f0f0;
  color: black;
}


.page {
  margin-left: 15em;
  margin-right: 15em;
}

.content {
  color: #000000;

  background: #ffffff url(images/grad.png);
  background-position: top left;
  background-repeat: repeat-x;

  margin-top: 0.25em;
  margin-bottom: 0.5em;

  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0em;
  padding-bottom: 1.5em;

  border-color: #d0d0d0;
  border-width: thin;
  border-style: solid;

  border-bottom-left-radius: 1.5em;
  -moz-border-radius-bottomleft: 1.5em;
  -khtml-border-radius-bottomleft: 1.5em;
  -webkit-border-bottom-left-radius: 1.5em;

  border-bottom-right-radius: 1.5em;
  -moz-border-radius-bottomright: 1.5em;
  -khtml-border-radius-bottomright: 1.5em;
  -webkit-border-bottom-right-radius: 1.5em;

  box-shadow: 3px 3px 10px #aaa;
  -moz-box-shadow: 3px 3px 10px #aaa;
  -khtml-box-shadow: 3px 3px 10px #aaa;
  -webkit-box-shadow: 3px 3px 10px #aaa;
}


.header1 {
  margin-top: 1em;
  margin-bottom: 0.25em;

  padding-left: 0em;
  padding-right: 0em;
  padding-top: 0em;
  padding-bottom: 0em;

  border-color: #d0d0d0;
  border-width: thin;
  border-style: solid;

  border-top-left-radius: 1.5em;
  -moz-border-radius-topleft: 1.5em;
  -khtml-border-radius-topleft: 1.5em;
  -webkit-border-top-left-radius: 1.5em;

  border-top-right-radius: 1.5em;
  -moz-border-radius-topright: 1.5em;
  -khtml-border-radius-topright: 1.5em;
  -webkit-border-top-right-radius: 1.5em;

  box-shadow: 3px 3px 10px #aaa;
  -moz-box-shadow: 3px 3px 10px #aaa;
  -khtml-box-shadow: 3px 3px 10px #aaa;
  -webkit-box-shadow: 3px 3px 10px #aaa;
}


.header2 {
  color: #000000;

  background: #a3c5d7 url(images/blue.png);
  background-position: bottom left;
  background-repeat: no-repeat;

  margin-top: 0em;
  margin-bottom: 0em;

  padding-left: 1.5em;
  padding-right: 2.5em;
  padding-top: 1em;
  padding-bottom: 0.5em;

  border-color: #ffffff;
  border-width: thick;
  border-style: solid;

  border-top-left-radius: 1.5em;
  -moz-border-radius-topleft: 1.5em;
  -khtml-border-radius-topleft: 1.5em;
  -webkit-border-top-left-radius: 1.5em;

  border-top-right-radius: 1.5em;
  -moz-border-radius-topright: 1.5em;
  -khtml-border-radius-topright: 1.5em;
  -webkit-border-top-right-radius: 1.5em;
}


a img {
  border: 0;
}

a:link, a:visited {
  color: #264d99;
  text-decoration: none;
}

a:hover, a:active {
  color: #3265c9;
  text-decoration: underline;
}


hr {
  height: 1px;
  color: #fff;
  background-color: #aaa;
  border: 0;
  margin: 0.1em 0.1em 0.1em 0.1em;
}

h1, h2, h3, h4 {
  color: #2f2f2f;
  font-weight: normal;
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

h5, h6 {
  color: #ffffff;
  font-weight: normal;
  text-shadow: #333 2px 2px 6px;
  margin-top: 0.1em;
  margin-bottom: 0.1em;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
  color: #3f3f3f;
  /*text-shadow: #fff 2px 2px 6px;*/
}


h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3 { font-size: 150%; }
h4 { font-size: 132%; }
h5 { font-size: 188%; }
h6 { font-size: 150%; }


ul {
  list-style-type: disc;
}

li {
  margin-bottom:  0.1em;
  padding-bottom: 0.3em;
  padding-top:    0.2em;
}


.foot {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 0.77em;
  color: #000000;

  text-align: center;
}


.award {
  font-size: 0.70em;
  text-align: right;
}
