body {
    font-family     : Arial, Helvetica, sans-serif; 
    margin          : 0px;
}

a {
    text-decoration : none;
}

a:hover {
    text-decoration : underline;
}



.footer {
    font-size       : 16px;
    font-weight     : bold;
    font-style      : italic;
    color           : #007CC3;
    text-align      : center;
}



/*******************************************************************************
 * menu-top
 *******************************************************************************/

.menu-top {
/*    
    height          : 30px;
    border          : 1px solid #007CC3;
    background-color: #6DCFF6; 
*/
}

.menu-top a {
    font-size       : 17px;
    font-weight     : bold;
    color           : #2E3092;
    text-decoration : underline;
}



/*******************************************************************************
 * menu-left
 *******************************************************************************/

.menu-left {
    font-size       : 12px;
    font-weight     : bold;
/*    
    height          : 100%;
    width           : 220px;
    border          : 1px solid #0880C5;
    background-color: #E6E7E8; 
    background-image: url(/images/left_menu_bg.gif); 
    background-repeat: repeat-y;
*/    
}

.menu-left a {
    color           : #007CC3;
}

.menu-left ul {
    list-style-type : none; 
    padding-left    : 10px; 
    padding-right   : 10px; 
    padding-top     : 6px;
    line-height     : 110%;
    margin-left     : 0px;
}

.menu-left ul li {
    padding-top     : 4px; 
    padding-bottom  : 4px;
}



/*******************************************************************************
 * content 
 *******************************************************************************/

.content h1 {
    font-size       : 18px;
    font-weight     : bold;
    color           : #FF0000;
}

