body
{
    margin: 0 auto;
    padding: 0;
    background-image: url('images/bg_lines.gif');
    font-size: 9pt;
    font-family: Arial, Sans-Serif;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; } 

h1, h2, h3, h4, h5, h6 
{
    margin: 0 0 13px 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    text-decoration: none;
}

h2 
{
    font-size: 14px;
    font-weight: bold;
}

h3 
{
    font-size: 12px;
}

h4, h5, h6 
{
    font-size: 11px;
}

#spacer
{
    border-top:  1px solid #414141;
}

#logo
{
    float: left;
    margin-left: 50px;
    width: 244px;
    height: 75px;    
}

#site_title
{
    font: 8pt Tahoma;
    font-weight: bold;
    float: left;
    margin-top: 22px;
    margin-left: 20px;    
}

#header
{    
    background: #000000;
    height: 75px;   
    border-top: 3px solid #414141;
    border-bottom: 1px solid #000000;
    color: white;
    background-image: url('images/logo_bg.jpg');
}

#header a
{
    color: #EEEEEE;
    text-decoration: underline;
}

#header a:hover
{
    color: #EEEEEE;
    text-decoration: underline;
}

#menu
{
    border-top: 3px solid #414141;
    font: 8pt Tahoma;
    color: #FFFFFF;
    height: 19px;     
    background: #6E6E6E;    
}

#menu a
{
    color: #EEEEEE;
    text-decoration: underline;
}

#menu a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

li
{
    list-style: square outside;
    padding-bottom: 4px;
    margin-left: 14px;
}

ul
{
    padding-left: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0 0 0 0;
}

#content 
{    
    margin: 0 auto 0 auto;
    width: 840px;
    background: #FFFFFA;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

#blog 
{
    padding: 10px 10px 10px 10px;
    width: 820px;
    color: #333000;
    text-align: left;
    background-image: url('images/bg.gif');
    background-repeat: repeat-y;
}

#blog a
{
    color: #002655;
    text-decoration: underline;
}

#blog a:hover
{
    color: #C70009;
    text-decoration: underline;
}

#footer
{
    color: #FFFFFA;
    height: 30px; 
    border-bottom: 5px solid #000000;
    text-align: center;
    padding-top: 5px;
    font-size: 8pt;
    background: #6E6E6E;
}

#footer a
{
    color: #EEEEEE;
    text-decoration: underline;
}

#menu_row_line
{  
    padding-left: 3px;
    height: 16px;      
}

#menu_lvl_item
{
    width: 160px;
    text-align: center;
}

#menu_lvl_item div
{
    padding-bottom: 3px;
}

#menu_lvl_item:hover
{
    width: 160px;
    text-align: center;  
    background: #606060
}

#menu_lvl_item_sel
{
    width: 160px;
    text-align: center;  
    font-weight: bold;
    background: #414141;
}

#menu_lvl_item_sel div
{
    padding-bottom: 3px;
}

#secondary_menu
{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: left;   
}

#secondary_menu_group
{
    margin-bottom: 8px;    
}

#secondary_menu_item
{
    margin-bottom: 8px;    
    margin-left: 10px;
}

#secondary_menu_item_s
{
    color: #002655;
    font-weight: bold;
    margin-bottom: 8px;
    margin-left: 10px;
}

#secondary_menu_spacer
{
    height: 20px;
}

#page
{   
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#page_title
{   
    font-size: 16pt;
    padding-bottom: 10px;
    border-bottom: 1px solid #A9A9A9;
    margin-bottom: 10px;
}

#page_title_2
{   
    width: 130px;
    text-align: right;
    padding-left: 8px;    
}

#about
{   
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#about_title
{   
    font-size: 16pt;
    padding-bottom: 8px;
}
            
#last
{        
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
       
#last_title
{
    font-size: 16pt;
    padding-bottom: 10px;
    margin-bottom: 10px;
}   

#last_content
{    
    padding-bottom: 15px;
}

#last_content_list
{
    padding-top: 6px;
}

#last_content_title
{
    margin-bottom: 6px;
}

#last_content_txt
{    
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 14px;
}

#search
{   
    width: 160px;
    height: 45px;
    float: right;
    padding-right: 30px;
    padding-top: 30px;
}
