*
{
	margin:  0em;
	padding: 0em;
}

body
{
	background-color: #DFE8FF;
	background-image: url(../imagens/fundoprincipal.jpg);
	background-repeat:repeat-x;
	font-family: Arial;
	font-size: 0.8em;
}

a
{
	text-decoration: none;
	color:#0066CC;
}

a:hover
{
	text-decoration: underline;
	color:#FFCC00;
}

#wrapper
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

#cabecalho
{
	height:118px;
	background-image:url(../imagens/cabecalho.jpg);
	background-repeat:no-repeat;
	
}



#conteudo
{
	background-color:#FFFFFF;
	
}

#content
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	position: relative;
}

#column1
{
	width: 780px;
	padding: 10px;
	background-image:url(../imagens/fundofusca.gif);
	background-repeat:no-repeat;
	background-position:right 50px;
}

#column1 h2
{
	font-size: 1.5em;
	color: #6592BF;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E10916;
	background-color: #E7EEF5;
	line-height: 1.6em;
	text-indent: .5em;
}

#column1 p
{
	text-align: justify;
	margin-bottom: 0.5em;
	color:#4D3476;
	line-height: 1.5em;
}

#rodape
{
	height:55px;
	font-family: "Arial";
	border-top: solid 2px #fff;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
	font-size: 0.8em;
	color: #fff;
	text-align: left;
	text-transform:uppercase;
	background-image: url(../imagens/fundorodape.gif);
	background-repeat:no-repeat;
	clear:both;
}

#rodape p
{
	margin-left:1em;

}

#rodape a
{
	text-decoration: none;
	color:#95EAFF;
}

#rodape a:hover
{
	text-decoration: underline;
	color:#FFCC00;
}

/* Menu Horizontal */
#menuhorizontal 
{
	height:34px;
	background-color: #000000;
	background-image: url(../imagens/fundomenuh.gif);
	background-repeat:no-repeat;
	font-size:93%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006599;
}
    
#menuhorizontal ul {
	padding:10px 10px 0 95px;
	list-style:none;
	background-position: center;
}
    
#menuhorizontal li {
      display:inline;
      margin:0;
      padding:0;
}
    
#menuhorizontal a {
      float:left;
      background:url(../imagens/menuesquerda.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    
	#menuhorizontal a span {
      float:left;
      display:block;
      background:url(../imagens/menudireita.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menuhorizontal a span {float:none;}
    /* End IE5-Mac hack */
    
	#menuhorizontal a:hover span {
      color:#FFF;
      }
    
	#menuhorizontal a:hover {
      background-position:0% -42px;
      }
    
#menuhorizontal a:hover span
{
	background-position:100% -42px;
}
	
	
