@charset "utf-8";

#container {
	position: relative;
	width: 960px;
	margin: auto;
	border: thin none #FFFFFF;
	background-color: #ECEDFF;
}

#direita {
	position:absolute;
	left:799px;
	top:153px;
	width:159px;
	height:600px;
	z-index:2;
	overflow: hidden;
	background-repeat: no-repeat;
}
/* CSS Document */

body {
	background-image: url();

}
#esquerda {
	position:absolute;
	left:0px;
	top:153px;
	width:139px;
	height:auto;
	z-index:3;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(/imgs/fundo3.jpg);
	background-repeat: repeat-x;

}
#centro {
	position:absolute;
	left:148px;
	top:153px;
	width:643px;
	height:741px;
	z-index:2;
	overflow: visible;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	

}
#topo {
	position:absolute;
	left:0;
	top:1px;
	width:958px;
	height:117px;
	z-index:2;
	background-color: #FFFFFF;
	background-image: url(/imgs/mapa-parte.jpg);
	background-repeat: no-repeat;
	color: #003366;
	font-size: 30px;
	font-style: normal;
	font-weight: bold;
}

#rodape {
	
	background-image: url(/imgs/fundo1.png);
	border: thin solid #FFFFFF;
	background-color: #FFFFFF;
	color: #FFFFFF;
}
a.linkdestaque:visited, a.linkdestaque:link, a.linkdestaque:hover, a.linkdestaque:active  {
        color: #FB0000;
        font-weight: bold;
        text-decoration: none;
}

a:hover {
	color: #00CC00;
	text-decoration: none;
}

a:link {
	color: #004600;
	text-decoration: none;
}
a:visited {
	color: #004600;
	text-decoration: none;
}
a:active {
	color: #003300;
	text-decoration: none;
}

#subtopo {
	background-image: url(/imgs/fundo1.png);
	background-repeat: repeat-x;
	position: absolute;
	left: 0px;
	top: 125px;
	width: 956px;
	height: 23px;
	color: #FFFFFF;
	text-align: right;
	text-indent: 2px;
	vertical-align: middle;
	padding-right: 2px;
}
#Titulo_Menu_Principal{
	z-index:4;
	background-image: url(/imgs/fundo1.png);
	color: #FFFFFF;
	font-size: 15px;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;

}
.Titulo_Sub_Menu{
	z-index:4;
	background-image: url(/imgs/fundo2.png);
	color: #FFFFFF;
	font-size: 14px;
	vertical-align: middle;
	text-align: center;
}
