/***********************
		ÍNICIO
***********************/
* {
	text-decoration:none;
	margin:0px;
	padding:0px;
	list-style:none;
	border:none;
}


html {
	
}

body {
	font-family: "Trebuchet MS", Verdana;
	
}

a:link{
	color:#28166F;
	text-decoration:none;
}


br.clear{
	clear:both;
	font-size:.1em;
	height:.1em;
	line-height:.1em;
}

/*debud*/
#geral
{
	width:1004px;
	height:600px;
}
* html body #geral
{
	width:100%;
}
/***********************
		MENÚ
***********************/
#side_bar
{
	
	float:left;
	text-align:left;
	width:230px;
	margin-top:-13px;
}
#menu
{
	margin-left:20px;
}
#menu a, #menu a:visited
{
	color:#000000;
	font-weight:bold;
	padding:4px 0px 4px 0px;
	display:block;
	width:200px;
	background-image:url(../imagens/botao.jpg);
	background-repeat:no-repeat;
}
#menu a:hover
{
	background-image:url(../imagens/botao_hover.jpg);
	background-repeat:no-repeat;
}
#menu a.atual
{
	background-image:url(../imagens/botao_hover.jpg);
	background-repeat:no-repeat;
}
#menu #last
{
	width:200px;
	border-bottom:3px solid #006633;
}
/********************
Shamefull hack to IE
********************/
* html body #menu a {
   width:100%;
}
/***********************
		FIM MENÚ
***********************/

#logo
{
	position:absolute;
	top: 46px;
	left:20px;
}
#barra_lateral
{
	position:absolute;
	left: 940px;
	top:0;
	background-image:url(../imagens/barra_lateralsemfundo.gif);
	background-repeat:repeat-y;
	background-position:right;
	width:64px;
	height:600px;
	overflow:hidden;
}

#firula
{
	margin:518px 0px 0px 900px;
	background:#DDC;
}
/******************************************************************************************
pagina: quem somos.php
css
nota: o estilo para #conteudo esta na pagina
*******************************************************************************************/
#menuzinho {
	background-color:#183884;
	height:24px;
	width:100%;
}
#menu_interno li
{
	float:left;
	margin:0 30px;
	width:120px;
	text-align:center;
	font-weight:bold;
}
#menu_interno li a
{
	color: #FFFFFF;
}
#menu_interno2 li
{
	padding: 2px 0px 0px 0px;
	float:left;
	text-align:center;
	background-color:#EFEEEE;
	width:160px;
	font-weight:bold;
	border-bottom:1px solid #000;
}
#menu_interno2 li a
{
	color: #28166F;
}
#menu_interno2 li a:hover,#menu_interno2 li a:visited
{
	color: #000000;
}
#overall
{
	width:620px;
	text-align:left;
	background-color:#EEEEEE;
	height:440px;
	overflow: auto;
}
#overall .col
{
	/*width:300px;
	float:left;*/
	padding:10px;
	margin:0;
	font-size:14px;
	background-color:#EEEEEE;
}
#footer
{
	margin-top:40px;
	width:1004px;
	height:47px;
	overflow:hidden;
}
#side_bar
{
	margin-top:200px !important;
}

.em-destaque{
    color:#66FF00;

}
