/* kill defaults */

html, body, ul, dl, li, h1, h2, h3, h4, img	{
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

body{
font-family:Verdana, Arial, Helvetica, sans-serif
}

ul.outrosartigos{
font:Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

p.maisartigos{
border-bottom: 2px solid #003366;
}

h1{
font-size: 16px;
padding-top: 10px;
}

h2{
font-size: 14px;
}

h3{
font-size: 12px;
}

h4{
font-size: 11px;
}

p{font-size: 11px;
}

ul	{
list-style: none;
}

img	{
border: 0;
}

/* ============= */


td, th{
font-size: 10px;
}

a
{
color: #000000;
text-decoration: none;
}

a:link, a:visited, a:active, a:hover
{
font-family: Arial,Verdana;
color: #003366;
text-decoration: none;
}

a:link
{
color: #000000;
text-decoration: none;

}

a:hover
{
color: #000000;
text-decoration: none;
}

#topsection{
	background: #EAEAEA;
	height: 120px; /*Height of top section*/
	background-image: url(../images/fundocabecalho.jpg);
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	width: 100%;
}

#contentcolumn{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	width: 760px;
	float: right;
}

#leftcolumn{
	width: 180px; /*Width of left column*/
	margin-left: 0px;
}

#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
background: #FDE95E;
}

#divisoriarodape{
	clear: both;
	width: 100%;
	background-image:url(../images/fundo_rodape.png);
	background-repeat:repeat-x;
	height: 30px;
}

#rodape{
	color: #333333;
	font-size: 11px;
	text-align: center;
	height: 60px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 0px;
}

.innertube{
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width:100%;
}

#sidebar	{
	background-image:url(../images/fundo_destaque.png);
	background-repeat:repeat-y;
	width: 160px;
}

/* ============== */

/* menu secoes*/

	#cont{width:150px !important; margin-left:5px !important; padding:1px}

	#cont ul {margin:0; padding:0;}

	#cont ul li ul{border-top:solid 1px #fff;}

	#cont ul li{list-style-type:none; margin:0; padding:0; border-bottom:solid 1px #fff;}

	#cont ul li a, #cont span{
	display:block;
	font-size:10px;
	text-decoration:none;
	cursor:pointer;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}

	#cont ul li ul li{background:#EFEFE5;}

	#cont ul li ul li a{padding-left:15px;}

	#cont ul li ul li ul li{background:#fff;}

	#cont ul li ul li ul li a{padding-left:30px; background:none;}

	#cont ul li ul .selected a{background:#77BB15; color:#fff; font-weight:bold;}

	#cont ul li ul .selected ul li a{ font-weight:normal; color:#000; border-bottom:solid 1px #E4E4D7;}

	#cont ul .selected a{background:#77BB15; color:#fff; font-weight:bold;}

	#cont ul .selected ul li a{ font-weight:normal; border-bottom:solid 1px #E4E4D7;}

/* fim menu secoes*/


/* menu topo*/
ul#menu {
	width:100%;
	height: 30px;
	font-size: 0.6em;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform:uppercase;
	background-color: #FFF;
	background-image: url(../images/fundo_menutopo.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a {
	height: 20px;
	color: #999;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
}
ul#menu li a:hover { color: #333; }
ul#menu li a.current{
	color: #333;
	height: 20px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	font-weight:bold
}

/* fim menu */
