
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  vertical-align: middle;
  border: none;
}
body {
  background-color: #000;
  text-align: center;
  padding:0px;
  padding-top: 5%;
  margin:0px;
  background: url(../imagens/tile.gif);
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  color: #696969;
}

#main {
  margin:0 auto;
  margin-top: 20px;
  text-align: left;
  width:770px;
  border:1px solid orange;
  background-color: #fff;
  }

#apDiv1 {
  margin-top: 20px;
  width: 100%;
  text-align: center;
  }

#busca {
  height:30px;
  color:white;
  padding-left:15px;
  padding-top:10px;
  font-family:Arial, Helvetica, sans-serif;
  font-stretch: extra-expanded;
  font-weight: bolder;
  font-size:15px;
  background-image: url(../imagens/fundo_menu.jpg);
  background-repeat: no-repeat;
}

#rodape {
  height:42px;
  clear: both;
  color:white;
  padding-top:5px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  background-image: url(../imagens/fundo_menu.jpg);
  background-repeat: no-repeat;
  text-align:center;
  vertical-align: middle;
  line-height: 12px;
}
#rodape a:hover, #rodape a:visited, #rodape a:link, rodape a:active {
  text-decoration: none;
  color: #FFFFFF;
}
#rodape a:hover {
  text-decoration: underline;
  color: yellow;
}

#mini_menu, #institucional, #news {
  float: left;
  height:200px;
  margin-top:10px;
  padding-left:5px;
  font-size: 12px;
  margin-bottom:50px;
}

#mini_menu {
  width: 120px;
  float: left;
  height: 300px;
}
#mini_menu ul {
  color: #006;
  font-weight: bold;
}
#mini_menu ul li {
    position: relative;
    list-style-image: url(../imagens/li.gif);
    margin-left: 20px;
    margin-bottom: 2px;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li a { height: 1%; }
/* End */

#mini_menu ul li ul {
	top: 0;
	display: list-item;
    list-style-image:none;
    margin-left: -15px;
}

#mini_menu ul li ul li {
    list-style-image:none;
    font-style: italic;
    font-size: 10px;
    font-stretch: semi-condensed;
}

#mini_menu ul li ul li a {
    color: #F90;
}

#mini_menu ul li ul li a:hover {
    background-color: #006;
    color: #fff;
}

#mini_menu ul li:hover ul {
    display: list-item;
}

#mini_menu ul li a {
	display: block;
	text-decoration: none;
    color:#21409A;
}

#institucional, #news {
    float: left;
    border:0px;
    border-left: 1px solid orange;
    padding-left:10px;
    width: 300px;
}

#institucional img {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  border: 1px solid #222;
}

#institucional p {
    clear: both;
}

#institucional H1, #news H1 {
    color: #000066;
    font-size: 15px;
    font-weight: bolder;
 }
#news p, #container p {
  margin-bottom: 20px;
}

#container {
    margin-top: 5px;
    float: left;
    border:0px;
    border-left: 1px solid orange;
    padding-left:15px;
    width: 600px;
    margin-bottom: 50px;

}

#container span {
    cursor: pointer;
}

#container span:hover {
	background-color:#ffc;
}

#container H1 {
  width: 590px;
  background-image: url(../imagens/fundo_titulo.jpg);
  margin-top:10px;
  color:#fff;
  font-size: 24px;
  padding-top:0.2em;
  text-indent: 15px;
  margin-bottom: 20px;
  margin-left:-5px;
}
#container H2 {
    color: #000066;
    font-size: 15px;
    font-weight: bolder;
  margin-bottom: 10px;
}

#container H3 {
    color: #111;
    font-size: 14px;
    font-style: italic;
    font-family: 'Times New Roman', Century, cursive;
    margin-bottom: 10px;
}

#container td {
  width: 150px;
  text-align:right;
  vertical-align: top;
  padding: 2px;
}
#container input, #container textarea {
  border: 1px solid gray;
  float: left;
}
#container #tede {
  width: 0px;
  text-align: left;
  vertical-align: top;
  padding: 0px;
}






