body{
	font: 70%/1.4em Verdana,sans-serif;
	color: #333;
	background: #eee  repeat-x;
}

a:link, a:visited, a:active{
	color:#333;
}
a:hover{
	text-decoration:none;
}


#wrap{
	width:760px;
	background:#fff;
}

/***** MENU DE CIMA *****/
#NAVIGATION{ 
	width: 750px; 
	height:31px; 
	text-align: left; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 5px; 
	background-color: #2E6BA9;  
	background-image: url('i/bg_topnav2.gif');
}

#BUTTONS{ 
	height:28px; 
	text-align: center;
	vertical-align:baseline; 
	display: block;
}

#BUTTONS img{
	padding: 8px 0px;
	margin: 0px 15px;
}

#head{
	margin:0;
	/*background:  url('i/title.jpg') no-repeat;*/
	/*background-position: 50% 100%;*/
	height:140px;
	text-align:center;
}
#TABS{
	height:31px;
	background-image: url(i/bg_topnav.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #666666;
	line-height: 31px;
	margin-left: 0px;
}

#TABS ul{ 
	margin:0;
	padding-left: 0;
	display: inline;
	list-style: none;
} 

#TABS li{ 
	float:left;
	margin: 0;
	padding: 0px 28px 0px 28px;
	list-style: none; 
	display: inline;  
	background-image: url(i/bg_navbutton.gif);
	background-repeat: no-repeat;  
	background-position: right;
}

#TABS .Last{ 
	background-image: none;
}

#TABS a{ 
	color: Black;
	text-decoration: none;  
	font-family: Tahoma, Arial, Sans-Serif;  
	font-size: 11px;
}

#TABS a:hover{ 
	text-decoration : none;  
	border-bottom: 2px solid #1D76CB;
}


/****** CENTRO *****/
#content{
	margin:0;
	padding: 0 20px 20px 20px;
	background:  url('i/content_sep.png') repeat-y;
	background-position: 100% 0;
}
#content .entry{
	border-bottom: #ddd 1px solid;
	text-align:justify;
}
#content .entry p{
	margin: 0.2em 0 1.2em 0;
	text-indent: 0.25in;
}
#content .entry h3{
	font-size:12px;
	margin:8px 0px 8px 0px;
}
#content .entry h2{
	font-size:16px;
	margin:8px 0px 8px 0px;
}
#content .links{
	margin:2px 0 0px 0;
	text-align:right;
	letter-spacing:1px;
	font-size: 8px;
	color:#666;
}


/***** MENU DIREITO *****/
/***** box *******/
#rightbar{
	padding: 8px;
	margin: 0;
	vertical-align:top;
}
#rightbar .box{
	margin:0;
	padding:0;
}
#rightbar .box h2{
	margin-bottom:2px;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar .box li{
	padding: 2px 0;
}
#rightbar #desc.box{
	background:#eee;
	padding:0px;
}

/*** box2 ******/

#rightbar{
	padding: 8px;
	margin: 0;
	vertical-align:top;
}
#rightbar .box2{
	margin:0;
	padding:0;
	border: #ddd 1px solid;
}
#rightbar .box2 h2{
	margin-bottom:2px;
	padding: 0;
	font-size: 13px;
	letter-spacing:1px;
	font-variant: small-caps;
	border-bottom: #666 1px solid;
}
#rightbar .box2 ul{
	margin:0;
	padding:0;
	list-style:none;
}
#rightbar .box2 li{
	padding: 10px 0;
}
#rightbar #desc.box2{
	background:#eee;
	padding:0px;
}

/****** RODAPE ***********/
#footer{
	clear:both;
	text-align:center;
	background: #ddd;
	padding: 2px;
	font-size:9px;
	color:#333;
}
