* {
  font-family: "Trebuchet MS",Tahoma,sans-serif;
  margin: 0;
  padding: 0;
}

@media not print {
  body {
    background: none repeat scroll 0 0 #70380f /*#214181*/;
  }
}
img {
  border: 0 none;
}
@media print {
  a { color: #000000;
      text-decoration: none;
    }
}
#wrapper {
  margin: 8px auto;
  text-align: left;
}
@media not print {
  #wrapper {
    width: 780px;
  }
}

#header {
  color: #ffffff;
  background: url(../img/porto.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  XXopacity: 0.95;
  text-shadow: 2px 2px 2px #333;
}
#header a {
  text-decoration: none;
  color: #ffffff;
}
#header a:hover {
  opacity: 0.6;
}

#title {
  font-weight: bold;
  font-size: 190%;
  padding: 10pt;
}

#affiliated {
  font-weight: bold;
  font-size: 120%;
  padding-left: 15pt;
  padding-bottom: 1.5ex;
}

#when, #where {
  font-weight: bold;
  font-size: 110%;
  padding-left: 15pt;
}
#where { 
  padding-bottom: 5pt;
}

@media print { #menu { display: none; } }
#menu {
  XXwidth: 100%;
}
#menu ul {
margin-top: 5px;
  float: right;
  list-style-type: none;
}
#menu ul li {
  float: left;
  height: 35px;
}
#menu ul li a {
  color: #ffffff;
  display: block;
  font-size: 10pt;
  font-weight: bold;
  margin-left: 4px;
  padding: 9px;
  text-decoration: none;
}
#menu ul li a:hover {
  background: none repeat scroll 0 0 #fcf4da /*#ccffff*/;
  opacity: 0.6;
  color: #112141;
}
#menu ul li a.current {
  background: none repeat scroll 0 0 #fcf4da /*#ccffff*/;
  opacity: 0.75;
  color: #112141;
}
@media not print {
  #main {
    background: none repeat scroll 0 0 #fcf4da /*#ccffff */;
    opacity: 0.75;
    margin: 40px 0 10px 0;
    padding: 15px 5px 1px 5px;
}}
@media print {
  #main {
    margin: 40px 0 10px 0;
    padding: 15px 5px 1px 5px;
}}
#main h1 {
  color: #112141;
  font-size: 125%;
  margin-bottom: 12pt;
  margin-left: 4pt;
}
#main h2 {
  color: #112141;
  font-size: 110%;
  margin-bottom: 12pt;
  margin-left: 4pt;
}
#main h3 {
  color: #112141;
  font-size: 100%;
  margin-bottom: 12pt;
  margin-left: 8pt;
}
#main p {
  font-size: 10pt;
  line-height: 16pt;
  margin-bottom: 12pt;
  margin-left: 12pt;
  margin-right: 12pt;
  text-align: justify;
}
#main p.centre {
  text-align: center;
}
/*
#main table {
  font-size: 10pt;
  line-height: 16pt;
  margin-bottom: 12pt;
  margin-left: 12pt;
  margin-right: 12pt;
}
#main table td {
  font-size: 12pt;
  line-height: 16pt;
  padding: 3px;
}
#main table tr.gray * {
  color: #bbbbbb;
}
#main table p {
  font-size: 10pt;
  line-height: 14pt;
  margin: 10pt;
  text-align: justify;
}
*/
#main ul {
  font-size: 10pt;
  line-height: 16pt;
  margin-bottom: 12pt;
  margin-left: 28pt;
  text-align: justify;
}
#footer {
  color: #fff;
  font-size: 8pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#footer a {
  color: #fff;
  text-decoration: underline;
}

s.fw {
 display: inline-block;
 width: 8em;
}
b.fw {
 display: inline-block;
 width: 12em;
}


.todo {
  color: red;
}