body { 
  background: white;
  color: black;
  font-family: sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}

#topbanner{
  width: 100%;
  left: 0px;
  top: 10px;
  text-align: left;
}

#topbanner IMG {
  border: 0;
  margin: 0;
  padding: 0;
}

#leftpanel { 
  float: left;
  display: block;
  width: 150px;
  margin: 10px;
  color: black;
  background: white;
  height: auto;
  text-align: center;
}

.menu UL { 
  display: block;
  margin: 0;
  padding: 20px 0 0 0
}

.menu UL LI { 
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  list-style-type: none
}

.menu UL A { 
  display: block;
  width: auto;
  height: auto;
  padding: 2px 10px 2px 0px;
  margin: 0 10px 0 20px;
  text-align: right;
  background: URL("bola_5x5.png") right center no-repeat;
  color: #333;
  text-decoration: none  
}

#content { 
  display: block;
  width: auto;
  margin: 10px;
  margin-left: 170px;
  padding: 10px;
  vertical-align: top;
  text-align: justify;
  background: #efefef;
  color: #333;
}

#content H1 { 
  margin: 0;
  padding: 2px 2px 2px 1em;
  background: #145c6e;
  color: white;
  font-size: medium
}

#content H2 { 
  color: #145c6e;
  font-size: small;
}

#content UL LI {
  list-style-type: square;
  margin-top: 3px;
  vertical-align: top
}

#content:after {
  content: "";
  width: 0;
  display: block;
  clear: both;
  visibility: hidden
}

/* Hides from IE-mac \*/
#content {height: 1%;}
/* End hide from IE-mac */

#footer { 
  clear: both;
  width: auto;
  margin: 10px;
  padding: 2px;
  border: none;
  border-top: 1px dashed #999;
  text-align: center;
  color: #145c6e;
  font-size: x-small;
}

#footer A { 
  color: #145c6e;
  text-decoration: none
}

HR { 
  border: none;
  outline: none;
  height: 1px;
  width: 100%;
  margin: 4px 0 4px 0;
  border-top: 1px dashed #999
}

IMG { 
  border: 0;
  margin: 5px;
}

.rightimg {
  float: right;
  margin: 0 10px;
  padding: 0;
}

.rightimgubuntu {
  float: right;
  clear: right;
  margin: 10px 10px;
  padding: 0;
}
