body {
	margin:0 0 0 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	background-color:#fff;
}
h1 {
	color:#000020;
	font-size:16px;
	font-weight:bold;
}
h2 {
	color:#003E62;
	font-size:14px;
}
h3 {
	font-size:13px;
	font-style:italic;
}
a:link {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#conteudo {
	position: absolute;
	width: 770px;
	left:50%;
	margin-left:-385px;
	background-color:#000020;
	height:100%;
}
#header {
	background-color:#FFFFFF;
	height:209px;
}
#contCentral {
background-color:#fff;
	height: 267px;	
}
#menuPrincipal {
	position: absolute;
	left:0px;
	width: 139px;
}
#contConteudo {
	padding-left: 20px;
	position: absolute;
	left:139px;
	width:564px;
	height: 264px;

}
#contBarraDireita {
	position:absolute;
	left:704px;
	width:66px;
	height:271px;
	background-image: url(images/bg_conteudo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contConteudoHeader {
	height:50px;
}
#contConteudoText {
	margin-top:15px;
	padding-right:10px;
	text-align:justify;
	font-size:13px;
	height:193px;
	width:520px;
	overflow: auto;
}

#rodape {
	background-image: url(images/bg_rodape.jpg);
	background-repeat:no-repeat;
	width:770px;
	height:69px;
}
#rod_cont {
	margin-top:55px;
#rod_esq {
	position:absolute;
	color:#fff;
	padding-left:10px;
	font-size:12px;

}
#rod_esq a:link {
	color:#ccc;
}
#rod_esq a:hover {
	text-decoration:underline;
}
#rod_esq a:visited {
	text-decoration:none;
	color:#ccc;
}

#rod_dir {
	position:absolute;
	text-align:right;
	width:200px;
	margin-left:550px;
	color:#fff;
	font-size:11px;
}
#rod_dir a:link {
	color:#ccc;
}
#rod_dir a:hover {
	text-decoration:underline;
}
#rod_dir a:visited {
	text-decoration:none;
	color:#ccc;
}

.menuPrincipalLink {
	width:139px;
	height:45px;
	display: block;
	padding-left:10px;
}

.contConteudoHeaderLink {
	color: #003E62;
	font-size:13px;
	font-style:italic;
}
a.contConteudoHeaderLink {
	text-decoration:none;
}
a.contConteudoHeaderLink:hover {
	text-decoration: underline;
}
