@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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;
}
.oneColFixCtr #container {
	width: 900px;  /* 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 */
	
	text-align: left; /* this overrides the text-align: center on the body element. */

	
}
.oneColFixCtr #splashContent {
	padding: 0 20px;
	background-image:url(../images/splashbackground.jpg);
	background-repeat:no-repeat;
	height:600px;
	display:block;
	border:solid 1px #8CC63F;
	
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #mainContent {
	padding: 0 20px;
	background-image:url(../images/mainbackground.jpg);
	background-repeat:no-repeat;
	height:600px;
	display:block;
	border:solid 1px #8CC63F;
	border-bottom:none;
	border-left:none;
		border-right:none;
	
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#conteudo {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

  text-align:right;
  width:460px;
  height: 400px;
  margin-left: 360px;

}

.conteudo, span.conteudo {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

  text-align:right;
  width:460px;
  height: 400px;
  margin-left: 360px;

}

#conteudo a:link, #conteudo a:hover, #conteudo a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#8CC63F;
text-decoration:underline

}


.tituloconteudo {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#8CC63F;
font-weight: bold;
  text-align:right;


}

 .formInput {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
border:solid 1px #8CC63F;



}



#tituloacessorio {

 margin-left:400px;
margin-bottom:30px;
margin-top:-25px;
}

.tituloconteudo, span.tituloconteudo {
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
color:#8CC63F;
font-weight: bold;
  text-align:right;


}


p, ul, li
{
	margin-top: 0px;
	margin-bottom: 0px;
}
