body
{
  background-color: black;
  color: black;
  font-family: Batang;
  text-align: center;
}



.backimgg
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1000px;
    margin-top: -10px;
    text-align: left;
    
}

#logo
{
    position:absolute;
    top:20px;
    left:20px;  
}


#navigate
{
    position:absolute;
    top:20px;
    right:20px; 
}

#sub-list-nvg
{
    position:absolute;
    top:95px;
    right:170px; 
    visibility:hidden;
    
}




table, th, td
{

    
  border:0px;
  border-style: double;
  vertical-align: top;
}
td
{
    width:70px;
}

.mune
{

    width:70px;
  vertical-align: top;
}

a.mune:link,a.mune:visited
{
    display:block;
    color:#FFFFFF;
    background-color:rgb(133,133,133);
    height:70px;
    width:70px;
    text-decoration:none;
    text-transform:uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    
}
a.mune:hover,a.mune:active
{
background-color:rgb(169,169,169);
}


#bottom-bar
{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    background-color:black;
    width:1000px;
    color:white;
    height:50px;
}


#copy-right  /*Copy right DIV  */
{
    background-color:black;
    position:absolute;
    height:20px;
    font-size: 8.0pt;
    font-family: Georgia, 'Times New Roman', times, Serif;
    font-style: normal;
    font-weight: normal;
    right: 000.0px;
}

#left-links 
{
    position:absolute;
    left:0px;
    background-color:black;
    height:20px;
    font-size: 8.0pt;
    font-family: Georgia, 'Times New Roman', times, Serif;
    font-style: normal;
    font-weight: normal;
}



ul
{
list-style-type:none;
margin:0;
padding:0;
}

a.sub-list:link, a.sub-list:visited
{
    display:block;
    color:#FFFFFF;
    text-decoration:none;
    text-transform:uppercase;
    padding:4px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8.0pt;
    width:150px;
    background-color:rgb(169,169,169);
}

a.sub-list:hover,a.sub-list:active
{
background-color:rgb(133,133,133);
}