body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


body { 
	font-size: 65.5%; 
	outline:none;
	background-color: #f1f1f1;
	font-family: "MS Trebuchet", Verdana, sans-serif;
	
}

input, img {
vertical-align:middle;
}

.geral
{
	width:740px;
	padding:3px;
	background-color: #fff;
	margin:0 auto;
}

.topo
{
	height: 110px;
	background-color: #fff;
}

.topo h1{
	margin-left: 40px;
	width:163px;
	height:110px;
	background:url(../img/logo.png) right bottom no-repeat;
	text-indent:-5000em;
	padding:0;
}

.topo h1 a{
	width:163px;
	height:110px;
	display:block;
}

.topo .linha
{
	width:418px;
	height:14px;
	padding:16px 0 0 0;
	margin: 20px 20px 0 0;
	background: url(../img/linha.jpg) no-repeat;
	float:right;
	text-align:right;
	
}

.topo .linha a
{
	color: #7f7f7f;
}
.topo .linha a:hover
{
	color: #333;
}

.meio_menu
{
	width:691px;
	height:214px;
	background: url(../img/fundo_menu.png) no-repeat;
	margin:0 auto;
	padding:13px 12px 14px 12px;
}

.menu
{
	width:212px;
	float:left;
	background: #a3cd2b;
}


.imagem_chave
{
	background-color: #5395d6;
	width:478px;
	height:214px;
	float:right;
	margin:auto -2px auto auto;
}
.rodape
{
	width:700px;
	line-height:15px;
	text-align:center;
	background-color: #f1f1f1;
	clear:both;
	margin:0 auto;
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#333;
	font-size: 0.9em;
	border-bottom: 20px solid #fff;
	border-top:20px solid #fff;
	padding:3px;
	
}

.conteudo{
	float:right;
	width:470px;
	margin-right:20px;
	border-bottom:40px solid #fff;
}

.conteudo h3
{
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#566976;
	font-size: 1.2em;
	font-weight: bold;
	
	height:44px;
	width:199px;
	line-height:44px;
	text-indent:10px;
}

.conteudo ul{
	list-style-image: url(../img/list1.gif);
	list-style-position: inside;
}

.conteudo ul li{
	padding:2px;
}

.conteudo ul li b{
	font-variant: small-caps;
	font-size: 1.1em;
}

.conteudo ul li i{
	font-weight:bold;
}

.conteudo ul li ul{
	padding:5px 0px 10px 20px;
	list-style-image: url(../img/list.gif);
	list-style-position: inside;
}


.conteudo p
{
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#333;
	font-size: 1em;
	padding:10px;
	line-height:15px;
	text-align:justify;
	word-spacing: 0.2em;
}

.conteudo dl dt
{
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#333;
	font-size: 1.2em;
	font-weight: bold;
	padding:15px 1px 1px 1px;
	background: url(../img/attach.png) left center no-repeat;
	text-indent:20px;
	height:30px;
}

.conteudo dl dd
{
	margin-left:40px;
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#333;
	font-size: 0.9em;
	background: url(../img/bullet_black.png) left center no-repeat;
	text-indent:20px;
/*	height:30px;*/
}

.conteudo .chamada_home
{
	width:460px;
	height:110px;
	background: #fff;
	float:right;
	border-bottom: 40px solid #fff;

}

.conteudo .logos
{
	text-align:center;
	border-top:30px solid #fff;
}

.sidebar{
	margin-left:20px;
	_margin-left:10px;
	float:left;
	width:200px;
}

.sidebar h3
{
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	
	height:44px;
	width:199px;
	background: url(../img/fundo_h3.gif) no-repeat;
	line-height:44px;
	text-indent:10px;
}

.sidebar .side_destaque{
	border-left:5px solid #fff;
	background: #fff;
	height:100px;
	position: relative;
}

.sidebar .side_destaque a{
	font-family: "MS Trebuchet", Verdana, sans-serif;
	color:#333;
	font-size: 0.9em;
	text-decoration: none;
}

.sidebar .side_destaque a:hover{text-decoration:underline;}

.sidebar .side_destaque2{
	border-left:5px solid #fff;
	border-top:20px solid #fff;
	background: #fff;
	height:100px;
}

/* Form styles */
div.form-container { margin: 10px; padding: 5px; background-color: #FFF; border: #EEE 1px solid; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; }







