* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	color: #003366;
}

body {
	background: #afc66e url(../img/padrao/bg_body.jpg) no-repeat center top;	
}

#bg {	
	background: url(../img/padrao/bg_bg.png) repeat-x center top;		
}

#bg2 {
	width: 940px;
	margin: 0 auto;
}

#topo {
	width: 940px;
	height: 290px;
	position: relative;
	background: url(../img/padrao/bg_topo.png) no-repeat left bottom;
}
#topo #logo {
	position: absolute;
	top: 9px;
	left: 23px;
	width: 175px;
	height: 92px;
}
#topo #logo img {
	border: 0px solid #fff;	
}
#topo #atalhos {
	position: absolute;
	top: 0;
	right: 20px;
}
#topo #atalhos li {
	color: #92b12f;
	display: inline;
}
#topo #atalhos li a {
	color: #92b12f;
	line-height: 25px;
	font-size: 90%;
	text-decoration: none;
	font-weight: bold;
}
#topo #atalhos li a:hover {
	color: #CCC;
}

#topo #apre {
	position: absolute;
	top: 30px;
	right: 0;
	width: 700px;
	height: 198px;
}

#topo #menu {
	position: absolute;
	top: 147px;
	left: 30px;
}

#topo #menu li {
	list-style-type: none;	
}

#topo #menu li a {
	font-family: "Arial Narrow", Arial, sans-serif;
	text-transform: uppercase;
	line-height: 20px;
	font-weight: bold;
	color: #ddff99;
	text-decoration: none;
	font-size: 110%;
}
#topo #menu li a:hover {
	color: #FFF;
}

#container {
	width: 100%;
	background: url(../img/padrao/bg_container.jpg) repeat-y center right;
	padding-bottom: 20px;
}

#conteudo {
	background: url(../img/padrao/bg_conteudo.jpg) repeat-x top center;		
	width: 640px;
	float: left;
	background-color: #ddd;
	padding: 10px 30px 0;
}

#conteudo p {
	margin-bottom: 1em;	
}

#noticias {
	background-color: #123368;
	width: 190px;
	padding: 65px 30px 0 20px;
	float: right;
	position: relative;
}

#noticias h2 {
	background: url(../img/padrao/icon_noticias.png) no-repeat top right;	
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 170%;
	color: #ddff99;
	width: 190px;
	height: 55px;
	padding-top: 20px;
	position: absolute;
	top: -10px;
	left: 20px;
}

#noticias li {
	list-style-type: none;
	background: url(../img/padrao/separator_noticias.jpg) no-repeat center bottom;		
	padding-bottom: 10px;
	margin-bottom: 5px;
}

#noticias li a {
	font-size: 90%;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
#noticias li a:hover {
	color: #CCC;
}

#noticias a.mais {
	font-size: 80%;
	text-align: right;
	color: #ddff99;
	font-weight: bold;
	display: block;
	padding-top: 10px;
}
#noticias a.mais:hover {
	text-decoration: none;
}

#rodape {
	background: url(../img/padrao/bg_rodape.jpg) no-repeat top center;	
	height: 92px;
	padding: 23px 30px 0 30px;
}

#rodape img {
	float: left;
	margin-right: 20px;
}

#rodape strong {
	display: block;
	margin-bottom: 10px;
	color: #ddee99;
}

#rodape address {
	font-style: normal;
	color: #ddee99;
	font-size: 90%;
}

#rodape .triares {
	margin-top: -10px;
	float: right;
	display: block;
	width: 65px;
	height: 15px;
	background: url(../img/padrao/triares.gif) no-repeat left top;
	text-indent: -9000px;
}

#rodape .triares:hover {
	background-position: left bottom;
}

.clear {
	clear: both;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.alignCenter {
	text-align: center;
	margin: auto;
}

