#static {
  width: 650px;
  margin: 20px 82px;
  padding: 0;
}

#static p, #static ul {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: justify;
  margin: 0 0 1em 0;
  padding: 0;
}

#static ul {
  list-style: none;
}

#static h3 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 12pt; 
  font-weight: bold;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  clear: both;
}

#static h4 {
  font-family: verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 1em 0;
  padding: 0;
  font-size: 10pt;
  color: #58177C;
  font-weight: bold;
}

#static a, a:link, a:visited {
  text-decoration: underline;
  color: #58177C;
}

#static #banner {
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0;
}

#static #intro {
  overflow: hidden;
}

#static #intro strong {
  font-weight: bold;
}

#static #intro big {
  font-size: 13pt;
  line-height: 1em;
}

#static #intro p {
  font-size: 10pt;
  text-align: left;
}

#static .block {
  margin: 0 0 25px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

#static .left img, #static .right img { 
  border: 1px solid #000; 
}

#static .left, #static .right {
  font-size: 8pt;
}
  
#static .right {
  display: block;
  text-align: right;
  float: right;
  margin: 0 0 0 25px;
  padding: 0;
}

#static .left {
  display: block;
  text-align: left;
  float: left;  
  margin: 0 25px 0 0;
  padding: 0;
}

#staticul#menu, #static ul#menu li {
  margin: 0;
  padding: 0;
  list-style: none;
}



