body  {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	background:url(../img/barra_fundo.gif) no-repeat #fff 0px 26px; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

input, select {	font: 10px Verdana, Arial, Helvetica, sans-serif; }

#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border-left: 1px solid #92B0CA;
	border-right: 1px solid #92B0CA;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#container_nobackground { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header { 
	/*background: #DDDDDD; */
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #99ACBD;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#menutop { height: 18px; padding-top:5px; }
#menutop a {padding:0 5px; color: #99ACBD; text-decoration:none; }
#menutop a:hover{text-decoration:underline; }

#menutop2 {height:23px; padding:3px 0 0 0; background:#ffffff; color: #004782; text-align:right;}
#menutop2 a {padding:0 5px; text-decoration:none; color: #004782;}
#menutop2 a:hover{text-decoration:underline; }

#sidebar_left {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	/*padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	padding:0;
	margin: 10px 0 0 0;
	border: 0;
}

#sidebar_right {
	float: right; /* since this element is floated, a width must be given */
	/*margin-top:20px;
	margin-right:20px;
	*/
	margin: 10px 0 0 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}

#sidebar_right h1 { color:#004782; font-weight: bold; font-size: 14px; margin: 0; padding: 0px 10px 8px 10px; border-left: 1px solid #A3D4E9; border-right: 1px solid #A3D4E9;}
#sidebar_right h2 { color:#118447; font-weight: normal; font-size: 12px; margin: 0; }
#sidebar_right iframe { margin: 0; padding: 0; border-left: 1px solid #A3D4E9; border-right: 1px solid #A3D4E9; border-bottom: 1px solid #A3D4E9;}
#conteudo_sidebar {  padding: 0px 10px 10px; border-left: 1px solid #A3D4E9; border-right: 1px solid #A3D4E9; border-bottom: 1px solid #A3D4E9; margin:0;}

#mainContent { 
background: #FFFFFF;
	margin: 0 210px 0 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


#mainContent_wide { 
background: #FFFFFF;
	margin: 0 0 0 210px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


/*#mainContent h4 { color:#FFFFFF; font-weight: bold; font-size: 14px; margin: 0; padding: 0px; background: url(../img/top_main.gif) top left;}*/

#conteudo { padding: 10px 10px 15px; border-top: 1px solid #92B0CA;  border-left: 1px solid #92B0CA; border-right: 1px solid #92B0CA; border-bottom: 1px solid #92B0CA; margin:0;}
#conteudo a {text-decoration:none; color:#004782; border-bottom:1px solid #118447}
#conteudo a:hover {color:#118447;}
#conteudo a.noborder {text-decoration:none; border:0;}


h1 { color:#004782; font-size:16px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; padding: 0px 0 10px; margin:0;}
h2 { color:#118447; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin: 5px 0 10px;}
h3 { color:#004782; font-size:14px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin: 5px 0 10px; background-color:#D8DFF0;}
h4 { color:#118447; font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; margin: 5px 0 10px;}

a img { border:0; }

hr { color: #118447; background-color: #118447; height: 1px;}

hr.azul { color: #92B0CA; background-color: #92B0CA; height: 1px;}

label {display:block}
input {width:220px;}
.botao {width: 50px; }
fieldset { border: 1px solid #DCE8F7; padding:10px; margin-bottom:10px;}



/*.right {float:right; margin:10px 0 5px 10px;}*/
.right {text-align:right;}

#footer { 
	margin-top:10px;
	padding: 3px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#004782; 
	color:#99ACBD;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {padding:0 5px; color: #99ACBD; text-decoration:none; }
#footer a:hover{text-decoration:underline; }


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#nav {
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 960px;
	list-style: none;
	line-height: 1;
	background: #004782;
	font-weight: bold;
	padding: 0 0 0 0px;
	/*border: solid #A3D4E9;*/
	border-width: 1px 0;
	margin: 0;
}

#nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.2;
	background: #004782;
	background: url(../img/pix_azul_transp.png);
	font-weight: normal;
	padding: 0;
	/*border: solid #A3D4E9;*/
	border-width: 1px 0;
	margin: 0;
}

#nav a {
	display: block;
	/*width: 10em;
	w\idth: 6em;*/
	color: #fff;
	text-decoration: none;
	padding: 5px 6px;
}

#nav a:hover {
	color: #052C5C;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#nav li {
	float: left;
	padding: 0;
	/*width: 20em;*/
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	/*w\idth: 13.9em;*/
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 150px;
	border-bottom: 1px solid #A3D4E9;
}

#nav li ul a {
	/*width: 13em;
	w\idth: 9em;*/
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #004782;
	background: #A3D4E9;
}