/* Base level settings */
body {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 10pt;
  color: #1f5273;
  background-color: #aadbc6 }
a:link, a:visited { color: #bb341f  }
a { text-decoration: none }
a:hover { text-decoration: underline }
h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  font-size: 14pt }
h2, h3 { font-size: 12pt }

/* content panel */
div.content {
  display: block;
  margin-right: 2em;
  margin-left: 14em }

/* content - title */
div.title h1 {
  text-shadow: white 0.1em 0.1em 0.2em;
  text-align: center;
  font-size: 18pt;
  padding-left: 1em;
  padding-right: 1em;
  color: #1d4d73 }

/* content - textpane */
div.textpane h1 { color: #bb341f }
div.textpane h2 { color: #1d4d73 }
div.textpane h3 { color: #1d4d73 }
div.textpane {
  overflow: hidden;
  padding-left: 1em;
  padding-right: 1em;
  border: thin solid #aaaaaa;
  color: #585858;
  background-color: white }

/* content - news */
div.news span.date {
  font-size: 8pt;
  vertical-align: middle;
  padding-right: 1em;
  color: #1d4d73 }

div.news div.quote {
  display: block;
  padding-top: 1em;
  padding-left: 1em;
  padding-right: 2em;
  text-align: justify;
  font-style: italic }

div.news table.event {
  width: 90%;
  border-right: 1px solid #aadbc6;
  margin: 1em auto;
  border-collapse: collapse;
}

div.news table.event td {
  color: #678197;
  border-bottom: 1px solid #aadbc6;
  border-right: 1px solid #aadbc6;
  text-align: center;
  font: normal 0.8em "Century Gothic", "Trebuchet MS",Arial,Helvetica,sans-serif;
  width: 10em;
  padding: 0 0.5em 0 0.5em;
}

div.news table.event th {
  background: #aadbc6;
  color: #1d4d73;
  text-align: center;
  font: bold 0.8em/1.5em "Century Gothic", "Trebuchet MS",Arial,Helvetica,sans-serif;
  width: 10em;
}

div.news img {
  display: inline;
  border: 1px solid #ffffff;
  margin: 2px }

div.news a:hover img {
  opacity:0.8;
  filter:alpha(opacity=80) }

/* content - event */
div.event { text-align: center }

div.event span.date { font-weight: bold }

div.event div.note { font-style: italic }

div.event table {
  width: 100%; 
  border: none }

/* content - contacts */
div.contacts {
  list-style-type: none;
  font-size: 10pt }

/* content - contacts - table */

div.contacts table {
  width: 90%;
  margin: 1em auto;
  border-collapse: collapse;
}

div.contacts th {
  text-align: left;
  padding-top: 1em;
}

/* contacts - c-name */
span.c-name {
  display: block;
  text-decoration: underline;
  padding-top: 1em;
  color: #bb341f }

/* contacts - c-possition */
span.c-possition {
  padding-left: 1em;
  display: list-item;
  font-style: italic }

/* Navigation bar */
div.navbar {
  text-shadow: black 0.1em 0.1em 0.2em;
  font-family: Georgia, "Times New Roman", Times, serif;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 1.5em;
  left: 1em;
  width: 9em;
  color: white;
  background-color: #9acbb6 }
ul.navbar {
  list-style-type: none;
  padding: 0.5em 1em;
  margin: 0;
  width: 9em }
ul.navbar li { display: inline }
div.navbar a:hover {
  background-color: #7aab96;
  border-left: 0.5em solid #1d4d73;
  color: #eeeeee }
div.navbar a {
  display: block;
  background-color: #8abba6;
  border-left: 0.5em solid #6a9b86;
  color: white;
  text-decoration: none;
  width: 7.5em;
  margin: 0.5em 0;
  padding: 0.3em 0.5em 0.3em 0.5em }
div.navbar a:link, div.navbar a:visited { color: white  }
div.navbar p {
  margin: 0.5em 0;
  padding: 0.3em 0.5em 0.3em 1em }

/* footer */
div.footer {
  margin-top: 1em;
  border-top: thin dotted }

/* address */
address {
  display: block;
  float: left;
  font-style: italic;
  font-size: 8pt;
  color: gray;
  width: 12em;
  padding-top: 0.5em;
  padding-bottom: 1em }

/* disclaimer */
div.disclaimer {
  display: block;
  font-style: italic;
  color: gray;
  text-align: center;
  padding-right: 1em;
  padding-left: 13em;
  padding-bottom: 1em;
  padding-top: 0.5em }

