body{
  background-color: #236B8E;

}

#logo{
  color: #fff;
  margin-left: 125px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 700px;

}
#container {
  background-color: #fff;
  text-align:left;
  width:700px;
  margin:0 auto;
  -moz-border-radius: 10px 10px  10px 10px;
  padding: 5px;
  border: 5px double #c2c2c2;
}

#menu{
  background: url(/images/fundoMenu.png) center repeat-x;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -5px;
  width:710px;
  background-color: #c2c2c2;
  height: 45px;
  -moz-border-radius: 10px 10px  0px 0px;
  }

ul.nav {
	margin:0;
  padding: 10px 10px 5px 12px;
	}

ul.nav li {
	list-style:none;
	display:inline;
/*  border-right: 1px inset #000; */
  padding: 10px 10px 10px 12px;
  text-align: center;
}

ul.nav li a {
	float:left;
	border:1px solid #f00;
	width:6.0em;
	font:0.68em  Verdana, Arial, Helvetica,
	sans-serif;
	background:#f1f1f1;
	color:#333;
	text-align:center;
	padding:0  0.2em 0.2em  0;
	text-decoration:none;
	}

h1{
  font-size: 20px;
  text-align: center;
  color: #236B8E;
}


.publica{
  border : solid 1px #236B8E;
  margin: 10px 20px 2px 20px;
  background: #ccc;
  -moz-border-radius: 10px 10px  10px 10px;
  color: #236B8E;
  padding: 5px 0px 5px 5px;
  font-size:13px;
}
#tema_list{
  background-color:#236B8E;
  -moz-border-radius: 10px 10px  0px 0px;
  margin-top: -6px;
  margin-left: -5px;
  text-align: center;
  font-size:18px;
  color: #fff;
}

#tema_list a{
  color:#fff;
  text-decoration: none;
}
#tema_list a:hover {
    color:#ccc;
}
#caixaBusca{
  text-align: right;
  padding: 0px 10px 0px 0px;
  float: right;
  margin-top: 10px;
}
#contorno{
  background-color: #c2c2c2;
  width:700px;
  height:45px;

}
.link_list a{
   text-decoration: none;
   color:#236B8E;
   font-size: 13px;
   margin-right: -200px;
   margin-top: -10px;
}

#dados{
  font-family: verdana;
  font-size: 13px;
}

#tabelaMenu{
    background-color: #236B8E;
    text-align: center;
    margin-right: -5px;
    margin-left: -5px;
}

