/* CSS Document */

body {
background-color:#F4F2E3;
background-image:url(../imagens/bg.jpg);
background-repeat:repeat-x;
margin:0px;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:left;
}
#corpo {
width:780px;
margin:0 auto;
}
#topo {
background-image:url(../imagens/bg_topo.jpg);
background-repeat:no-repeat;
width:780px;
height:142px;
}
#frase {
width:210px;
height:208px;
background-image:url(../imagens/bg_frase.jpg);
background-repeat:no-repeat;
float:right;
}
#frase div {
margin-top:60px;
margin-left:42px;
width: 145px;
font-weight:500;
color:#766BsD;
}
#arruma_colunas {
margin-top:10px;
width:780px;
}
#botoes {
	width:165px;
	float:left;
	margin:0px 18px 0px 0px;
}
#botoes ul {
list-style-type:none;
margin:0px;
padding:0px;
}
#botoes ul li {
padding-bottom:5px;
}
#conteudo {
	width:430px;
	float:left;
	line-height:140%;

	
}
#conteudo div {
text-align:left;
font-size: 1em;
}
#conteudo div h4 {
color:#68633C;
font-size:13px;
font-weight:500;
margin:5px 0px 0px 0px;
padding:0px;
}
#conteudo div h3 {
font-family: “Trebuchet MS”, sans-serif;
font-size: 24px;
font-style: normal;
font-weight: bold;
text-transform: normal;
letter-spacing: -1px;
line-height: 1.2em;
color:#68633C;
margin:5px 0px 10px 0px;
padding:0px;
}
#banners {
	width:150px;
	float:right;
}
#banners ul {
list-style-type:none;
margin:0px;
padding:0px;
}
#banners ul li {
padding-bottom:5px;
}
#rodape {
width:100%;
height:93px;
background-image:url(../imagens/bg_rodape.jpg);
background-repeat:repeat-x;
}

.fontResizer { float:right; margin-left:10px;}

.fontResizer a {
	padding:2px;
	float: left;
	width: 17px;
	line-height:15px;
	height: 17px;
	text-align: center;
	border: 0px;
	text-decoration: none;
	background-color:#E5E5E5
}

.fontResizer a:hover { color: #000; text-decoration: none; }


.smallFont { font-size: 9px; }

.medFont { font-size: 12px; color:#000000; font-weight:900 }

.largeFont { font-size: 15px; color:#000000; font-weight:900}

.markermenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
}

.markermenu ul li a{
text-align:right;
letter-spacing:-1px;
color:#990000;
display: block;
width: auto;
padding: 3px 0;
text-decoration: none;
}


* html .markermenu ul li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 165px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color:#990000;
}

.markermenu ul li a:hover{
color: black; /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */


	/* PAGINATION */
div.pagination {
    padding: 3px;
    margin: 3px;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin: 2px;
    border: 1px solid #663300;
    
    text-decoration: none; /* no underline */
    color:#663300;
}
div.pagination a:hover, div.pagination a:active {
    border: 1px solid #99CC00;
	background-color:#CEC584;
    color: #663300;
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin: 2px;
        border: 1px solid #CEC584;
        
        font-weight: bold;
        color: #CEC584;
    }
    div.pagination span.disabled {
        padding: 2px 5px 2px 5px;
        margin: 2px;
        color: #CEC584;
    }
/* PAGINATION */  