@charset "UTF-8";
/* CSS Document */
  
 * {
       font-family: Verdana, Geneva, sans-serif;
	   text-decoration:none;
	   font-size:11px;
	   
}
body{
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	color:#58595b;
	background-image:url(images/fundo.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
}
body a{
	color:#58595b;
}
div#corpo{
	width:900px;
	margin-left:auto;
	margin-right:auto;
	margin-top:185px;
	background-color:#8A192D;
}


div#conteudo{
	float:left;
	width:620px;
	height:auto;
	margin:5px;
	text-align: justify;
	padding:5px;
	background-color:#FFF;
}

div#conteudo p{
	text-align:justify;

}

div#fimfloat{
	clear:both;
}
div#rodape{
	background-color:#8A192D;
	width:900px;
	height:42px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;
}
div#rodape a{
	font-size:10px;
	color: #FFF;
}
div#rodape p{
	font-size:10px;
	color: #FFF;
	text-align:center;
}



/*----------------------menu-------------------------*/

div#menu{
	width:240px;
	height:100%;
	float:left;
	margin-left:5px;
	margin-right:15px;
	margin-top:5px;
	margin-bottom:5px;
	text-align:left;
}

div#fone{
	vertical-align:bottom;
	text-align:center;
	padding:5px;
	color:#FFF;
}

/*----------------------destaques-------------------------*/
div#destaque{
	background-color:#ebecf0;
	padding:5px;
}
div#destaque h1{
	text-align:center;
}
div#destaque h2{
	text-align:center;
}
.vermelhor{
	color:#903131;
}

div#endlink{
	padding:5px;
	font-size:10px;
	text-align:left;
	background-image:url(images/endlink.png);
	background-position:center;
	background-repeat: no-repeat;
	margin-bottom:25px;
}
div#endlink a{
	font-size:10px;
}
/* --------------------------------------Footer-------------------------------------- */
.footer {
	text-align: center;
	z-index:5;
	height: 175px;
	position:fixed;
	width:100%;
	top:0px;
}

div#boxform {
	text-align:center;
}

div#boxform h1 {
	text-align:center;
}

	/*Created by Jonathan Adams and MediaFormations*/
	/*Please credit where credit is due*/
	div#container{margin:0 auto; width:400px; padding:20px; overflow:hidden;}
	/*Toggle Area*/
	div#menu .toggle {float:right; width:9px; cursor:pointer; color:#903131; padding-top:10px; height:23px; background-image:url(images/bt.jpg); margin-bottom:5px;}
	div#menu ul.navmenu li:first-child .toggle{}
	
	/*Menu Setup*/
	div#menu ul{padding:0; margin-left:auto; margin-right:auto; width:232px; }
	div#menu ul ul{}
	div#menu ul.navmenu li {margin-left:auto; margin-right:auto; list-style:none;}
	/*Links*/
	div#menu ul.navmenu a, #menu ul.navmenu a:visited {text-decoration:none; display:block; padding-top:10px; padding-left:5px;height:23px; margin-bottom:5px;}
	div#menu ul.navmenu ul.submenu a:hover{ }
	div#menu ul.navmenu ul.submenu {background-color: #CCC; width:232px;}
	/*Heading Outer div*/
	div#menu ul.navmenu .menutop{overflow:hidden; width:232px; color:#903131;}
	/*Header Links*/
	div#menu ul.navmenu .menutop a{ background-image:url(images/bt.jpg); width:218px;float:left;  color:#903131; }
	/*Header Link Hover*/
	div#menu ul.navmenu .menutop a:hover{color:#903131;}
	/*Removes white border for the first header*/
	div#menu ul.navmenu li:first-child .menutop a {}
	
	/*Single Menu Width Fix*/
	div#menu ul.navmenu .menusingle a{width:232px; }
