body {
	text-align:center; /** necessário para fazer o layout centralizar no Internet Explorer **/
	font-family: tahoma, Geneva, sans-serif;
}
html{
	background:#F5F5F5;
}

img {
	border-style: none;
	-ms-interpolation-mode:bicubic
}


#geral {
	width:990px;
	margin:auto; 
	text-align:justify;
	display:table;
	background: white;
}

div #conteudo, #cabecalho, #menu{
	border:none;
	background: white;
}

div#menu {
	float: left;
	width: 300px; /*Width of right column in pixels*/
	margin-left: -300px; /*Set left margin to -(RightColumnWidth) */
	background: white;
	color: #000066;
}
div#menu a:link, a:visited{
	text-decoration: none;
	border: 0;
	color: #000066;
}
div#conteudo{
	clear:both;
	float: left;
	width: 100%;
	background: white;
}

div#colconteudo {
	margin-right: 300px;
	padding:0px 15px 5px 15px; 
}

div#rodape {
	clear:both; 
	height:28px;
	width:100%;
	line-height:28px;
	color: white;
	vertical-align:middle;
	text-align:center;
	background-image:url('images/cmsbackground.png');
	background-repeat:repeat-x;
}

div#cabecalho {
	height:100px;
	width:100%;
	background: white;
}

div#fotos {
	height:200px;
	width:100%;
	background: #55ccaa;
}

div#hmenu {
	height:25px;
	width:100%;
	/**background: #67C88C;**/
	background-image:url('images/background_menu.png');
	background-repeat:repeat-x;
	line-height:25px;
	vertical-align:middle;
}

div#cms {
	border:0px solid black;
	height:28px;
	width:100%;
	background-image:url('images/cmsbackground.png');
	background-repeat:repeat-x;
	line-height:28px;
	vertical-align:middle;
}

a.nl:link, a.nl:visited{
	text-decoration: none;
	border: 0;
}


table.menu {
	border-spacing: 0px;
	border-collapse:collapse;
	border: none;
	padding:0px;
	margin:0px; 
}

table.menu tr {
	border-spacing: 0px;
	border-collapse:collapse;
	border: none;
	width: 300px;
	/**height: 88px;**/
	position: relative;
	margin:0px; 
}

table.noticias {
	border:none;
	width: 100%;
	height:100%;
	padding:0px;
	margin:0px; 
}

td.noticias {
	border:none;
	width: 331px;
	height:175px;
	background:url(images/backgroundnot.png);
	background-size: 100%;
	background-repeat:no-repeat;
}

table.noticia {
	border:none;
	width: 100%;
	height:100%;
	padding-left:5px;
}

td.texto{
	border:none;
	font-size:10px;
	vertical-align:text-top;
	padding-left:11px;
	padding-right:5px;
	width: 210px;
	text-align:justify;
	}

td.texto a:link, td.texto a:visited{
	text-decoration: none;
	border: 0;
}
	
h1.titulo{
	font-size:13px;
	font-weight:bold;
	text-align:left;
}

td.imagem{
	border:none;
	width: 120px;
	text-align:justify;
	font-size:12px;
}

#nav {
	padding-left:20px; 
	margin:0; 
	list-style:none; 
	height:25px; 
	background:#fff url(images/background_menu.png) repeat-x; 
	position:relative; 
	z-index:500;
	}
	
#nav li.top {
	display:block; 
	float:left; 
	height:25px;
	}
	
#nav li a.top_link {
	display:block; 
	float:left; 
	height:25px; 
	line-height:22px; 
	color:#005395; 
	text-decoration:none; 
	font-size:15px; 
	font-weight:bold; 
	padding:0 0 0 12px; 
	cursor:pointer;
	background: url(images/marca.png) no-repeat;
	}
	
#nav li a.top_link span,
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0 24px 0 15px;
	height:25px;
	}
#nav li:hover a.top_link {
	color:#fff;
	background: url(images/marca.png) no-repeat;
	}


/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:1px; top:25px; background: #92d2bd; padding:3px; border:1px solid #000066; white-space:nowrap; width:170px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:170px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:18px; width:170px; line-height:18px; text-indent:5px; color:#005395; text-decoration:none;}
#nav li:hover ul.sub li a:hover 
{background:#005395; color:#fff; border-color:#fff;}

#nav ul, 
#nav li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
