* a:link,a:visited, a:active 
{
 color: #357B94;
 text-decoration: none;

}
* a:hover 
{
      color: #004964;
      text-decoration: underline;
      font-weight: bold;

}
body                                        
{
 font-family: arial,'arial narrow';
 font-size: 11px;

}
img                
{
                border: 0px;

}
ul li                
{
                 background-image: url('img/bt1.gif');
                 height: 30px;
                 width: 150px;
                 background-repeat: no-repeat;
                 background-position: center top;
                 list-style-type: none;
                 float: left;
                 font-size: 14px;
                 font-family: arial;
                 font-weight: bold;
                 text-transform: uppercase;
                 margin-left: -35px;

}
ul li a:link                
{
           color: #FFFFFF;
           text-decoration: none;
           font-weight: bold;

}
ul li a:hover                
{
           height: 30px;
           width: 150px;
           list-style-type: none;
           float: left;
           background-image: url('img/bt2.gif');
           background-repeat: no-repeat;
           color: #F6F70F;

}
ul li a:active                
{
           height: 30px;
           width: 150px;
           list-style-type: none;
           float: left;
           background-image: url('img/bt2.gif');
           background-repeat: no-repeat;
           color: #F6F70F;

}
h1        
{
    font-size: 18px;
    font-family: arial,'arial narrow';
    text-transform: uppercase;
    font-weight: bold;
    color: #400080;
    margin-top: 10px;

}
h2     
{
    font-family: arial,'arial narrow';
    font-size: 14px;
    text-align: center;

}
h3    
{
    font-family: arial,'arial narrow';
    font-size: 11px;
    text-align: center;

}
#container                                        
{
    background-image: url('img/bacground.gif');
    background-repeat: repeat-y;
    width: 960px;
    height: 900px;
    margin: 0 auto;

}
#nag                                               
{
           background-image: url('img/01.jpg');
           background-repeat: no-repeat;
           width: 960px;
           height: 180px;
           background-position: center top;

}
#menu_g                                              
{
background-image: url('img/02.gif');
height: 25px;
width: 960px;
background-position: center top;
background-repeat: no-repeat;
color: #FFFFFF;
text-transform: uppercase;
text-align: center;
font-size: 12px;
padding-top: 5px;
margin-top: -5px;

}
#menu_g a:link         
{
 color: #FFFFFF;
 text-decoration: none;

}
#menu_g a:hover          
{
 color: #F6F70F;
 font-weight: bold;

}
#self                                    
{
   width: 600px;
   height: 670px;
   float: left;
   overflow-y: auto;
   display: block;
   margin-left: 10px;
   text-align: justify;
   padding-right: 10px;
   padding-left: 10px;

}
#menu_left                                  
{
width: 150px;
float: left;
font-size: 12px;
font-family: arial;
text-align: center;
font-weight: bold;
margin-left: 5px;

}
#menu_right                   
{
  height: 300px;
  width: 150px;
  float: right;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
  margin-right: 10px;
  text-align: center;

}
#footer           
{
          text-align: center;
          height: 30px;
          font-size: 10px;
          color: #C0C0C0;
          margin: 0 auto;

}

