﻿.adjustedZIndex {
z-index: 1;
}
body 
{
    margin-bottom:0px;
    margin-left:0px;
    margin-right:0px;
    margin-top:0px;
    text-align:center;
    font-family:Tahoma;
    font-size:10pt;
}

.div:hover
{
    background-color:Aqua;
}

#bgdiv
{
    width:1002px;
    height:597px;
    background-image:url(bodybg.jpg);
    background-repeat:no-repeat;
    text-align:left;
}

#container
{
    width:810px;
    height:571px;
    padding-top:10px;
    margin-left:100px;
}
#logo
{
    width:211px;
    height:85px;
}
#leftcolumn
{
    float:left;
    width:211px;
    height:570;
}
#logonacional
{
    width:211px;
    height:85px;
}
#pub1
{
    width:211px;
    height:223px;
    margin-bottom:5px;
    margin-top:10px; 
}

#pub2
{
    width:211px;
    height:115px;
    margin-bottom:5px;
}
#pub3
{
    width:211px;
    height:115px;
    margin-bottom:10px;
}

#rightcolumn
{
    float:left;
    width:575px;
    height:570px;
    margin-left:10px;
}

#topbanner
{
    width:574px;
    height:20px;
    margin-bottom:10px;
    background-image:url(topbanner.gif);
    padding-top:65px;
}

#menu
{
    width:569px;
    height:20px;
    padding-left:5px;
    background-image:url(menu_bg.gif);
    background-repeat:no-repeat;  
}
#menutable
{
    padding:10px;
}
#dados
{
    width:574px;
    height:483px;
}
#Transparent
{
    filter:alpha(opacity=50);
    opacity:50;
}

.menuitem
{
    padding:5px;
    font-size:8pt;
}

.h1
{
    font-size:10pt;
    font-weight:bold;
}
.h2
{
    font-size:10pt;
}
.indent
{
    text-indent:20px;
}
#guestbookAddBt
{
    width:85px;
    height:20px;
    color:White;
    text-align:right;
    vertical-align:middle;
    background-image:url(bt_Adicionar.gif);
    background-repeat:no-repeat;
    background-position:right;    
    cursor:pointer;
    float:right; 
}
