* {
margin: 0;
padding: 0;
outline: none;
}

body {
  background: #1e77d3;
  font: 70% Verdana;
  color: #003399;
}

img.comeco {
  float:left;
  margin-right: 10px;
}

img.comeco_direita {
  float:right;
  margin-left: 10px;
}

p {
  margin: 0px 50px 10px 50px;
  text-align: justify;
}

p.question {
  margin: 0px 50px 10px 50px;
  text-align: justify;
  font-weight: bold;
}

p.direita1 {
  margin: 0px 0px 5px 0px;
  text-align: justify;
  font-weight: bold;
}

p.direita2 {
  margin: 0px 0px 0px 0px;
  text-align: justify;
  color: #000;
}

p.quote {
  text-align: center;
  font-weight: bold;
  font-style: italic;
}

h1.title {
  font: 200% Verdana;
  color: #fff;
  font-weight: bold;
  text-align: right;
  vertical-align: text-top;
  margin-right: 20px;
  font-style: italic;
  padding-bottom: 20px;
}

h2.subtitle {
  margin-left: 20px;
  padding-bottom: 10px;
}

h1.menu_item {
  font: 110% Verdana;
  color: #000;
  font-weight: bold;
}

#header {
  height: 60px;  
  width: 1000px;
  display: block;
  background: url(../images/header.jpg) top left no-repeat #ffffff;  
}

#principal {
  border-top: solid 2px #999999;
  width: 1000px;
  height: 750px;
  background: #ffffff;
}

#copy {
  border-top: solid 1px #999999;
  width: 1000px;
  background: #ffffff;
  text-align: center;
}

#menu {
  float: left;
  border-right: solid 1px #999999;
  background: #dddddd;
  width: 200px;
  height: 750px;
  font: 100% Verdana;
  font-weight: bold;
}

#itens li {
  font-weight: normal;
  list-style: none;
  display: inline;
  margin-left: 10px;
}

#menu a {
  color: black;
  text-decoration: none;
  margin-right: 0px;
}

#menu a:hover {
  color: #000;
  font-weight: bold;
}

#menu a.active {
  color: #1e77d3;
  font-weight: bold;
}

#conteudo {
  background: url(../images/header1.jpg) top repeat-x;
  overflow-x:hidden;
  overflow-y:auto;
  height: 750px;
}

#direita {
  float: right;
  border-left: solid 1px #999999;
  background: #dddddd;
  width: 200px;
  height: 750px;
}

label.contato,input.contato {
  display: block;
  width: 250px;
  float: left;
  margin-bottom: 10px;
}

label.contato {
  text-align: right;
  width: 75px;
  padding-right: 20px;
}

br.contato {
  clear: left;
}

#formulario {
  margin-left: 50px;
  background: #fff; 
  font: 100% verdana; 
  border: 0 0 0 0;
  border-collapse:collapse; 
  color: #003399; 
} 

li {
  margin-left: 80px;
  list-style-type: disc;
  list-style-image: url(../images/logo.gif);
}

img.thumbnail {
  border: none;
}

a {
  text-decoration: none;
  color: #003399;
}
