/*Section layout*/

body {
	color: black;
	font-size: 14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: #ccc url('bg.gif') top left repeat;
	}
	
#container {
	width: 760px;
	border: 1px solid gray;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-color: #fee;
}

#banner {
	padding: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #f99;
}

.direita {
	position:fixed; 
	top:0.5em;
	right:2em;
	}

#content {
	padding: 10px;
	margin-left: 220px;
	background-color:white;
	border-left: 1px solid #f99;
}

#sidebar {
	float: left;
	width: 200px;
	margin: 0;
	margin-right: 0px;
	padding: 10px;
	font-size: 0.85em;
}

#footer {
	clear: both;
	padding: 10px;
	margin-top: 0px;
	background-color:#fdd;
	border-top: 1px solid #f99;
}

/*Generic Tag Styles*/

div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    }
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#f66;
	background-color: transparent;
	}
a:visited	{
	color:	#f93;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#f33;
	background-color: transparent;
	text-decoration:	underline;
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.25em;
	}
p {
	margin-top: 0; 
	padding-top: 0;
	line-height: 1.25em;
	}
h1	{	
	font-size:	1.3em;	
	color: #f00;
}
h2	{	
	font-size:	1.2em;	
	margin-top:1em;
	color: #f00;
	}
h3	{	font-size:	1.0em;	}
h4	{	font-size:	0.9em;	}
h5	{	font-size:	0.8em;	}
h6	{	font-size:	0.7em;	}
h1, h2, h3, h4, h5, h6	{
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	background-color: transparent;
	/*margin:	0 0 0 0;*/
	}
img	{
		/* turns off gaps around images */
	border:	0
	}
code, tt, pre	{
	font: 12px "andale mono",courier, "courier new",  monaco, monospace;
	color: #06c;
	background: transparent;
	}
abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
	} 

/* Specific Tag Styles */

#sidebar p {
	font-weight: bold;
	}
#sidebar ul {
	list-style:none;
	margin: 1em 0;
	padding: 0 0 0 .5em;
	}

#sidebar li {
	margin: 0 0 0 .5em;
	padding: 0;
	list-style-type: square
	}

#content p {
	}
#banner h1 {
	font-family: georgia, "Times New Roman", times, serif;  
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
	/*letter-spacing: 5px;*/
	/*color: #f00;*/
}

#banner a {
	text-decoration:	none;
	font-weight:	bold;
	color:	#f66;
}

#footer p { font-size:0.7em; }

p.Disclaimer {
	font-style:italic;
	font-size:smaller;
}

p.Subtitle {
	font-weight:bold;
	}