html, body {
    margin: 0;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
}

img {
    border: 0;
}

p {
    line-height: 140%;
    margin: 5px 0;
}

a {
    color: #c03;
}

h3 {
	color:#CC0033;
	font-size:11px;
	font-weight:bold;
	line-height:16px;
	border-top:1px dotted #6DBD4C;
    margin: 3px 0;
}

hr {
	border:0;
    height:1px;
    background-color:#eee;
}

#container {
    margin: 4px auto;
    width: 798px;
}

#htop {
    width: 798px;
    height: 158px;
}

.left {
    width: 205px;
    padding: 0;
    background-color: #6dbd4c;
}

#pageBody {
    padding: 10px 0 10px 10px;
}

#username {
    font-size: 10px;
    font-weight: bold;
    color: white;
    padding-top: 22px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

#username a {
    font-weight: normal;
    text-decoration: none;
    color: #cfc;
}

#username a:hover {
    color: white;
}

.news {
}

.anew {
    border-bottom: 1px dotted #6dbd4c;
    padding: 5px 0;
    font-size: 11px;
    color: #666;
}

.news .anew .summary {
    font-weight: normal;
}

.anew .summary {
    font-weight: bold;
}

.anew.on {
    background-color: #cfc;
}

#foot {
    background-image: url("images/footbk.png");
    width: 798px;
    height: 30px;
}

#footLinks {
    color: white;
    text-align: right;
    padding-right: 25px;
    font-size: 9px;
    padding-top: 10px;
    float: right;
}

#footAcc {
    color: white;
    text-align: right;
    padding-right: 25px;
    font-size: 9px;
    padding-top: 10px;
    float: right;
}

#foot a {
    color: #cfc;
    text-decoration: none;
}

#foot a:hover {
    text-decoration: underline;
}

.crumb {
    color: #ccc;
    font-size: 10px;
    line-height: 10px;
    padding-top: 6px;
}

.crumb a {
    color: #6dbd4c;
    text-decoration: none;
    font-weight: bold;
}

.crumb a:hover {
    color: #c03;
}

h1 {
    border-bottom: 1px solid #6dbd4c;
    color: #6dbd4c;
    line-height: 18px;
    padding: 6px 0;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-weight: bold;
    color: #c03;
    line-height: 16px;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
h2.line {

    border-top:1px dotted #6DBD4C;
    border-bottom:1px dotted #ccc;
    margin-top: 15px;
    padding:5px 0;
}

div.bline {
    border-bottom:1px dotted #ccc;
    padding:5px 0;
}

h2 a {
    text-decoration: none;
    color: #c03;
}

.date {
    color: #6dbd4c;
}

#pesquisa {
    padding: 0 10px;
    margin: 5px 0 15px 0;
}

#pesquisa input {
    background-color: #6dbd4c;
    border: 1px solid white;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 8pt;
    line-height: 11px;

    padding: 3px;
    height: 14px;
    margin: 0;
}

#pesquisa input#q {
    width: 161px;
}
#pesquisa input#btnPesquisa {
    padding:0;
    border-left-width: 0;
    width:auto;
    height:auto;
    vertical-align:top;
}

/* ---MAPA*/
#mapa {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

#mapa li {
    margin: 0;
    padding: 4px 0;
    display: block;
    font-size: 12px;
}

#pageBody.home {
    padding: 10px 200px 10px 10px;
    background: url("images/homebk.jpg") right top no-repeat;
}

#pageBody.home .anew {
    border-bottom: 0;
}

#pageBody.home h1 {
    border-bottom: 0;
}

#outer {
    height: 350px;
    width: 798px;
}

#menu {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: block;
}

#menu li {
    border-top: 1px solid #cfc;
    margin: 0;
    padding: 0;
    display: block;
}

#menu li a {
    font-size: 18px;
    color: white;
    line-height: 18px;
    padding: 6px 0 6px 18px;
    text-decoration: none;
    display: block;
    background: url("/images/seta.png") no-repeat 0 12px;
    text-transform: lowercase;
}

#menu li.on a {
    color: #cfc;
}

#inside {
    margin: 0;
    padding: 10px 10px 0 10px;
    list-style: none;
    display: block;
    border-bottom: 1px solid white;
    background-color: #eb3636;
}

#inside li {
    border-top: 1px solid #cfc;
    margin: 0;
    padding: 0;
    display: block;
}

#inside li a {
    font-size: 18px;
    color: white;
    line-height: 18px;
    padding: 6px 0 6px 18px;
    text-decoration: none;
    display: block;
    background: url("/images/seta.png") no-repeat 0 12px;
    text-transform: lowercase;
}

#inside li.on a {
    color: #cfc;
}

#login {
    padding: 0 10px;
    margin: 10px 0;
}

#login .logindesc {
    font-size: 18px;
    color: white;
    line-height: 18px;
    text-decoration: none;
    font-weight: normal;

    padding: 6px 0 6px 18px;
    background: url("/images/seta.png") no-repeat 0 12px;
}

#login input {
    background-color: #6dbd4c;
    border: 1px solid white;
    color: white;
    font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", sans-serif;
    font-size: 8pt;
    line-height: 11px;
    padding: 3px;
    height: 14px;
    margin: 0;
}

#login input#u {
    width: 177px;
    margin-bottom: 5px;
}

#login input#p {
    width: 161px;
}
#login input#pi {
    padding:0;
    border-left-width: 0;
    width:auto;
    height:auto;
    vertical-align:top;
}

/* -------- SI--*/
