form, ul, li, h3, body, dl, dt, dd {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

body {
  background-color: #006633;
}

body, td {
  font: 11px Arial, Sans-Serif;
  color: #FFFF99;
  margin: 0 0 0 0;
}

img {
  border: 0;
}

h3 {
  border-bottom: 1px dashed #00562B;
  color: #FFFF00;
  font: bold 11px Arial, Sans-Serif;
  margin-bottom: 3px;
}

dl {
  position: absolute;
  top: 0;
  left: 140px;
  padding: 8px 0 5px 20px;
  width: 330px;
  background: url(img/separador.jpg) no-repeat;
}

dt {
  width: 50px;
  float: left;
}

dd {
  margin-left: 50px;
}

ul {
  list-style-type: none;
}

ul#noticias li {
  padding-left: 12px;
  background: url(img/ponto.gif) 0 3px no-repeat;
  margin: 3px 0;
}

#direita li {
  padding-left: 12px;
  background: url(img/ponto.gif) 0 3px no-repeat;
  margin: 6px 0;
}

#direita li a, #cabecalho a {
  color: #FFFF99;
  text-decoration: none;
}

#direita li a:hover {
  color: #FFFF00;
  background-color: #007A3C;
}

#direita h3 {
  font-size: 12px;
}

a {
  color: #FFE500;
}

a:hover {
  color: #FFFF00;
}

.menor, input, textarea, select {
  font: 10px arial, sans-serif;
  color: #FFFFCC;
}

.foto {
  border: 4px solid #00562B;
  float: left;
  margin-right: 8px;
}

.foto_r {
  border: 4px solid #00562B;
  float: right;
  margin-left: 8px;
}

.tumb img {
  padding: 1px;
  border: 2px solid #00562B;
  width: 80px;
  height: 60px;
}

input, textarea, select {
  border: 1px solid #00562B;
  background-color: #007B3E;
}

.maior {
  width: 250px;
}

.enviar {
  color: #FFFF00;
  width: 80px;
  background: url(img/rodape.jpg) repeat-x;
}

#conteudo {
/*   width: 750px;
  position: relative; */
}

#cabecalho {
  height: 178px;
  background: url(img/logo12.jpg) no-repeat;
}

#cabecalho a {
  margin-left: 25px;
  text-indent: -700px;
  display: block;
  width: 200px;
  height: 140px;
}

#pop h3 {
  margin: 15px 0;
}

#direita {
  width: 240px;
  position: absolute;
  right: 0;
  top: 159px;
  border-left: 1px solid #00562B;
  border-bottom: 1px solid #00562B;
  background: url(img/barra.jpg) no-repeat #006633;
  padding: 15px 0 0px 15px;
}

#centro {
  position: relative;
  background: url(img/fundo.jpg) bottom right no-repeat;
  margin-right: 255px;
  padding: 8px 8px 8px 8px;
}

#centro table tr {
  vertical-align: top;
}

#centro table td.left, td.right {
  text-align: justify;
  width: 50%;
}

#centro table td.left {
  padding-right: 4px;
}

#centro table td.right {
  padding-left: 4px;
}

#centro div.evento {
  height: 83px;
}

div.noticias {
  text-align: left;
}

#rodape {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 18px;
  border-top: 1px solid #00562B;
  background: url(img/rodape.jpg) repeat-x #006633;
  color: #FFFF00;
  font: 10px arial, sans-serif;
  padding: 8px 0px 0px 10px;
}

#eventos td {
	padding: 1px 6px 1px 6px;
}

#eventos td.odd {
	background: #00562B;
}

#eventos td.even {
	background: #004826;
}

#eventos th {
	background: #004020;
	padding: 1px 6px 1px 6px;
}

table.rider td, th {
	text-align: center;
	background-color: #00592d;
	padding: 4px 4px 2px 4px;
	height: 17px;
}



.chromestyle{
width: 99%;
font-weight: bold;
background: url(img/logo12.jpg) left bottom no-repeat;
/* width: 700px; */
width: 90%;
height: 28px;
margin: 0 0 0 0;
padding: 0 0 0 30px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul{
border: 0;
width: 100%;
background: url(chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a {
font: bold 11px Verdana, Helvetica, Arial, Sans-Serif;
color: #FFE500;
padding: 3px 7px 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #FFFF00;
background: url(chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " ¬";*/
content: " " url(img/bullet_arrow_down.png); /* uncomment this line to use an image instead */
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top: 0;
border: 1px solid #007b3e; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana, Helvetica, Arial, Sans-Serif;
line-height:18px;
z-index:100;
background-color: #006633;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
font: bold 11px Verdana, Helvetica, Arial, Sans-Serif;
color: #FFE500;
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #007b3e; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #006633;
background-color: #FFE500;
}
