* {
	margin:0px;
	padding:0px;
}

html {
	background:url(fundo_site.jpg) repeat-y center;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:70%;
	color:#003366;
}
a {
	color:#003366;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:none;
}
#geral {
	width: 770px;
	height:auto;
	margin: 0 auto;
}
#topo {
	background:url(fundo_topo2.jpg) no-repeat;
	width:770px;
	height:148px;
}

#logo {
	float:left;
	padding-left:20px;
	padding-top:20px;
}

#oracao {
	width:550px;
	float:right;
	text-align:center;
	padding-top:20px;
}

#middle {
	background:url(fundo_middle.gif);
	position:relative;
	width:730px;
	height:623px;
	padding-left:20px;
	padding-right:20px;
}

#lado_esq {
	width:170px;
	float:left;
	text-align:left;
}

#conteudo {
	width:550px;
	height:200px;
	float:right;
}

/* MENU */
#menu {
	width:180px;
	height:auto;
}
#menu a {
	color:#003366;
	text-decoration:none;
}
#menu a:hover {
	color:#FF9900;
	text-decoration:none;
}
.treeview ul {
	margin: 0;
	padding: 0;
}

.treeview li{
	background: #FFFFFF url(list.gif) no-repeat left top;
	list-style-type: none;
	padding-left: 0px;
	line-height:20px;
	display:block;
}

.treeview li ul li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #FFFFFF url(list2.gif) no-repeat left top;
	padding-left: 0px;
	line-height:20px;
}

.treeview li.submenu {
	background: #FFFFFF url(closed.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	line-height:20px;
}

.treeview li.submenu ul{
	display: none;
}

.treeview .submenu ul li{
	cursor: default;
}
/*********/
#busca {
	width:180px;
	height:40px;
}
.botao {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#FFFFFF;
	width:70px;
	height:23px;
	background:#E29321;
	border:none;
	cursor:pointer;
	padding:3px;
}
.texto {
	font-family:Verdana, Arial, Helvetica, sans-serif;;
	width:97px;
	height:15px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
	font-size:100%;
	padding:3px;
}
#chamadas {
	width:180px;
	height:auto;
}
#carregando {
	width:550px;
	text-align:right;
}
/* EXTERNOS */
#foto {
	width:550px;
	height:277px;
}
#materias {
	width:510px;
	padding-left:20px;
	padding-right:20px;
}
#titulos {
	width:510px;
	height:50px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
#bredcrumb {
	width:510px;
	float:right;
	text-align:right;
}
#bottom {
	width:510px;
	height:50px;
	float:right;
	font-size:80%;
	text-align:right;
	color:#999999;
}
#final {
	background:url(fundo_bottom.gif);
	height:70px;
	width:770px;
}