body {
	padding: 0px;
	color: #666666;
	margin: 0px 0px 30px;
	background: #FAFAFA url(../imagens/relva2.jpg) repeat fixed left top;
	font: 400 1em/19pt Georgia, "Times New Roman", Times, serif;
}
#barra {
	height: 10px;
	margin-left: 30px;
	background: url(../imagens/barra.gif);
	margin-right: 30px;
}
#cabeca {
	width: 950px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 30px;
	position: relative;
	height: 200px;
}
#menu  {
	width: 950px;
}
#tudo {
	width: 950px;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	margin: 0px 0px 0px 30px;
	padding: 0px;
	position: relative;
	float: left;
}
#direita  {
	width: 260px;
	text-align: left;
	float: right;
	position: relative;
	padding: 40px 20px 40px 0px;
	height: auto;
}

#esquerda  {
	text-align: justify;
	padding: 20px;
	float: left;
	height: auto;
	width: 627px;
	position: relative;
}

#rodape  {
	height: 130px;
	width: 950px;
	text-align: left;
	margin: 0px 0px 30px 30px;
	padding: 0px;
	position: relative;
	clear: both;
	color: #999999;
	background: #F7F7F7;
	font: normal 0.90em/21pt "Trebuchet MS";
}
#contacto {
	float: left;
	height: 50px;
	width: 525px;
	left: 124px;
	position: absolute;
	text-align: right;
	top: 14px;
}

#logo {
	position: absolute;
	float: left;
	bottom: 25px;
	height: 68px;
	width: 80px;
	text-align: center;
	vertical-align: text-bottom;
	left: 20px;
}
#logo a img{
	border-style: none;
	
}
#logo :hover img{
	border-style: none;
	background: url(../imagens/logoover.png);	
}
#logo :visited img{
	border-style: none;
	
}
#conteudoImagens {
	padding: 20px;
}
#esquerda li {
	display: block;
	list-style: none;
}
.inicioNoticia {
	background: #FB8F02 url(../imagens/barra.gif) repeat left top;
	display: block;
	height: 20px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;
	font: italic 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
	vertical-align: text-bottom;
}

#direita .inicioNoticia {
background:#EEE url(../imagens/barra.gif) repeat-x scroll 0 0;
color:#333;
}
#direita p {
font-size:.9em;
}

.noticia {
	height: auto;
	width: 630px;
	padding: 0px;
	margin: 0px 0px 20px;
}
.img {
	border-style: none;
}
.titulos {
	color: #1393A9;
	font: normal 1.4em/1.4 "Trebuchet MS";
	border-bottom: thin dotted #1393A9;
	display: block;
}
.subtitulo {
	color: #1393A9;
	font: lighter normal 1em "Trebuchet MS";
}	
.cabecalhotabela {
	color: #FFFFFF;
	background: #15B3CE;
	line-height: 22pt;
	font-family: "Trebuchet MS";
	font-style: normal;
	text-align: left;
}
.tabela {
	color: #777777;
	background: #F3F3F3;
	font-style: normal;
	text-align: left;
}
a:link {
	color: #1393A9;
	font: 1em Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}
a:visited {
	color: #1393A9;
}
a:hover {
	color: #FFFFFF;
	background-color: #1393A9;
	text-decoration: underline;
}

/*menu da div direita*/
#menudireita{
	height: auto;
	width: auto;
}
ul#menudireita {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	height: 24px;
}

ul#menudireita li {
	margin: 0;
	border: 0 none;
	padding: 0; /*For Gecko*/
	display: block;
	list-style: none;
	position: relative;
	height: 24px;
	width: 260px;
}

ul#menudireita ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 240px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

ul#menudireita ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#menudireita ul li {
	width: 243px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline;
}

/* Root Menu */
ul#menudireita a {
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #666666;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	font: bold normal 11px/22px Georgia, "Times New Roman", Times, serif;
}
#barradireita {
	background: #FF9900 url(../imagens/barra.gif);
	height: 30px;
	width: auto;
	font-weight: lighter;
}
h4 {
	font: normal 0.97em/1 "Trebuchet MS";
	color: #139FB7;
	text-transform: uppercase;
}
ul#menudireita a:hover,
ul#menudireita li:hover a,
ul#menudireita li.iehover a {
	background:#FFB76F;
	color: #FFF;
}
