@charset "utf-8";
body {
	font: 10pt  Verdana, Arial, Helvetica, sans-serif;
	background: #411B1E;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColElsCtr #container {
	width: 1000px;
	background: #411B1E;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColElsCtr #topo {
	position:relative;
	left:0px;
	top:0px;
	width:287px;
	height:201px;
}
.oneColElsCtr #menuflash {
	position:relative;
	left:0px;
	top:14px;
	width:2px;
	height:300px;
	background: #411B1E;
}
.oneColElsCtr #menuflashnot {
	position:relative;
	left:0px;
	top:28px;
	width:2px;
	height:300px;
	background: #411B1E;
}
.oneColElsCtr #menuflashedu {
	position:relative;
	left:0px;
	top:28px;
	width:560px;
	height:430px;
	background: #411B1E;
}
.oneColElsCtr #conteudo {
	position:relative;
	left:300px;
	top:0px;
	margin-top:-260px;
	width:545px;
	height:308px;
}
.oneColElsCtr #contato {
	position:relative;
	left:300px;
	top:0px;
	margin-top:-300px;
	width:545px;
	height:308px;
}
.oneColElsCtr #conteudodet {
	position:relative;
	left:240px;
	top:0px;
	margin-top:-290px;
	width:715px;
	height:308px;
}
.oneColElsCtr #conteudoagri{
	position:relative;
	left:560px;
	top:0px;
	margin-top:-350px;
	width:354px;
	height:273px;
}
.oneColElsCtr #conteudoedu{
	position:relative;
	left:560px;
	top:0px;
	margin-top:-431px;
	width:354px;
	height:430px;
}
.titnot {
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:11pt;
font-weight:bold;
}
.subtitnot {
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
font-weight:bold;
}
.txnot {
color: #af9c67;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
line-height:20px;
}
.campo {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
width:300px;
border: 2px solid #c3b48d;
}
.campomensagem {
color: #000000;
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
width:300px;
border: 2px solid #c3b48d;
}
.enviar {
    border: none;
	content:"";
    background: url(../contato/enviar.gif) no-repeat;
    width: 75px;
    height: 25px;
    cursor: pointer;
    text-indent: -9999px;
	font-size:0px;
	line-height:0px;
  	float: right;
}
.send {
    border: none;
	content:"";
    background: url(../contato/send.gif) no-repeat;
    width: 75px;
    height: 25px;
    cursor: pointer;
    text-indent: -9999px;
	font-size:0px;
	line-height:0px;
  	float: right;
}
