/* -- Redefinition of Blueprint -- */
body {
	background-image: url(../images/bckg_yellow_lines.gif);
	font-family: "Palatino Linotype", palatino, times, serif;
	font-size: 14px;
	text-align: justify;
	color: #000000;
}

p {
	text-align: justify;
}

h1,h2,h3,h4,h5,h6 { 
	color: #000000; 
	font-family: "Palatino Linotype", palatino, times, serif; 
	text-align: justify;  
}

h4 { font-size: 1.4em; line-height: 1.25; margin-bottom: 1.25em; }
h3 { font-size: 1.5em; line-height: 1; margin-top: 2em; margin-bottom: 0.5em;}

/* -- Original definitions: ---*/
/*
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
*/

em,dfn { font-style: italic; background: transparent; }

ul {
	text-align: justify;
}

ul ul {
	list-style-type:square;
}

blockquote {
  margin-top: 6px;
	color: #000000;
}

.container {
  width: 910px;
/*  margin: 0 auto;*/
}

hr {
	background: #99CCFF;
	color: #99CCFF;
/*	clear: both;
	float: none;
	width: 100%;
	height: 0.1em;
	border: none;*/
}
/* -- End of Redefinition -- */

/* -- Common classes -- */
.center { margin: 0 auto; }

.list_title{
	font-size: 16px;	
}

.border-right {
  padding-right: 4px;
	border-right: 1px solid #99CCFF;
}

.border-left {
  padding-left: 6px;
	border-left: 1px solid #99CCFF;
}

.border-top {
  padding-top: 4px;
	border-top: 1px solid #99CCFF;
}

.border-bottom {
  padding-bottom: 4px;
	border-bottom: 1px solid #99CCFF;
}

.top-more-5px { margin-top: 5px; }
.top-more-6px { margin-top: 6px; }
.top-more-7px { margin-top: 7px; }
.top-more-8px { margin-top: 8px; }
.top-more-9px { margin-top: 9px; }
.top-more-10px { margin-top: 10px; }
.top-more-11px { margin-top: 11px; }
.top-more-12px { margin-top: 12px; }
.top-more-13px { margin-top: 13px; }
.top-more-14px { margin-top: 14px; }
.top-more-15px { margin-top: 15px; }

.top-more-20px { margin-top: 20px; }

/* -- End Common classes -- */

/* -- Main context -- */
.main {
	margin-bottom: 5px;
}

.span-16_5 { 
  width: 640px; 
}

.top_bot_3px {
  margin-top: 3px;
  margin-bottom: 3px;     
}

/* -- End of main Context -- */

/* -- top horizontal banner -- BEGIN */
.header {
	background-repeat: no-repeat;
	/*margin-bottom: 10px;*/
	margin-top: 5px;
}

.pic {
	background-image: url(../images/Richard_Ribeiro.jpg);
	background-repeat: no-repeat;
	height:115px;
	/*margin-left: 10px*/;
}

.header h1 {
	font-size: 40px;
	text-align: left;
	line-height: 1em;
	padding: 70px 0 0 0;
	word-spacing: 0.5ex;
}
/* -- top horizontal banner -- END */

/* -- top horizontal nav bar -- BEGIN */
.navlist {
	white-space: nowrap;
	display: inline;
	font-size: 15px;
	font-weight: normal;
	padding: 0;
	margin: 0;	
}

.navlist ul {
	display: inline;
	padding: 0;
}

.navlist li {
	display: inline;
	float: left;
	text-align: center;
}

.navlist a {
  text-decoration: none;
  color: #fffff0;
  background-color: #330066;
  width: 153px;
  padding: 4px;
  border-style: none;
/*   border-width: 1px;
   border-color: #bebe99; */
  line-height: 16px;
}

.navlist a:link {
  display: block;
  color: #fffff0;
  background-image: url(../images/bg_menu2.gif); 
}

.navlist a:visited {
  display: block;
  color: #fffff0;
  background-image: url(../images/bg_menu2.gif); 
}

.navlist a:hover {
  display: block;
  color: #fffff0;
  background-image: url(../images/bg_menu_active2.gif); 
}

.navlist a:active {
  display: block;
  color: #fffff0;
  background-image: url(../images/bg_menu_active2.gif); 
}
/* -- top horizontal nav bar -- END */

/* -- vertical left nav bar -- BEGIN */
.leftnav {
	white-space: nowrap;
	font-size: 16px;
}

.leftnav ul {
}

.leftnav li {
	text-align: left;
}

.leftnav a {
  line-height: 16px;
	text-decoration: none;	
}

.leftnav a:link {
  color: #226af8; 
}

.leftnav a:visited {
  color: #226af8;
}

.leftnav a:hover {
  color: #226af8;
  text-decoration: underline;
}

.leftnav a:active {
  color: #226af8;
}
/* -- vertical left nav bar -- END */

/* -- footer -- BEGIN */
.footer {
	text-align: center;	
	/*margin: 0 auto;*/
}

.footer ul {
	list-style: none;
	font-weight: bold;
}

.footer li {
	display:inline;
	padding: 0 40px 0 40px;
	color: #226af8;
}

.footer li a {
	color: #226af8;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
	color: #226af8;
}
/* -- footer -- END */

