body {
margin : 20px;
padding : 0;
font : 73% "Trebuchet MS", verdana, arial, sans-serif;
color : #666;
background : #003250 url(img/bgd.png) repeat;
}
#container {
width : 750px;
border : 5px solid #fff;
margin-left : auto;
margin-right : auto;
padding : 10px;
color : #666;
background : white;
}
			/*TOP BANNERs*/
#banner {
float : right;                   /* alterado */
width : 510px;
height : 145px;
padding : 0;
/* margin-bottom : 10px;*/
margin-right: 10px;
color : #666;
background : inherit;
/* border: 5px solid white; */
}
#bannerb {
float : left;                    /* alterado */
width : 206px;
margin : 0 0 0 10px;
padding : 0;
color : #666;
background : white;
}
#bannerb img {                   /* alterado */
border : 3px solid white;
}
#bannerb h1 {                    /* alterado */
text-align : center;
padding-top : 0.5em;
padding-left : 0;
}

			/*TOP MENU*/
#navcontainer {
clear: both ;
width : 100%;
}
#navcontainer ul {
float : left;
width : 100%;
padding-left : 0;
margin-left : 0;
background : #036;
color : #fff;
}
#navcontainer ul li {
display : inline;
}
#navcontainer ul li a {
float : left;
padding : 0.2em 1.3em;
text-decoration : none;
border-right : 1px solid #fff;
background : #036;
color : #fff;
}
#navcontainer ul li a:hover {
background : #a1aac9;
color : #fff;
}
#active a:link, #active a:visited, #active a:hover {
background : #a1aac9;
color : #fff;
}
			/*CENTRE CONTENT*/
#content {
	padding : 10px;
	margin-left : 170px;
	margin-right : 0;
	background : inherit;
	color : #666;
}
			/*LEFT CONTENT*/
#sidebar {
float : left;
width : 170px;
margin : 0 0 0 0;
padding : 0;
color : #666;
background : white;
}
#sidebar h2 {
text-align : center;
}

			/*LEFT MENU*/
#menu {
width : 160px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
display : block;
width : 140px;
padding : 0.1em 0.8em;
text-decoration : none;
color : #fff;
background : #003366;
}
#menu a:hover {
background : #a1aac9;
color : #fff;
}

#tempo {
margin : 15px 0 0 0;
}

#tempo h2 {                   /* alterado */
margin : 20px 0 10px 10px;
}

#table {
padding-left: 20px;
}
			/*RIGHT CONTENT HOME PAGE*/
#sidebar-b {
float : right;
width : 170px;
margin : 0;
padding : 10px;
border-left : 1px solid #999;
background : white;
color : #666;
}
			/*RIGHT CONTENT OTHER PAGES*/
#sidebar-other {
float : right;
width : 120px;
margin : 0;
padding : 20px; 
/*border-left : 1px solid #999; */ 
background : white;
color : #666;
}
#sidebar-other img {
border: 1px solid navy;
margin-top: 15px;
}
#voice img {
padding-left : 1.5em;
}

			/*RIGHT SCROLLBAR*/
div.scroll {
	overflow : auto;
	height : 13em;
	width : 150px;
	padding : 1ex;
	color : #333;
	background : white;
	border : 1px solid #eee;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
color : #bbd2e0;
background : #003366;
text-align : center;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #eee;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #f2f2f5;
background : inherit;
color : #f2f2f5;
}
			/*TYPOGRAPHY*/
h1, h2 {
margin : 0 0 10px 5px;
letter-spacing : 3px;
font-size : 120%;
color : #003366;
background : inherit;
}
h3 {
font-size : 110%;
color : #826c45;
background : inherit;
}
			/*LINKS*/
a {
color : #826c45;
font-weight : bold;
text-decoration : none;
background : inherit;
}
a:hover {
color : #697899;
background : inherit;
}
			/*CLASSES*/
.news {
font-size : 100%;
background : inherit;
color : #333;
}
.sitename {
font-size : 180%;
margin : 0 0 10px 0;
color : #826c45;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
text-transform: uppercase;
}
.highlight {
width : 65%;
font-weight : bold;
font-style : italic;
color : #b29b35;
text-transform : uppercase;
text-align : left;
}
                   /*FORMS*/
form.contato legend {
font-weight: bold;
font-size: small;
color: navy;
padding: 5px;
}
form.contato fieldset {
border: 1px solid #666;
padding: 10px;
}
form.contato label {
font-weight: bold;
font-size: small;
}
form.contato label.fixedwidth {
display: block;
width: 230px;
float: left;
}
form.contato .botao input {
	color: navy;
	font-weight: bold;
	padding: 5px;
	border: 1px solid navy;
	background-color: #fff;
}
form.contato .botao {
text-align: center;
padding: 4px;
}
                   /*TABLES*/
table {
border-collapse : collapse;
}
table.events td {
padding-top: 2px;
padding-bottom : 2px;
padding-left : 5px;
padding-right : 8px;
font-size : 90%;
border: 1px solid #000066;
}				
