
html{
	overflow-y:auto;
}

body{
	background-color:#006EB1;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:12px;
}

img.jpc_bg_ie8{
	min-height:100%;
	min-width:1024px;
	width:100%;
	position:fixed;
	z-index:-1;
}
	
.cabecalho{
	width:1000px;
	height:120px;
	margin:auto;
}

.logo{
	width:235px;
	height:95px;
	background-image:url(../_jpc_img/logo.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:89px;
	margin-top:17px;
}

.funcionamento{
	width:210px;
	height:90px;
	float:right;
	margin-top:42px;
	margin-right:82px;	
	font-size:13px;
	text-align:center;
	line-height:1.5em;
	color:#000;
}

.barra{
	width:920px;
	height:60px;
	background-image:url(../_jpc_img/menu.png);
	background-repeat:no-repeat;
	margin:auto;
	font-size:13px;
}

.menu{
	text-align:center;
	list-style-type:none;
	margin:0;
	padding:0;
	margin-left:39px;	
}

.menu li{
	float:left;
	width:90px;
	padding-bottom:11px;
	padding-right:6px;	
}

.menu a:link{
	color:#EEE;
	text-decoration:none;
	outline:none;	
}

.menu a:visited{
	color:#EEE;
	text-decoration:none;
	outline:none;
}

.menu a:hover{
	color:#06F;
	text-decoration:none;
	outline:none;
}

.menu a#active{
	color:#06F;
	text-decoration:none;
	outline:none;
}

#texto{
	width:240px;
	height:15px;
	float:right;
	margin-right:40px;
	margin-top:22px;	
	color:#39C;
	text-align:right;
}

.conteudo{
	width:900px;
	height:450px;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
}

.separador_topo{
	width:575px;
	height:21px;
	margin-top:1px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-style:italic;
	text-align:center;
	color:#FFF;	
	background-image:url(../_jpc_img/line2.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

.links_uteis{
	width:180px;
	height:445px;
	float:right;
	margin-right:46px;
	margin-top:1px;
	text-align:center;
}

.separador_top{
	width:180px;
	height:3px;
	background-image:url(../_jpc_img/line1.png);
	background-repeat:no-repeat;
}

.links{
	margin:0;
	padding:0;
	margin-top:10px;
	margin-bottom:7px;
	list-style-type:none;	
}

.links li a{
	width:180px;
	height:20px;
	display:block;
	color:#FFF;
	text-decoration:none;
	outline:none;
}

.links li a:hover{
	color:#000;
	text-decoration:none;
	outline:none;
}

.facebook{
	width:180px;
	margin-top:7px;
	margin-bottom:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15px;
	text-align:center;
	color:#FFF;
}

.facebook a{
	display:block;
	color:#FFF;
	text-shadow:0px 0px 5px #000;
	text-decoration:none;
	outline:none;	
}

.facebook a:hover{
	color:#005;
	text-decoration:none;
	outline:none;	
}

.html5{
	width:70px;
	height:70px;
	margin:auto;
	margin-top:15px;
	margin-bottom:9px;
	outline:none;
}

.f11{
	margin-top:10px;
	text-align:center;
	color:#FFF;
}

.f11_bt{
	width:72px;
	height:63px;
	background-image:url(../_jpc_img/f11.png);
	background-repeat:no-repeat;
	margin:auto;
}

.rodape{
	width:919px;
	height:25px;
	background-image:url(../_jpc_img/rodape.png);
	background-repeat:no-repeat;
	background-position:top;
	margin:auto;
	margin-bottom:50px;
	font-size:9px;
	color:#EEE;
	text-align:center;
}

.copyright{
	float:left;
	margin-left:54px;
	margin-top:10px;
}

.desenvolvido{
	float:right;
	margin-right:53px;
	margin-top:10px;
}

.desenvolvido a{
	color:#EEE;
}

.desenvolvido a:hover{
	text-decoration:underline;
}

img{
	border:0;
}

a{
	outline:none;
}

a:link{
	text-decoration:none;
}

a:visited{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

a:active{
	text-decoration:none;
}

::selection{
	background:#FFF;
	color:#069;
}