* {
    margin: 0 auto;
    padding: 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

body {
    text-align: center;
    background: #324553 url(img/fundo.png) repeat-x top;
}

div {
    text-align: left;
    margin: 0 auto;
}

a {
    color: #061829;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

#site {
    width: 760px;
    position: relative;
    background: #cbd0d3 url(img/fundoConteudo.png) repeat-x top;
	overflow:hidden;
}

#topo {
    font-family: "Times New Roman", Times, serif;
    /*color: #dbe3e9;*/
	color: #FFF;
    padding: 20px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    background: #324553 url(img/fundo.png) repeat-x top;
	width: 760px;
}

#menuFundo {
    background-color: #2d4250;
    width: 760px;
    height: 24px;
}

ul {
    list-style-type: none;
}

ul#menu {
    margin: 0 auto;
    padding: 0;
	text-align:center;
}

ul#menu a {
    display: block;
    float: left;
    /*padding: 0 22px;*/
    height: 24px;
    line-height: 24px;
    color: #FFF;
    text-decoration: none;
    background-color: #2d4250;
	width:152px;
}

ul#menu a:hover {
    background-color: #061829;
}

ul#menu li {
    position: relative;
    float: left;
}

ul#menu li ul {
    display: none;
    position: absolute;
    top: 24px;
    left: 0;
}

ul#menu li:hover ul {
    display: block;
    padding-bottom: 20px;
}

ul#menu li ul a {
	font-size: 10px;
    font-weight: normal;
	padding: 0;
    width:152px;
	height:26px;
	line-height:24px;
}

#conteudo {
    clear: both;
    overflow: hidden;
}

#lodoEsquerdo {
    float: left;
    width: 530px;
}

#bannerHome {
    float: left;
    width: 530px;
    height: 240px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/banner_fundo.jpg");
}

#boxLogin {
    clear: both;
    float: left;
    width: 200px;
    height: 160px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("img/box_login.png");
}

#boxLogin table {
    margin: 0px 0px 0px 25px;
    width: 150px;
    height: 150px;
}

#boxLogin table th {
    text-align: center;
    padding: 7px 0px 4px 0px;
}

#boxLogin table td {
    text-align: center;
}

#destaque {
    float: left;
    width: 310px;
}

#noticias {
    float: right;
    width: 210px;
    height: 350px;
    margin-right: 20px;
    margin-top: 10px;
}

#rodape {
    clear: both;
    border-top: solid 1px #000;
    margin-top: 10px;
    padding: 10px 0px;
    text-align: center;
}

.titulo {
    font-size: 16px;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

.tituloHome {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    border-bottom: solid 1px #000;
}

.txtLogin {
    width: 140px;
    margin-bottom: 2px;
    height: 18px;
    border-style: none;
    background-color: #FFF;
    border: solid 2px #CCC;
    border-top-color: #999;
    border-left-color: #999;
}

.btLogin {
    width: 140px;
    cursor: pointer;
    height: 22px;
    border-style: none;
    background-color: #999;
    border: solid 2px #CCC;
    border-bottom-color: #666;
    border-right-color: #666;
    margin-top: 4px;
}

.conteudo {
    margin: 0 20px 20px 20px;
	text-align:justify;
    /*background: no-repeat top right url(img/titulo_fundo.png);*/
}

.link {
    margin-top: 10px;
    color: #2d4250;
    text-decoration: none;
    font-weight: bold;
}

.link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.descArea {
	padding-left: 20px;
	list-style-type:disc;
}

.descArea a {
    height: 24px;
    line-height: 24px;
}

#contato p{
	display:block;
	margin-top:5px;
}
#contato iframe{
	margin-top:5px;
}
#contato input, #contato textarea{
	width:492px;
}
#emailMSG{
	width:492px;
	height:40px;
	line-height:40px;
	font-weight:bold;
	overflow:hidden;
}

