body,h1,h2,h3,h4,h5,h6,p,form,ul,ol,li,dl,dt,dd,table {
  margin:0;
  padding:0;
 	border:none;
}

ul { list-style:none }
img { border:0 }

strong.warning {
		color:#ff0084;
		text-decoration:underline;
}

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -375px;
	position: absolute;
	top: -300px;
	left: 50%;
	/*height: 670px;
	width: 770px;
	overflow: auto;*/
}

#container {
  width: 750px;
  margin: 0px auto;
  color: #333;
  line-height: 130%;
}

#header {
  padding: 5px 0 0 0;
		margin: 0;
  font-family: arial, helvetica, serif;
		font-size: 12px;
 	border-bottom: 1px dotted #999;
/*		background: white url(logo-pequena1.jpg) no-repeat left;*/
  width: 750px;
		height: 70px;
}

#header h1 {
  padding: 0;
  margin: 0;
}

#header img.logo {
  float: left;
}

#content {
  margin: 0;
		float: left;
		width: 100%;
  padding: 1px 0 0px 0;
  font-family: arial, helvetica, serif;
/*		background-color: #CCFF33;*/
}

#content #container {
  width: 750px;
		float: left;
		margin: 30px 0 20px 0;
}

#content #container #photo {
  float: left;
		width: 250px;
		margin: 0;
		padding: 0;
/*		background-color: red;*/
}

#content #container #text {
  margin-left: 270px;
		padding: 0;
/*		background-color: yellow;*/
}

#content #container #text.full {
  margin-left: 0px;	
		padding: 0;
}

#content #container #text h1 {
  font-size: 22px;
		margin: 0 0 20px 0;
/*		color:#ff0084;*/
  color: #3f5057;
}

#content #container #text h1.black {
  color: #3f5057;
}

#content #container #text h2 {
  font-size: 14px;
		margin: 0 0 0px 0;
/*		color:#ff0084;		*/
		color:#3f5057;
}

#content #container #text h3 {
  font-size: 12px;
		margin: 0px;
		padding: 0;
		color:#3f5057;
/*  color: #000;*/
}

#content #container #text p, #content #container #text ul {
  font-family: sans-serif;
		font-weight: normal;
		font-size: 12px;
		line-height: 18px;		
		color: #3f5057;
		margin-bottom: 10px;
}

#content #container #text ul {
  list-style:inside square;
}

#content #container #text li {
  margin-left: 1em;
}

#content #container #text p.red {
  color: #f00;
}

#content #container #text a:link, #content #container #text a:visited {
  text-decoration: none;
  color: #02569e;
}

#content #container #text a:hover {
  color: #fff;
  background-color: #02569e;
}

#content #container #text dl {
  margin-bottom: 30px;
}

#content #container #text dl dt {
  font-family: sans-serif;
  font-size: 14px;
		font-weight: bold;
		margin: 10px 0 0px 0;
		color:#3f5057;
}

#content #container #text dl dd {
  font-family: sans-serif;
  font-size: 12px;
		font-weight: bold;
		margin: 0px 0 10px 0px;
		color:#3f5057;
}

#content #container #text dl p {
  margin-top: 10px;
}

#content #container #text table {
  font-family: sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 18px;
		margin-bottom: 10px;
		padding: 0;
  border: 1px solid #ddd;
  text-align: left;		
}

#content #container #text table.simple {
		margin: 0px;
}

#content #container #text table.center {
  text-align: center;
}

#content #container #text table th {
		background-color: #eee;
}

#content #container #text table tr td {
  border: 1px solid #eee;
}

#content #container #text table tr.dimmed {
		color: #999
}

#content #container #text table.simple {
  border: 0px solid #ddd;
}

#content #container #text table.simple tr td {
  border: 0px solid #eee;
}

#footer {
  clear: both;
  margin: 0px;
  padding: 3px;
  color: #999;
  border-top: 1px dotted #999;
		font-family: sans-serif;
		font-size: 10px;
/*		background-color: blue;*/
}

#footer a:link, #footer a:visited {
  text-decoration: none;
  color: #02569e;
}

#footer a:hover {
  color: #fff;
  background-color: #02569e;
}

#footer a.hide {
  text-decoration: none;
		color: #999;
}

#footer table {
		font-family: sans-serif;
		font-size: 10px;
}

#navcontainer {
  margin-top: 10px;
		float: right;
}

#navlist
{
margin: 0;
padding: 0 0 20px 0px;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
font-size: 16px;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
font-weight: bold;
margin: 0 0px 4px 15px;
text-decoration: none;
color: #02569e;
border-bottom: 4px solid #fff;
}

#navlist a:hover
{
border-bottom: 4px solid #02569e;
padding-bottom: 0px;
background: transparent;
color: #02569e;
}
