@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*background: url(../imgs/fundo.jpg) white center repeat-y fixed;*/
}
.thrColFix #container { 
	width: 1320px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 254px; /* 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 */
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent { 
	background: url(../imgs/fundo.jpg) white center repeat-y;
	border-style:solid;
	border-color:#000000;
	border-width: 0px 5px 5px 5px;
	margin: 0 254px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.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;
}

.fakecaps
{
/*font-size: smaller;*/
text-transform: uppercase;
}

a img {
	border: none;
}
.box a {
color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
}
.box a:hover {
	color:#000000;
	background-color:#ffffff;
}
#main {
	background: url(../imgs/fundo.jpg) white center repeat-y;
	border-style:solid;
	border-color:#000000;
	border-width: 0px 5px 5px 5px;
	margin: 0 254px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#top {
	height:200px;
	background-color:#000000;
	border-style:solid;
	border-color:#000000;
	border-width: 0px 0px 5px 0px;
	
}
#left {
	width: 152px;
	float: left;
}
#right {
	float: left;
	width: 650px;
}
#bottom {
	clear:both;
	height:20px;
}
#left ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#right ul {
	margin: 0px;
	padding: 0px;
	list-style-type:none;
}
#right li {
	margin-top:10px;
}
#left li {
	margin-top:5px;
}
#right .treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
padding-left:0px;

cursor: default;
/*line-height:1px;*/

}
#right #menubox a {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
	padding:0px 10px 0px 10px;
	/*font-weight:bold;*/
}
#right #menubox a:hover {
	color:#000000;
	background-color:#ffffff;
}
#left #menubox a {
	color:#FFFFFF;
	text-decoration:none;
	background-color:#000000;
	padding:2px 7px 2px 7px;
	font-weight:bold;
}
#left #menubox a:hover {
	color:#000000;
	background-color:#ffffff;
}
.box {
	background-color:#FFFFFF;
	margin:10px 10px 0px 0px;
	border-style:solid;
	border-color:#000000;
	border-width: 0px 1px 1px 0px;
}

#right_left{
	float: left;
	width: 450px;
}
#right_right{
	float: left;
	width: 200px;
}

.box .title {
	padding:5px;
	font-weight: bold;
}
.box .line {
	height:5px;
	background-color:#000000;

}
.box .text{
	padding:5px;
	padding-top:15px;
	padding-bottom:15px;
	font-size: 10px;
}
.box {
/*min-height:200px;*/

}

#imglink a {
	text-decoration:none;
	padding:0px;
	font-weight:bold;
	margin:0px;
}
#imglink a:hover {
	
}
