* {
  padding:0;
  margin:0;
  list-style:none;
}

body {
  width:900px;
  height:100%;
  margin:auto;
  font-family:"Trebuchet MS", Trebuchet, Sans-serif;
  color:#333;
  background:#f7f7f7;
}

/*
 * HEADER CONFIGURATION
 ************************/
#header {
  
}

/*
 * CONTENT CONFIGURATION
 *************************/
#content {
    width:880px;
    padding:0 10px;
    background:url(../images/content-bg.jpg) repeat-y;
  }
  /* MENU */
  #menu {
      padding:20px 4px;
      font-family:Arial, Verdana, Sans-serif;
      font-size:16px;
      text-align:center;
      border-bottom:3px solid #3f60a4;
    }
    #menu ul li {
      display:inline;
      padding:0 17px;
    }
    #menu a,
    #menu a:link,
    #menu a:visited {      
      color:#3f60a4;
      text-decoration:none;
    }
    #menu a:hover {
      color:#f26522;
      border-bottom:2px solid #f26522;
    }
    
    #menu .active {
      color:#f26522;
      border-bottom:2px solid #f26522;
    }
      
  #content-left {
      padding:25px 22px;
      width:620px;
    }  
    #content-left span.image {
    float:left;
    margin:4px 12px 2px 0px;
    }
    #content-left ul li{
  	margin: 0 0 0 34px;
  	font-size:13px;
  	list-style:square;
    }
    #content-left ul li.deactive {
      color:#999;
    }
	#content-left-uma {
	padding:5px 5px 5px 5px;
	text-align:left;
	width:350px;
	margin-left: 15px;
   }

  #content-right {
    float:right;
    margin-top:25px;
    width:170px;
    background:#dee4f0;
  }

  #content-right ul {
    padding:8px 8px 0 8px;
  }
  
  #content-right ul li {
    padding:0 0 8px 0;
    text-align:center;
  }
  
  #patro {
    margin:25px 0 0 0;
    border-top:2px solid #ccc;
  }
  
  #patro img {
	padding:0px 0px 0px 0px;
  }

/*
 * FOOTER CONFIGURATION
 ************************/
#footer {
	width:900px;
	height:85px;
	padding:15px 0 0;
	text-align:center;
	font-size:12px;
	color:#333;
}

/*
 * GENERAL CONFIGURATION
 ************************/

.clear {
  clear:both;
}

img {
  border:0;
}

h1 {
  color:#f26522;
  font-size:20px;
  font-weight:normal;
}

h2 {
  padding:6px 7px;
  color:white;
  font-size:14px;
  background:#3f60a4;
  margin-bottom:4px;
}

h3 {
  padding:2px 0px 2px 37px;
  background:#e0e0e0;
  font-size:16px;
  color:#666;
}

h4 {
	color:#f26522;
	font-size:14px;
	font-weight:bold;
	list-style: bold;
}

h5 {
  font-size:14px;
  padding:8px 17px;
}
h6 {
	font-size: 10px;
	font-weight: normal;
}

p {
  padding:8px 17px;
  font-size:13px;  
}

p.img {
	padding:17px 17px 0 17px;
	font-size:13px;
}

.bold {
	font-weight:bold;
}

.rodape {
  color:#f26522;
  font-size:13px;
  font-weight:bold;
}

.twitter {
	font-family: "Arial";
	font-size: 10px;
	font-weight: normal;
}


.italic {
	font-style:italic;
}
.justify {
  text-align:justify;
}

a,
a:link,
a:visited {
  color:#f26522;
  text-decoration:none; 
}

a:hover {
  text-decoration:underline;
}
