*{
	margin:0px;
	padding:0px;
}

body{
	margin:38px 0px 0px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	background: #ECECE0 ;
}

A:link, A:visited, A:active {
	color:#000;
	text-decoration:none;
}

A:hover {
	color:#000;
	text-decoration:underline;
}

#Main{
	width:878px;
	margin:0 auto;
}

#Header{
	width:850px;
	text-align:left;
	margin:0px 14px 0px 14px;
}

#Header ul{
	width:844px;	
	margin:0px 0px 4px 6px;
	height:34px;
}
#Header li{
	list-style:none;
	float:left;
}

#Header img#HeaderLogo{
	float:left;
	display:inline;
	margin-left:15px;
}

#Header form#formBuscar{
	float:left;
	width:229px;
	height:31px;
	padding-top:21px;
	margin:0px 37px 0px 37px;
	display:inline;
}

#formBuscar input {
	float:left;
	font-size:12px;
	padding:3px 2px;
	border:solid 1px #D2D0CD;
	width:161px;
	margin:0px 0px 0px 10px;
	display:inline;
	color:#2D2D21;	
}

#formBuscar button {
	margin-left:5px;
	width:46px;
	height:20px;
	background: url(../images/HeaderBuscaBotao.jpg) no-repeat;
	padding:0px;
	border:0px;
	cursor:pointer;
	float:left;
	display:inline;
}

#Menu{
	width:850px;
	height:31px;
	padding:43px 14px 0px 14px;
	margin:5px 0px 0px 0px;
	background:url(../images/MenuBackground.jpg) no-repeat;
	text-align:center;
	
}
#Menu li{
	list-style:none;
	float:left;
	display:inline;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#4A87B6;
	margin:0px 5px 0px 0px;
	padding: 0px 5px 0px 10px;
	border-left: solid 2px #C2C2B7;
}

#Menu li.MenuHome{
	margin-left:223px;
	border:none;
}

#Menu a{
	color:#4A87B6;
}


#Content{
	width:878px;
	padding:15px 14px 0px 30px;
	background:url(../images/ContentBackgroundDetail.jpg) repeat-y;
	display:table;
}

#Base{
	width:878px;
	height:31px;
	background:url(../images/ContentBackgroundBase.jpg) no-repeat;
}

#Banner{
	width:819px;
	height:206px;
	margin-bottom:15px;
}


#Rodape{
	width:878px;
	margin:0 auto;
	margin-bottom:10px;
}


#Rodape p{
	color:#716E67;
	text-align:center;
	font-size:12px;
	line-height:15px;
}

#Rodape p.DesenvolvidoPor{
	font-size:11px;
}
a.RodapeLink:link,a.RodapeLink:visited,a.RodapeLink:active{
	text-decoration:none;
	color:#716E67;
}
a.RodapeLink:hover{
	text-decoration:underline;
	color:#716E67;
}

