*{
  margin:0;
  padding:0;
}
body{
    background: url(../img/bg.jpg) no-repeat #7a897f;
    font-family: Verdana,Arial;
    font-size:12px;
    text-align:center;
}
#topo{
  margin: auto;
  clear: both;
  width:830px;
  height:94px;
  text-align: left;
}
.logo{
/*  background: url(../img/logo.png) no-repeat;*/
  width: 130px;
  height:110px;

}
.nletter {
color:#000000;
float:right;
height:40px;
margin-top:-42px;
width:375px;
}
.nletter .inputbox{
    border: none;
    width: 150px;
}

.nletter .button{
    border: none;
    color:#000;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
}


#tudo{
    width:800px;
    margin: auto;
    height: 100%;
    min-height: 100%;
    text-align:left;
}
#left{
    width:35px;
    *width:25px;
    height: 518px;
    float: left;
    margin-top:15px;
}
#bg_conteudo{
    margin-left:30px;
    height:550px;
    width:765px;
    background: url(../img/bgcont.png) no-repeat;
}
div#bg_conteudo .conteudo{
    width:740px;
    min-height:500px;
    background-color:#ffffff;
    position: absolute;
    margin-top:25px;
}
.conteudo #home100{
/*    width:100%;overflow: hidden; float:left;*/
    width:740px;overflow: hidden; float:left;
}
.conteudo #home50{
/*    width:50%;overflow: hidden; float:left;*/
    width:370px;overflow: hidden; float:left;
}
.conteudo #capa{
/*    width:50%;overflow: hidden; float:left;*/
    width:370px;overflow: hidden; float:left;
}

#rodape{
  margin: auto;
  bottom: 0;
  clear: both;
  width:830px;
  height:30px;
  color: #000;
  padding-bottom: 10px;
}
.inside{
  padding-top: 5px;
  padding-left: 5px;
  line-height:20px;
}
.inside-capa{
  padding-left: 10px;
}

h1, .componentheading{
  font-size: 16px;
}
h2, .componentheading{
  font-size: 14px;
}
h3{
  font-size: 12px;
}
.blog_more{
    border: none;
}
.blog_more div{
    color:#4e3895;
    padding:0 5px;
    font-size: 12px;
    font-weight: bold;
    width: 100px;
}
.blogsection{
  font-size: 10px;
}

.blog_more ul{
    list-style:square;
    color: #4e3895;
    padding-left: 30px;
    line-height: 12px;
}
.blog_more ul a{
  color:#000;
  text-decoration: none;
}
.blog_more ul a:hover{
  text-decoration: underline;
}

.contentheading, .componentheading{
    border-left: 20px solid;
    border-color:#4e3895;
    color:#4e3895;
    background-color:#97aebe;
    display: block;
    padding:0 5px;
    font-size: 12px;
    font-weight: bold;
    width: 360px;
}

td.article_column .contentheading{
    background-color: #fff;
    border: none;
    color:#4e3895;
    font-size: 12px;
    font-weight: bold;
    padding:0;
}
td.article_column{
    color:#000;
/*    background-color: #cbd6de;*/
    padding:0 2px;
    border-right:5px #ffffff solid;
    font-size: 10px;
}

.readon{
    color:#000;
    padding:0 5px;
    border-left:12px #4e3895 solid;
    font-size: 10px;
    text-transform:uppercase;
    background-color:#fff;

    margin-top: 3px;
    height: 14px;
}
a.readon{
    text-decoration: none;
}
a.readon:hover{
    text-decoration: underline;
}

.createdate{
    font-size: .8em;
    color:#666;
}
p{
  font-size: 10px;
  line-height:12px;
}
.article_separator{
    height:2px;
    display:block;
}
.qtabs-wrapper {
padding:5px;
}

.alfc{
  padding:3px;
}
.alfc_intro {
border:1px solid #CCCCCC;
display:block;
font-size:11px;
margin-top:5px;
padding:6px;
width:350px;
}
.alfc_label {
display:block;
float:left;
width:108px;
}
.alfc input, textarea{
  border: 1px solid #ccc;
}
img{
  border: 0;
}
.buttonheading{
    display: block;
    margin-top: -20px;
}



