body{
margin:0;
padding:0;
line-height: 1.5em;
}

#topsection{
background: url(fundo.jpg) repeat-x;
height: 130px; 
}
#logo{
background: url(logo.jpg) no-repeat;
height: 130px;
margin-left: 10px;
}
#contentwrapper{
	float				: right;
    width				: 600px;
    padding				: 0px;
	text-align 			: justify;
	color				: #000033;
	height				: auto;
	font				: 12px 'arial';
	line-height			: 165%;
	margin-top			: 20px;
	margin-right		: 60px;
	_margin-right		: -30px;
	margin-left			: 10px;

}

#conteudo {
	float				: right;
    width				: 600px;
    padding				: 0px;
	text-align 			: justify;
	color				: #000033;
	height				: auto;
	font				: 14px Helvetica, Verdana, Arial, sans-serif;
	line-height			: 165%;
	margin-top			: 0;
	margin-right		: 70px;
	margin-left			: 10px;
}
#menucase ul.vert-one{
float				: left;
margin:0;
padding:0;
list-style-type:none;
display:block;
font:bold 14px Helvetica, Verdana, Arial, sans-serif;
line-height:165%;
width:200px;
height: 220px;
}
#menucase ul.vert-one li{
margin:0;
padding:0;
border-top:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
}
#menucase ul.vert-one li a{
display:block;
text-decoration:none;
color:#fff;
background:#004D9B;
padding:0 0 0 20px;
width:180px;
}
#menucase ul.vert-one li a:hover{
background:#E5E5E5 url("images/vert-one_arrow.gif") no-repeat 0 9px;
color: #004D9B;
}
#menucase ul.vert-one li a.current,ul.vert-one li a.current:hover{
background:#933 url("images/vert-one_arrow.gif") no-repeat 0 9px;
}


#leftcolumn{
float: left;
width: 200px; 
margin-top: 5px;
    padding: 10px 5px;
}

#footer{
clear: both;
width: 100%;
height: 15px;
background: url(fundor.jpg) repeat-x;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

#pages {
	padding: 3px;
}
#pages ul {
	list-style-type: none;
}
#pages li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#pages li a {
	color: #88af3f;
	padding: 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#pages li a:hover {
	color: #638425;
	background: #f1ffd6;
	border: 1px solid #85bd1e;
}
#pages li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 4px;
}
#pages li.current {
	color: #FFF;
	border: 1px solid #b2e05d;
	padding: 4px;
	background: #b2e05d;
}






