#menu1
    {
    position: absolute;
    width: 200px;
    height: 295px;
    text-align: left;
    padding: 10px 0px 10px 0px;
    padding-top: 5px;
    border-top: none;
    background-color: #e0e0e0;
    font-size: 14px;
    z-index: 10;
    }

    
#menu1 hr
{
    width: 200px;
    border: solid 2px #ffffff;
}
    
#menu2
    {
    position: absolute;
    width: 150px;
    left: 200px;
    text-align: left;
    padding: 10px 10px 10px 10px;
    padding-top: 5px;
    font-size: 12px;
    z-index: 10;
    }

#stat
    {
    position: absolute;
    overflow: auto;
    width: 600px;
    left: 215px;
    top: 240px;
    height: 135px;
    text-align: center;
    background-color: #FFFFD0;
    padding: 0px 0px 0px 0px;
    }

#stattite
    {
    position: absolute;
    width: 600px;
    height: 23px;
    top: 217px;
    left: 215px;
    background-color: #C0C060;
    text-align: center;
    font-size: 14px;
    font-weight: bold;    
    color: black;
    padding: 3px 0px 3px 0px;
    }
    


#editorial
    {
    position: absolute;
    width: 410px;
    left: 390px;
    top: 8px;
    height: 150px;
    padding: 0px 0px 0px 0px;
    z-index: 50;
    }

#editorial .frame
    {
    padding: 5px 5px 5px 5px;
    text-align: left;
    height: 140px;
    }
    
#searchbar
    {
    position: absolute;
    width: 410px;
    left: 420px;
    top: 200px;
    height: 50px;
    text-align: center;
    color: white;
    overflow: hidden;
    background-color: #202040;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    }

#loginbar
    {
    position: absolute;
    width: 410px;
    top: 240px;
    left: 220px;
    height: 50px;
    text-align: left;
/*    background-color : #202040;*/
    padding: 0px 0px 0px 0px;
    z-index: 8;
    }

    

#onlinebox
    {
    position: absolute;
    left: 995px;
    top: 8px;
    text-align: left;
    padding: 0px 0px 0px 0px; 
    z-index: 60;
    border: solid 1px #f0f0f0;
    }

#onlinebox .title
    {
     background-color: #f0f0f0;
     padding: 3px 10px 3px 10px;
     color: #a0a0a0;
     
    }
#onlinebox .content
    {
     color: #808080;
    }

#onlinebox .list
    {
     margin-bottom: 10px;
    }

#news 
    {
    width: 488px;
    padding-left: 2px;
    padding-right: 2px;
    }
.newsbar
    {
    background-color : #00055f;
    color: white;
    width: 492px;
    height: 25px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 8px 0px;
    }
    

#photobox
    {
    position: absolute;
    width: 161px;
    right: 0px;
    top: 5px;
    height: 255px;
    text-align: center;
    padding: 0px 0px 0px 0px; 
    }

#fixedframe
    {
    width: 800px;
    height: 315px;
    }

#ai {width: 830px;}
#ai .text
    {
    height: 130px;
    overflow: auto;
    }


.menu
    {
    color: #E0E0E0;
    text-align: left;
    font-weight: bold;    
    padding: 0px 0px 0px 0px;
    margin-bottom: 2px;
    margin-top: 8px;
    margin-left: 10px;
    }

.submenu
    {
    color: #E0E0E0;
    text-align: left;
    font-size: 11px;
    font-weight: bold;    
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
    margin-left: 30px;
    margin-top: 5px;
    }

.menucaption
    {
    font-size: 11px;
    margin-left: 10px;
    }
    
.submenu a,    
.menu a
    {
    color: #0005af;
    }

.submenu a:hover,
.menu a:hover
    {
    color: red;
    }


.content
    {
    padding: 5px 5px 5px 5px;
    }

/* ------ BG ----- */
#homebg
{
    position: absolute;
    width: 618px;
    left:368px;
    top: 8px;
    height: 300px;
    padding: 0px 0px 0px 0px;
    z-index: 1;
    background-image: url(design/homebg2.jpg);
    
}
    
