@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #aacec5; 
}
h1, h2, h3, h4 {
	color:  #008080; 
}
#container {
	width: 650px;
	margin: 0 auto;
	background-color: #fff; /*#f0fff0; */
	border: 1px #339966 solid;
}
#masthead {
	text-align: right;
	width: 650px;
	overflow: auto;
	background-color: #fff;
	border-bottom: 1px #339966 solid;
}
#sidebar {
	float: left;
	width: 124px;
	background-color: #fff;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 496px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 650px;
	background-color: #fff;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	border-top: 1px #339966 solid;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	  font-size: 1em;;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display:  block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	/*border: 1px solid #5AB9A1; */
	background-color:  #f0fff0;
	font-size: 11px;
}
#sidebar a {
	font-weight:  bold ;
	text-decoration: none;
	color:  #fff;
	background-color: #008080;
	display: block;
	padding: 3px; 
	border-bottom: 1px solid #f9f9f9; 
}
#sidebar a:hover {
	font-weight: bold ;
	text-decoration: none;
	color:  #000; /*#339966; */
	border-bottom: 1px solid #f9f9f9; 
	background-color: #f0fff0;
/* #f9f9f9; */
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
/*	color: #333; */
	text-decoration: none ;
}
#footer a:hover {
	color: #333;
	text-decoration: underline;
}
a {
	/*color: #04b;*/
	color:  #008080; /*#339966;*/
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
ul.nivel1 {
	 list-style-type: lower-alpha ;
	 margin-bottom: 20px; 
}
ul.nivel2 {
	 list-style-type:  lower-roman  ;
	 margin-bottom: 10px; 
}
li.nivel1 {
	margin-top: 10px; 
}
li.nivel2 {
	margin-top: 5px; 
}
li.sem {
	list-style-type: none ;
	margin-top: 10px; 

}
li.link {
	list-style-type:  decimal ;
}
