body {
    margin : 0 auto;
    padding: 0;
    font: 76% Verdana, Tahoma, Arial, sans-serif;
    background-image: none; /* url("../imagens/background6.png");*/
    background-color:    #81DAF5; /* #495b8a;*/
    background-size: 100%;
    background-position: absolute;
    color: #000000;
}

#container {
    margin: 0 auto;
    width: 900px;
    background: #ffffff;
    color: #000000;
    /*opacity: 0.75;*/
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#header {
    margin: 15px auto;
    padding: 0;
    width: 900px;
    height: 170px;
    color: #f0f0f0;
    background-image: url(../imagens/bgheader3.png);
}

#header h1 {
    width: 500px;
    color: #f0f0f0;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    font-size: 28;
}

#header h4 {
    width: auto;
    margin: 0 0 10px 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#header h4 a {
    color: #f0f0f0;
    text-decoration: none;
}

#frontphoto {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

/* leftBar == menu */
#leftBar {
    float: left;
    clear: left;
    width: 150px;
    margin: 0px 0 10px 0;
    padding: 0;
    font-size: 0.9em;
}

#leftBar ul#menu {
    margin 0px;
    margin-top:5px;
    width: 150px;
    list-style: none;
    padding: 0;
    font-size: 1.1em;
}

#leftBar ul#menu li {
    margin-bottom: 4px;
}

#leftBar ul#menu li a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #000000;
    padding: 10px 10px 10px 10px;
    background: #f4f4f4;
    border-left: 4px solid #004fff;
}

#leftBar ul#menu li a:hover {
    color: #003fff;
    background: #eaeaea;
    border-left: 4px solid #008fff;
}

#leftBar ul#menu li.selected a {
    color: #003fff;
}

#leftBar ul#menu li.subscribe a {
    margin-left: 22px;
    padding-left: 33px;
    text-align: left;
    background: url("rss.png") left center no-repeat;
}

#leftBar ul#menu li.parent {
    background: #f4f4f4;
}

#leftBar ul#menu li.parent > a {
    background: transparent url('../imagens/down.gif') right center no-repeat;
}

#leftBar ul#menu li.open > a {
    background: transparent url('../imagens/up.gif') right center no-repeat;
}

#leftBar ul#menu li ul.sub-menu {
    display: none;
    background: #C5DBEC;
    list-style: none;
    padding: 5px 0px 0px 15px;
}

#rightBar {
    float: right;
    width: 185px;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 0.8em;
    line-height: 1.5em;
}

#rightBar p {
    margin: 0 0 1.5em 0;
}

#rightBar img {
    margin: 0 0 0 0;
}

#content {
    float:left;
    width:540px;
    margin-top: 0px;
    margin-right: 2px;
    margin-left: 15px;
}

#content h2 {
    font-size: 1.5em;
    margin: 0 0 0.5em 0;
}

#content img {
    padding: 1px;
    display:inline;
    background: #cccccc;
    border: 4px solid #f0f0f0;
}

#content table {
    font-size: 1em;
}

#content table tr td:first-child {
    width: 100px;
}

#content table tr td {
    width: 420px;
}

#content ul li {
    margin-bottom: 4px;
}

#boxdorder {
    border: dashed 2px #ffffff;
    padding: 10px;
}


#footer {
    clear:both;
    color: #000000;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    border-top: 4px solid #f0f0f0;
    width: 760px;
    text-align: center;
    font-size: 0.7em;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

#footer p {
    margin: 0 30px 0 0;
}

#footer p a {
    color: #808080;
    text-decoration: none;
}

#footer p a:hover {
    text-decoration: underline;
}


#footer table {

    width: 760px;
    text-align: center;
    font-size: 1.5em;
}

#footerspace {
    margin: 20px auto;
}

#bottomright {
    background: url(../imagens/smallusp.png) no-repeat;
    right: 0;
    bottom: 0;
    width: 180px;  /* 320px; */
    height: 71px; /* 210px; */
    position: fixed;
    z-index: 1;
}

.background_gris {
    background: #cccccc;
}

.background_lightgris {
    background: #f4f4f4;
}

.smallfont {
    font-size: 1em;
}

.justify {
    text-align: justify;
}

.footColumn{
    padding: 10px;
}

