body {
	background-color: #052137;
	font: 0.75em/1.6em verdana, tahoma, sans-serif;
	color: #303030;
	margin: 0;
}

#page {
    top: 20px;
	width: 750px;
	margin: auto;
	position: relative;
    background: #335577;
}

/* ======================================================== */

#header {
	height: 108px;
	border-bottom: 10px solid #335577;
	margin-top: -15px;
	padding: 2px 20px 0px 10px;
	background: url(imagens/banner.png) no-repeat bottom;
	text-align: right;
}

#footer {
	margin-top: 10px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	text-align: center;
	border-top: 2px solid #052137;
}

#pub {
    width: 728px;
    height: 90px;
    top: 15px;
    margin: auto;
    position: relative;
}

/* ======================================================== */

#container {
	margin-left: 200px;
	width: 540px;
	background-color: #eeeecc;
}

.contents {
	padding: 0 15px;
	margin: -5px 0;
	text-align: justify;
}

/* ======================================================== */

#toc {
	margin-left: 5px;
	padding: 5px;
	width: 180px;
	float: left;
	background-color: #335577;
}

/* ======================================================== */

#header h1 {
	font-size: 26pt;
	font-weight: bold;
	line-height: 16pt;
}
#header a:link, #header a:active, #header a:visited {
	text-decoration: none;
	color: #0000ff;
}
#header a:hover {
	text-decoration: underline;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #303030;
}
#footer a:hover {
	text-decoration: underline;
	color: #101010;
}
#footer table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* ======================================================== */

#toc a:link, #toc a:active, #toc a:visited {
	text-decoration: none;
	color: #0000ff;
}
#toc a:hover {
	text-decoration: underline;
}
#toc h2 {
	margin: 0;
	font-size: 14pt;
	font-weight: bold;
}
#toc ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #eeeecc;
}
#toc li {
	padding: 2px 2px 2px 4px;
	border-bottom: 2px solid #335577;
	border-top: 3px solid #335577;
}
#toc ul ul li {
	font-size: 8pt;
	padding-left: 10px;
	border-bottom: 0;
	border-top: 2px solid #335577;
}

/* ======================================================== */

.contents a:link, .contents a:active, .contents a:visited {
	text-decoration: none;
	color: #0000ff;
}
.contents a:hover {
	text-decoration: underline;
}
.contents h2 {
    font-size: 16pt;
	margin-top: 0px;
}
.contents p {
	margin-bottom: 0;
}
.contents h3 {
	margin-bottom: 0;
}
.contents ul {
	margin: 0px;
	padding-left: 25px;
}
.contents img {
	border: 0px;
}

/* ======================================================== */

.topin, .botin {
  position : relative;
  width : 540px;
  height : 20px;
  display: block;
}

.topin {
  background: transparent url(imagens/topin.png) no-repeat;
  top: 0;
}

.botin {
  background: transparent url(imagens/botin.png) no-repeat;
  bottom: 0;
}

#topex, #botex {
 position: relative;
 width: 750px;
 height: 25px;
 display: block;
}

#topex {
  background: transparent url(imagens/topex.png) no-repeat;
  top: 0;
}

#botex {
  background: transparent url(imagens/botex.png) no-repeat;
  bottom: 0;
}

#vspace {
  background-color: #052137;
  position: relative;
  width: 750px;
  height: 20px;
  display: block;
}