body {
    margin: 0;
    padding: 0;
    background-color: white;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    line-height:19px;
}
a {
    color: #5757FF;
}

#container {
    position: relative;
    width: 900px;
    left: 50%;
    margin-left: -450px;
    padding: 0;
}

#top {
    position: relative;
    width: 100%;
    height: 40px;
    max-height: 36px;
    line-height: 30px;
    color: white;
    background: white url('../img/topbar.jpg');
    padding: 4px 0 0 0;
}
#topdet {
    position: relative;
    width: 100%;
    height: 20px;
    background: white url('../img/topbar_det.jpg');
    padding: 0;
}
#topprint {
    display: none;
}

#content {
    position: relative;
    width: 500px;
    margin: 20px 0 0 20px;
    padding: 0;
    float: left;
}

#left {
    position: relative;
    width: 150px;
    height: 700px;
    margin: 20px 0 0 0;
    padding: 0;
    float: left;
}

#right {
    position: relative;
    width: 200px;
    margin: 20px 0 0 30px;
    padding: 0;
    float: left;
}

#footer {
    position: relative;
    width: 100%;
    background-color: #EEEEEE;
    border-top:solid 2px #CCCCCC;
    padding: 4px;
    margin: 40px 0 10px 0;
    float: left;
}

#copyright {
    position:relative;
    width: 100%;
    font-size: 80%;
    color: #666666;
    margin-top: 20px;
    text-align: center;    
}

.pub {
  width:100%;
  padding:0;
  border:solid 1px #7CEB98;
  background-color:#D6F8DE;
  color:black;
}
.line {
    background: white url('../img/line.jpg') repeat-y;
    line-height: 20px;
    font-size:12px;
    padding-top:4px;
}
h3 {
    font-weight: bold;
    font-family: helvetica,arial,sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 2px;
}
h3 a {
    color: black;
    text-decoration: none;
}

h2.destaque {
    font-family: cursive;
    font-size: 14px;
    font-weight: bold;
    font-style: italic;
    margin: 30px 0 10px 0;
    padding: 0;
    color: #333;
    border-bottom: dashed 1px #ccc;
}
h2.secao {
    font-weight: bold;
    font-family: helvetica,arial,sans-serif;
    font-size: 150%;
    margin: 0;
    padding: 0;
    background-color: white;
}
h4 {
    border-bottom: solid 1px #cccccc;
    border-top: solid 1px #cccccc;
    padding: 2px 0;    
}
.perfilfoto {
    border: solid 1px #DDDDDD;
}
.topodasecao {
    text-align: justify;
    border-bottom: dashed 1px #DDDDDD;
}
div.perfil {
    padding: 1px;
    border: solid 1px #DDDDDD;
    border-top: 0;
    text-align: center;
}
div.perfil a {
    color: #5757FF;
    text-decoration: none;
}

ul.secoes {
   list-style: none;
   margin: 0;
   padding: 0;
}

ul.secoes li {
   width: 188px;
   max-width: 184px;
   padding: 2px;
   margin: 4px 0 0 0;
   border: solid 1px #DDDDDD;
}

ul.secoes li a {
   display: block;
   text-decoration: none;
   color: #5757FF;
}

ul.footer {
   list-style: none;
   margin: 0 0 0 20px;
   padding: 0;
   width: 270px;
   float: left;
}

ul.footer li {
   padding: 3px;
}

ul.footer li a {
   color: #5757FF;
}

#right ul {
   list-style: none;
   margin: 0 0 0 10px;
   padding: 0;
}

#right ul.footer li {
   padding: 3px;
}

#right ul.footer li a {
   color: #5757FF;
}

ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

ul li {
   padding: 3px;
   margin: 0 0 0 10px;
}

ul li a {
   color: #5757FF;
}

#footer b{
    color: #666666;
}

a.menu {
    color: white;
}

form div {
    padding: 4px 0;
}

form label {
    padding: 0 4px 0 0;
}

form  div.error-message {
    color: #CC4444;
}

.pub a{
    display: block;
    color: black;
    text-decoration: none;
}

