body { 
  background-color: #F2F2F2;
  font-family:      Tahoma, Georgia, "Times New Roman", Times, serif;
  font-size:        small;
  margin:           0px 100px 0px 100px;
  overflow-x: 		hidden;
}

.ptexto {
	text-align:justify;
	text-indent:50px;
}

#header {
  /*background: 		#0080C0 url(imgs/fundo_menu.jpg) bottom right; */
  background-color:	#0080C0;
  margin:           10px;
  height:           100px;
}

#imgTopo {
  text-align:       center;
  position:         absolute;
  top:              4px;
  left:            100px;
  z-index:          99;
}

#main {
  background-color:	#FAFAFA;
  color:			#000070;
  font-size:        100%;
  padding:          5px;
  margin:           -10px 10px -10px 230px;
}

#sidebar {
  background-color: #E5E5E5;
  font-size:        100%;
  padding:          15px;
  margin:           10px 10px 10px 90px;
  position:         absolute;
  top:              108px;
  left:             10px;
  width:            200px;
  height:			91%;
}

#imgSideBar {
  text-align:       center;
  background-color: #FFFFFF;
  position:         relative;
  top:              225px;
  left:             10px;
  z-index:          99;
  width:            230px;
  height:           250px;
}

#footer {
  position:         fixed;
  bottom:           0px;
  right:            0px;
  background-color: #0080C0;
  color:            #E5E5E5;
  text-align:       center;
  padding:          5px;
  margin:           -10px 0px 0px 0px;
  font-size:        85%;
  width:			100%; 
}

.slogan {
	color: 			#FFFFFF; 
	position:         relative;
	top:              20px;
	left:             120px;
}

.subslogan {
	color: 			#FFFFFF; 
	position:         relative;
	top:              5px;
	left:             120px;
}

.beanheading {
  text-align:       center;
  line-height:      1.8em;
}

.menu {
  line-height:      1.8em;
}

a:link { 	color: #01367E;	text-decoration:none;}
a:visited { 	color: #01367E;	text-decoration:none;}
a:hover { 	color: #116191; text-decoration:underline;}
a:active { 	color: #00007A;	text-decoration:none;}
