html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 11px;
    font-family: trebuchet MS;
    vertical-align: baseline;
    color: white;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    background-color: #164782;
    background-image: url("../imagens/fundo.jpg");
    background-repeat: repeat-x;
    background-position: left 222px;
    line-height: 1.3;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}

br, strong{
    float: none;
}
a{
    float: none;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
strong{
    color: inherit;
    font-weight: bold;
}
body *{
    text-align: left;
    padding: 0;
}
select{
    font-size: 11px;
}
.topoGeral {
    width: 100%;
    float: none;
}

.topoGeral *{
    float: none;
}
.lado1 {
    background-image: url("../imagens/lado1.jpg");
    background-repeat: repeat-x;
    background-position: top right;
}
.topo {
    width: 928px;
}
.lado2 {
    background-image: url("../imagens/lado2.jpg");
    background-repeat: repeat-x;
    background-position: top left;
}
.siteConteudo {
    float: none;
    width: 928px;
    margin: 0 auto;
}
.siteConteudo * {
    float: left;
}
.siteConteudo a, .siteConteudo strong{
    float: none;
}
.menu {

}
.conteudo {
    width: 595px;
	padding-top: 10px;
}
.rodape {
    background-image: url("../imagens/rodape.jpg");
    background-repeat: no-repeat;
    background-postition: top left;
    width: 928px;
    text-align: center;
    margin: 0 auto;
    height: 50px;
    padding-top: 5px;
}
.conteudoMeio{
    width: 405px;
    background-image: url("../imagens/lateralDireita.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    min-height: 295px;
}
.conteudoLateral{
    width: 190px;
}
.textoRodape{
    width: 464px;
}
.itemRodape{
    width: 100%;
    text-align: right;
}
.imgRodape{
    margin: 10px 0 0 20px;
}
a.sisdado {
	width: 106px;
	height: 24px;
	font-size: 4px;
	background-image: url("../imagens/logoSisdado.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	float: left;
	margin: 12px 0px 0px 85px;
	display: inline;
}
a.sisdado:hover {
	background-position: left top;
}