@CHARSET "ISO-8859-1";
body {
 /* border: 1px solid #ffffff;*/
  border: 0px;
  padding: 6px;
  margin: 0px;
  background: #023780;/*#01275B*/
  min-width: 760px;/*mínima largura suportada*/
  max-height: 600px; /*mínima altura suportada*/
  text-align: center;/*hack para IE*/
}

#principal{
	border: 3px double #285A96;
	padding: 0px;
	background: transparent url("img/fundo.jpg") no-repeat scroll;
	max-width: 760px;
	max-height: 600px;
	width: 760px;
	height: 500px;
	background-position: center left;
	/*left:50%;*/
	margin: 0 auto;
	/*top:3px;*/
	text-align: left; /*tira o hacker*/
	overflow: hidden;
	/*cor e fonte*/
	color: #ffffff;
	font-family: Lucida, Arial;
}
#content{
		overflow: auto;
		height: 100%;
	}
p{
	text-indent: 3em;
	margin-bottom: 0em;
	margin-top: 0.5em;
}

.submenu{
	display: block;
	text-align: center;
	line-height: 100%;
	border: 3px dotted #023780;
	margin: 0.5em;
	padding: 0.3em;
	}

h1, h2, h3{
	overflow: hidden;
	text-align: center;
	white-space: nowrap;/*evita que pule de linha*/
	font-family: Arial;
	}
h1{
	font-size: 200%;	
}

h2{
	font-family: Arial, Lucida;
	font-size: 120%;	
}

h3{
	font-family: Arial, Lucida;
	font-size: 120%;	
}

q, blockquote{
	font-family: Lucida, Arial;
	font-style: italic;
	padding: 0px;
	border: 0px;
}

a{
	text-decoration: underline;
	color: #ccffff;
	
}

blockquote{
	font-size: 100%;
	margin: 0em 0em 0em 2em;
}

.source{
	font-size: 80%;
	font-style: italic;
	text-align: right;
	padding-right: 2em;
	}

.pub_foot{
	border: 0px;
	border-top: 2px ridge #000000;
	margin: 0.5em;
	padding: 0px;
	padding-top: 0.5em;
	text-align: center;
	text-indent: 0em;
	}
.pub_foot p{
	text-indent: 0em;	
	}

/*
.pub_foot .banner{
	width: 468px;
	height: 60px;
	border: 0px;
	}
.pub_foot .banner2{
	width: 468px;
	height: 16px;
	border: 0px;
	}*/
#menu{
	height: 100%;
	border: 4px transparent;
	/*border: 3px double #285A96;*/
	/*margin: 1em 1em 1em 0em;*/
	/*min-height: 10em;*/
	overflow: auto;
	float: left;
	width: 150px;
	z-index: 1;
	text-align: left;
	/*height: auto;*/
	background-color: transparent;
	white-space: nowrap;/*evita que pule de linha*/	
}

#menu ul {
	
 /* border: 1px double #00ffff;*/
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  /*line-height: auto;*/
  /*font-size: 80%;*/
}


#menu li {
	text-align: center;
	font-family: Lucida Console;
	font-size: 60%;
	/*border: 1px solid #ffffff;*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background: none;
	line-height: 20px;
}

#menu li a img, #menu li a p{
	border: 0px;
	}
	
#menu li a{
	display: block;
	border: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;/*evita que apareça a barra de rolagem*/
	text-decoration: none;
}

#menu li .withImg{
	height: auto;
}


#menu li a:hover {

  background: transparent url("img/menulink.gif") left center no-repeat;
  color: #00ffff;
}