body {
	margin:0px 0px 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url("imagens/bg.jpg");
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-position: bottom left;
	background-color : #31749F;
	color:#000000;
}

h1{
	font-size:14px;
	line-height:14px;
	color:#ffffff;
}

h2{
	font-size:12px;
	line-height:12px;
	color:#ffffff;
	width: 150px;
}
h3{
	width:580px;
	text-align:right;
	font-size:11px;
	padding:0px 10px 4px 50px;
	line-height:12px;
	color:#95d6f7;
}

img{
	border:0px;
	margin:0px;
	padding:0px;
}
.imgPro{
	border:0px;
	margin:5px;
	padding:0px;
}

a {
	text-decoration : none;
}
a:hover { 
	text-decoration : underline;
	color : #7dc1e3;
} 

#frame{
	position: absolute;
	width:100%;
	height:100%;
	background-image: url("imagens/bg-logo.jpg");
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-position: bottom right;
	float:left;
}

#content{
	width:994px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:center;
}

#container{
	width:994px;
	height:auto;
	background-color:#ffffff;
	float:left;
	background-image: url("imagens/imagem2.jpg");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: bottom left;
}

#homeLeft{
	width:486px;
	height:365px;
	float:left;
	background: url("imagens/bg-home-left.jpg");
	overflow: hidden;
}

#homeRight{
	width:490px;
	height:365px;
	background-color:#008cd3;
	background-image: url("imagens/home-bg.jpg");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: top right;
	float:left;
	overflow: hidden;
}

#contentRight{
	width:735px;
	height:auto;
	margin-left:244px;
	background-color:#008cd3;
	background-image: url("imagens/home-bg.jpg");
	background-attachment: scroll;
	background-repeat:no-repeat;
	background-position: top right;
	float:left;
}

#textoHome{
	padding:10px;
	font-size:10px;
	text-align: justify;
	line-height: 12x;
	color:#ffffff;
	height:376px;
}
#textoHome p{
	font-size: 10px;
	font-weight: normal;
}

#textoConteudo{
	width:auto;
	height:auto;
	padding:13px;
	font-size:12px;
	text-align: justify;
	line-height: 20px;
	color:#ffffff;
	float:left;
}

#links{
	width:994px;
	height:35px;
	margin-top:11px;
	background-color:#1a78be;
	float:left;
}

#menu {
	width:994px;
	height:auto;
	padding:0px;text-align:center;
	margin:0px;
	margin-left: 45px;
	padding-bottom:50px;
	list-style:none;
	float:left;
}

#menu li {
	width:auto;
	height:22px;
	font-size:11px;
	color:#515659;
	text-align:center;
	float:left;
	padding:10px 6px 2px 5px;
	margin-bottom:2px;
	margin-left:6px;
}

#menu li:hover, #menu .activo {
	width:auto;
	height:22px;
	color:#f2b208;
	background-image: url("imagens/menuHover.jpg");
	background-position: top center;
	text-align:center;
	padding:10px 6px 2px 5px;
	margin-left:6px;
}

#menu li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#menu li:hover a, #menu .activo a {
	text-decoration:none;
	color:#33190c;
}

#sMenu{
	width:674px;
	/*height:35px;*/
	float:left;
	margin:0px;
}

#submenu {
	width:675px;
	height:auto;
	padding:0px;
	margin:0px;
	list-style:none;
	float:left;
}

#submenu li {
	width:auto;
	height:22px;
	font-size:11px;
	color:#515659;
	text-align:left;
	float:left;
	padding:10px 3px 2px 3px;
	margin-bottom:2px;
	margin-left:6px;
	font-weight: bold;
}

#submenu li:hover, #submenu .activo {
	width:auto;
	height:22px;
	color:#f2b208;
	background-image: url("imagens/menuHover.gif");
	background-position: top center;
	background-repeat: no-repeat;
	padding:10px 3px 2px 3px;
	font-weight: bold;
}

#submenu li a {
	color:#95d6f7;
	text-decoration:none;
	display:block;
	font-weight: bold;
	letter-spacing:-1px;
	font-weight: bold;
}

#submenu li:hover a, #submenu .activo a {
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	letter-spacing:-1px;
}


