﻿body {
    background-image: url('../imagens/background.jpg');
    background-repeat: repeat-x;
    margin:0px;
 
}

#MAINDIV
{
    background-image: url('../imagens/fundo_curva_branco.png');
    background-repeat:no-repeat;
    background-position:center top;
    height:100%;
    margin-bottom:0px;
    margin-top:0px;
    bottom:0px;
        background-color:#1889a7;

}
#CONTENTDIV
{
    width:1000px;
    height:100%;
    margin-left:auto;
    margin-right:auto;
    margin-top:0px;
    vertical-align:top;
}
#BARRA_LATERAL
{
    background-image: url('../imagens/barra_menu.png');
    background-repeat:no-repeat;
    background-position:center top;  
    width:298px;
    height:600px;
    float:left;
}
#CONTEUDO
{
    float:right;
    width:700px;
}
#RODAPE
{
     background-image: url('../imagens/barra_branca.gif');
     background-repeat: repeat-x;
     background-position:center top;  
     font-family: Arial, Helvetica, sans-serif;
     font-size: 0.7em;
     font-weight:bold;
     color:#666666;
     height:150px;
}
#MENURODAPE
{
    width:700px;
    float:right;
    padding-top:20px;
}

#MENURODAPE a
{
     color:#333333;
     text-decoration:none;
}
#MENURODAPE a:hover
{
     color:#1ac4ef;
     text-decoration:underline;
}

#LOGO{ width:100px; height:60px; float:left; padding:20px;}

#FLASH
{
    
 float:right;
 width:689px;
 height:376px;
  left:-19px;
  position:relative;
}
#TEXTO
{
  padding-left:60px;
  width:560px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  color: #FFFFFF;
     
}
#TEXTO p
{
   font-size: 0.7em;
   text-align:justify;
}
#TEXTO h1 
{
   font-size: 1.2em; 
}

.mandatoryField
{
	border-right: solid 2px #ffffff;
}
.formLabel
{
    width: 120px;
	text-align: right;
	padding-right: 4px;
	font-size:11px;
}
input, select
{
	font-size: 11px;
	border: solid 1px #cdcdcd;
}
li
{
      font-size: 0.7em;
       line-height:1.2em;
       padding-bottom:8px;
       text-align:justify;
    }
ul { margin-top:0px; padding-top:0px; margin-bottom:4px}
p{ margin-bottom:5px; margin-top:0px}

