 
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(../imagem/fundo.jpg);
	background-repeat: repeat;
	background-color: #6A8347;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
} 
.twoColFixLtHdr #menu {
	background-color: #FFFFFF;
	height: 18px;
}
.twoColFixLtHdr  #menu_horizontal  a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr  #menu_horizontal  a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
.twoColFixLtHdr  #menu_horizontal  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}

.twoColFixLtHdr #menu_horizontal {
	background-color: #6A8347;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	height: 20px;
	padding-top: 5px;
	color: #FFFFFF;
}
.twoColFixLtHdr #animacao {
	background-color: #FFFFFF;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px;
	background-image: url(../imagem/fundo_col.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 7px;
	height: 600px;
}
.twoColFixLtHdr #mainContent {
	background-image: url(../imagem/fundo_main.jpg);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 243px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	height: auto;
} 

.twoColFixLtHdr #conteudo_home {
	padding: 10px;
	margin-top: 20px;
	width: 665px;
	float: left;
	text-align: justify;
	margin-left: 10px;
}
 
.twoColFixLtHdr #mostra_conteudo {
	padding: 10px;
	margin-top: 5px;
	width: 660px;
	float: left;
	height: auto;
	text-align: justify;
	margin-left: 10px;
}


.twoColFixLtHdr #footer {
	background-color: #6A8347;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333333;
	color: #FFFFFF;
} 
.twoColFixLtHdr #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 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
}
.twoColFixLtHdr #footer  a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.twoColFixLtHdr #footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size: 20px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}
h2 {
	font-size: 16px;
	color: #013366;
}

.h4 {
	font-size: 16px;
	color: #3EA633;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.p_texto {
	text-align: justify;
}
p {
	font-size: 14px;
}

td img {display: block;}
.img_home {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.input {
	background-color: #FFFFFF;
	border: 1px solid #6A8347;
}
.button {
	background-color: #6A8347;
	color: #FFFFFF;
	width: 90px;
}

.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;
}
