html,body   
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-width: 900px;        
}

html 
{  
  background-color: #27451d;    
}

body   
{  
  font-family: Verdana;
  font-size: 12px;
  color: #000000;  
  background-color: #f1f6e0;
  position: relative;  
  height: auto !important;
  height: 100%;
  min-height: 100%;  
}



.NotaryTableBorder
{
    border:#f1f6e0 1px solid;
}

table
{
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
}

.head_bg
{
    background-color: #143320;
    width: 100%;
    text-align: center;
}
.head_img
{
    border: 0px;
    height: 122px;
    width: 650px;
    table-layout: fixed;
        
}
.div_bg
{
    overflow: hidden; 
    width: 750px; 
    height: 122px;
    margin: auto;
    margin-left: 250px;

}
.menu_bg
{
    background-color: #0f2517;
}
.div_menu_line
{
    overflow: hidden; 
    width: 1000px; 
    height: 28px; 
}
.div_menu_item
{
    float: left;
    height: 28px;
    padding-left: 100px;
}
.div_menu_item1
{
    float: left;
    height: 28px;
    padding-top: 7px;
    width: 100px;
    padding-left: 25px;
}  
a.menu_up, a:visited.menu_up
{
    color: #f3f7e5;
    text-decoration: none;
}
a:hover.menu_up
{
    color: #143320;
    background-color: #d5e7ae;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}
a, a:visited
{
    color: #0055cc;
    text-decoration: underine;
}
a:hover
{
    color: #cc0000;
    text-decoration: underine;
}

.ColorMssageInfo
{
    color: #cc0000;
    text-align: justify;
}
.menu_footer
{
    text-align: center;
    width: 100%;
    background-color:  #27451d;
}
.div_footer
{
    text-align: center;    
    font-size: 11px;
    padding-bottom: 7px;
    margin: auto;
    
}
.footer
{
    background-color: #27451d; 
    background-repeat: repeat-x; 
    text-align: center; 
    color: #f1f6e2; 
    font-size: 10px;    
}

.td_main
{
    background-color: #f1f6e0; 
    vertical-align: top; 
    text-align: left;
    height: 100%;
}
.div_main_menu_left
{
    overflow: hidden; 
    width: 298px; 
    float: left; 
    margin-top: 30px;
}
.div_menu_position
{
    width: 278px; 
    margin: 10px;   
}

wbr:after { content: "\00200B" }

#header {
    height: 150px;
    width: 100%;            
    overflow: hidden;
}
#div_content {
    padding-bottom: 65px;
    background-color: #f1f6e0;      
    overflow: hidden;
}

#footer {
    height: 65px;
    width: 100%;
    position:absolute;
    left:0;
    bottom:0;
    background-color:#27451d; 
}

#pusher {clear:left; float:left; height:0; }
