body {
 font-family: Verdana, Arial, Helvetica;
 font-size: 11px;
 line-height: 16px;
 color: #333333;
 text-align: center;
 background-color: #dbdbdb;
}
h1 {
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 14px;
 color: #c40403;
 padding: 0;
 margin: 0;
}
h4 {
 display: block;
 width: 520px;
 background-color: eaeaea;
 font-weight: bold;
 font-size: 12px;
 padding: 2px;
 margin-top: 20px;
 color: #333333;
}
h5 {
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 12px;
 color: #6f9892;
 padding: 0;
 margin: 0;
}
h6 {
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 14px;
 color: #333333;
}

img {
 border: 0;
}

.titBarra {
 background-color: #cddcd9;
 color: #333333;
 font-family: Verdana, Arial, Helvetica;
 font-weight: bold;
 font-size: 14px;
 width: 100%;
 padding: 2px;
 margin-top: 20px;
}

p {
 font-size: 11px;
 text-align: left;
 line-height: 16px;
}
p.endereco {
 font-size: 9px;	
 padding: 10px 0 0 10px;
 margin: 0;
}
ul {
 margin: 0;
 padding: 0;
 list-style: none;	
}
li {
 font-size: 10px;
 padding-left: 15px;
 padding-bottom: 12px;
}
select {
 font-size: 11px;
 border: 1px #cccccc solid;
}
#container{
 width: 780px;
 margin: 0px auto;
 border: 1px solid #CCCCCC;
 background-color: #ffffff;
}

#cabecalho {
 padding: 0px 0px 10px 0px;
 text-align: center;
}

#cabecalho img {
 width: 755px;
}

#menuLateral {
 width: 110px;
 float: left;
 text-align: left;
}

#conteudo {
 width: 520px;
 padding: 0px 5px 0px 10px;
 margin-left: auto; 
 margin-right: auto;
 text-align: left;
 overflow: hidden;
}

#bannerlateral img{
 width: 125px;
}

#bannerlateral {
 width: 130px;
 text-align: right;
 float: right;
 margin-right: 3px;
 overflow:hidden;
}

#barraRodape {
 width: 638px;
 margin: 20px 20px 0 120px;
 padding: 0;
 clear: both;
}
#barraRodape ul {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
 text-align: center;
}
#barraRodape ul li { 
 float: left; 
 padding-left: 25px; 
 margin: 0;
 height: 67px;
 vertical-align: center;
}
#barraRodape ul li.vCenter { 
 padding-top: 20px; 
 height: 47px;
}
#barraRodape .titulo { 
 font-weight:bold;
 text-align: left;
 border-bottom: 1px solid #CCCCCC;
 margin-bottom: 10px;
}

#rodape {
 width: 778px;
 height: 43px; 
 border-top: 1px solid #CCCCCC;
 margin-top: 20px;
 padding: 0;
 font-size: 10px;
 clear: both;
}

/* menu navegacao */
#listaNavegacao {
 padding-left: 0;
 margin-left: 3px;
 border-bottom: 1px solid #CCCCCC;
 width: 107px;
}

#listaNavegacao li {
 font-size: 11px;
 list-style: none;
 margin: 0;
 padding: 5px;
 border-top: 1px solid #CCCCCC;
}

#listaNavegacao li a { 
 width: 97px;
 display: block;
 text-decoration: none; 
 color: #333333;
}
#listaNavegacao li a:hover { 
 width: 97px;
 display: block;
 background-color: #fff;
 text-decoration: none; 
 color: #CC0000;
}

.imgRight {
  float: right;
  margin-right: 10px;
  margin-top: 5px;
  height: 37px;
}
.imgLeft {
  float: left;
  width: 120px;
  margin: 0 15px 5px 0;
  border: 1px #000000 solid;
}

a {
 text-decoration: underline;
 color: #333333;
}

a:visited {
 text-decoration: underline;
 color: #333333;
}

a:active {
 text-decoration: underline;
 color: #333333;
}

a:hover {
 color: #CC0000;
 text-decoration: none;
}

a.current {
 color: #CC0000;
 text-decoration: none;
}


