body{
    margin: 15 0; padding: 0;
    background-color: #666666;
    text-align: center;
    font-family: Verdana;
    font-size: 12px;
    background-image: url('/images/background_c.gif');
    color: #282828;
}

h2{
    color: #123456;
    font-size: 18px;
    font-family: Georgia, Times;
}

p{
    text-align: justify;
    line-height: 200%;
    font-size: 12px;
    margin-left: 25px;
}

img{
    border: 1px solid #fff;
}
.image{
    float: right;
    padding: 1px;
    background-color: #c16d5a;
    margin: 20px 0 10px 25px;
}

#page ul{
    line-height: 200%;
    font-size: 12px;
    list-style-type: circle;
    list-style-position: outside;
}

a{
    color: #123456;
    text-decoration: none;
}

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

a:active{
    outline: none;
}

a:visited{
    color: #000;
    text-decoration: none;
}

.fill_link{
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
}

.matte{
    margin: 0 auto;
    border: 2px solid #445362;
    background-color: #2e3843;
    padding: 10;
    width: 802;
}                                                        
.frame{
    margin: 0 auto; 
    width: 800;
    border: 1px solid #fff;
    background-color: #fff;
    background-image: url('/images/background_a.png');
    background-repeat: repeat-y;
    background-position: 0 0;
}

.clear{
    width: 798;
    height: 1;
    clear: both;
    overflow: hidden;
    background-color: transparent;
    border-right: 1px solid #fff;
    border-left: 1px solid #c16d5a;
}

.page_title{
    position: relative;
    top: -29;
    right: -50;
    text-align: right;
    font-family: Verdana;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 3;
    color: #c16d5a;
    text-transform: uppercase;
    overflow: hidden;
}

#header{
    height: 160;
    background-color: #fcd9aa;
    border-bottom: 1px solid #fff;
    background-image: url('/images/header_01.jpg');
    background-repeat: no-repeat;
    background-position: top left;
}

#menu{
    width: 150;
    padding: 0; 
    margin: 0;
    float: left;
    border: 1px solid #c16d5a;
    border-bottom: 0;
    border-right: 0;
}

#navigation{
    width: 150;
    text-align: left;
}

* html #navigation{
    width: 148;
}
    #navigation ul{
        padding: 0; margin: 0;
        list-style-type: none;
        text-align: left;
    }

    #navigation ul li{
        font-weight: bold;
        font-size: 8pt;
        line-height: 16px;
        letter-spacing: 2px;
        font-family: Arial;
    }

    #navigation ul li a:link,
    #navigation ul li a:visited{
        display: block;
        padding: 6 8;
        text-decoration: none;
        background-color: #fff;
        color: #123456;
        outline: none;
        border: 0px solid #fff;
        border-top: 0;
    }

    #navigation ul li a:hover{
        color: #c16d5a;
        background-color: transparent;
        background-image: url('/images/background_b.png');
        background-position: left bottom; 
        background-repeat: no-repeat;
        border: 0px solid transparent;
        border-top: 0;
    }
    #navigation ul li ul{
        padding:0; margin:0;
        margin-left: 10px;
        width: 130px;
        position: relative;
        z-index: 5;
    }
    #navigation ul li ul li a:link,
    #navigation ul li ul li a:visited{
        color: #333;
        font-weight: 100;
        letter-spacing: normal;
        font-size: 8.5pt;
        border-left: 1px solid transparent;
        
    }
    #navigation ul li ul li a:hover{
        border-left: 1px solid #c16d5a;
    }
    
    
sup{font-size:7pt; padding:0; margin:0;}

#content{
    width: 648;
    min-height: 300;
    text-align: left;
    float: left;
    background-color: #fff;
    border-right: 1px solid #fff;
    background-image: url('/images/background_b.png');
    background-position: 0 0; 
    background-repeat: no-repeat;
    display: table-cell;
}

/* for msie compatibility*/
* html #content{
    height: 300;
}

    #page{
        padding: 0px 50px 25px 15px;
    }

.footer{
    background-color: #fff;
    border-bottom: 0px solid #cfcfcf;
    border-left: 1px solid #c16d5a;
    border-right: 1px solid #fff;
    background-image: url('/images/background_b.png');
    background-position: bottom left;
    background-repeat: no-repeat; 
}

    #footer p{
        color: #514D44;
        line-height: 50%;
        font-size: 10px;
        padding: 25 10 10 10;
        margin: 0           
    }
    
    .footer #left{
        float: left;
    }
    
    .footer #right{
        float: right;
    }
    
    .footer #clear{
        width: 100%;
        height: 1;
        clear: both;
        overflow: hidden;
        background-color: transparent;
    }



iframe{border: 1px solid #f5f5f5;}