﻿body 
{
    font-family:Verdana;
    font-size:9pt;
    color:Gray;
 background-color:#f4f2da;
}
a
{
    color:Gray;
    font-family:Verdana;
    font-size:9pt;
}
#maindiv
{
    width:900px;
    display:table;
    text-align:center;
    
}
#topdiv
{
    width:900px;
     height:160px;
     background-image:url(images/top.gif);
     background-position:center top;
     background-repeat:no-repeat;
      background-color:#f4f2da;
}
#menudiv
{
    width:900px;
    height:30px;
    background-image:url(images/menu_back.png);
    background-repeat:repeat-x;
}
.menua
{
    float:left;
    width:85px;
    margin-top:10px;
    font-family:Verdana;
    font-size:9pt;
    color:White;
     padding-left:5px;
     text-decoration:none;
     text-align:left;
        border-left:solid 1px silver;
     border-right:solid 1px silver;
}
.menua:hover
{
    float:left;
    width:93px;
    margin-top:10px;
    font-family:Verdana;
    font-size:9pt;
    color:White;
    font-weight:bold;
     padding-left:10px;
     background-image:url(images/arrow1.gif);
     background-repeat:no-repeat;
     background-position:5px center;
     text-align:left;
     text-decoration:underline;
       border-left:solid 1px silver;
     border-right:solid 1px silver;
}
#divdata
{
    width:900px;
    display:table;
    float:left;
    clear:left;
       background-image:url(images/line.gif);
    background-repeat:repeat-y;
    background-position:left;
    background-color:White;
}
#leftdiv
{
    width:150px;
    display:table;
    float:left;
    clear:left;
  
}
#rightdiv
{
    width:740px;
    display:table;
    float:right;
    clear:right;
    background-image:url(images/dot.gif);
    background-repeat:repeat-y;
    background-position:left;
    padding-left:10px;
}
#Basediv
{
    width:900px;
    height:18px;
    background-image:url(images/bottam.gif);
    background-repeat:no-repeat;
    background-position:center top;
    clear:both;
}
#Bottamdiv
{
    width:900px;
    clear:both;
    height:20px;
    text-align:center;
}