/* CSS Document */
html, body { 
	margin:0; 
	padding:0; 
	width:100%; 
	height:100%;
}

body {
	font-family:Verdana, Tahoma, Arial;
	font-size:11px;
	background:#e6ece6 url(imagens/background.gif) fixed no-repeat center top;
	line-height:18px;
	color:#222;
}

/* Estrutura do site */
#barraTopo {
	width:100%;	
	height:8px;
	background-color:#3b5540;
}

#geral {
	width:880px;
	min-height:700px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	border:solid 1px #99ac9d;
	border-bottom:0;
}

#topo {
	width:880px;
	height:140px;
	background:url(imagens/topo.jpg) no-repeat;
}

#menu {
	width:160px;
	height:350px;
	float:left;
	padding:20px 10px 10px 10px;
	background-color:#f8f8f8;
}

#conteudo {
	width:650px;
	float:left;
	padding:20px 20px 10px 30px;
}

#rodape {
	width:870px;
	margin:0 auto;
	padding:5px;
	text-align:center;
	font-weight:bold;
	color:#444;
	background-color:#D2DBD2;
	border-left:solid 1px #99ac9d;
	border-right:solid 1px #99ac9d;
	border-bottom:solid 1px #99ac9d;
}

/* Configurações do Topo */
.logo {
	margin:18px 0 0 35px
}

#topoLogo {
	width:480px;
	float:left;
}

#topoDireita {
	float:left;
}

#topoLogoUnoeste {
	text-align:right;
	margin:20px 5px 0 0;
}
#topoMenu {
	margin-top:30px;
}

.topoMenuLinks {
	width:120px;
	background-color:#748e74;
	border:solid 1px #95ae95;
	float:left;
	margin-left:1px;
	padding:2px 2px 4px 2px;
	text-align:center;
}

.topoMenuLinks:hover {
	background-color:#8baa8b;
}

#topoMenu a {
	color:#f9f9f9;
	font-weight:bold;
	text-decoration:none;
}


/* Configurações do MENU */
#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	margin:0;
	padding:6px;
	list-style-image:url(imagens/seta.png);
	border-bottom:dotted 1px #c9c9c9;
	list-style-position:inside;
}

#menu ul li:hover {
	background-color:#e2e2e2;
}

#menu ul li a:hover {
	text-decoration:none;
}

/* Configurações de LINK */
a:link, a:hover, a:active, a:visited {
	color:#060;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* Configurações de tags H1, H2, H3... */
h2 {
	width:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:21px;
	font-weight:bold;
	border-bottom:solid 1px #99ac9d;
	margin:0 0 10px 0;
	padding:0;
	line-height:25px;
}

