@charset "utf-8";
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}
body {
	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;
	background-image: url(../imagens/background.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-decoration: none;
}
.oneColFixCtrHdr  #titulo  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.oneColFixCtrHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	height: 220px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border: 1px solid #efebf7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
	text-decoration: none;
}
.oneColFixCtrHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px;
	border: 1px solid #efebf7;
	height: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #949494;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #949494;
	font-weight: bold;
	border: 1px solid #efebf7;
	height: auto;
	text-align: justify;
}
.oneColFixCtrHdr #mainContent1 {
	height: 250px;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
} 
.oneColFixCtrHdr #mainContent2 {
	border: 1px solid #efebf7;
	height: auto;
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	top: auto;
	text-decoration: none;
}
.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;
}
.oneColFixCtrHdr #styletwo{
	position:relative;
	display:run-in;
	height:24px;
	font-size:11px;
	font-weight:bold;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	background-color: transparent;
	background-repeat: repeat-x;
	background-position: left center;
}
.oneColFixCtrHdr #styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
.oneColFixCtrHdr #styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
.oneColFixCtrHdr #styletwo ul li a{
	display:block;
	float:none;
	color:#fff;
	text-decoration:none;
	height:30px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	white-space: normal;
	padding-bottom: 0;
	margin: 0px;
}
.oneColFixCtrHdr #styletwo ul li a:hover,#styletwo ul li a.current{
	color:#00FF00;
	background-color: transparent;
	background-image: url(../imagens/bgON.gif);
	background-repeat: repeat-x;
	background-position: center top;
	left: auto;
	top: 10px;
	right: auto;
	bottom: 30px;
	display: block;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #949494;
	background-color: #efebf7;
}
