/* 
    Non-IE CSS file
*/

root{
    display: block;
}

/*  ---------------------------------------------------------------------------
    General CSS
*/

body{
    background-color: white;
    color: black;
    font-family: "Century Gothic";
    font-size: x-small;
}

td{
    padding: 3px 7px 2px 7px;
    vertical-align: middle;
    font-size: small;
}

/*  ---------------------------------------------------------------------------
    Main table
*/

#main{
    width: 80%;
    height: 100%;
    text-align: left;
}

#main th{
    vertical-align: top;
    text-align: center;
    height: 185px;
    font-family: century gothic;
    color: rgb(255, 102, 0);
}

#main_left{
    border-right: thin dashed gray;
    vertical-align: top;
    height: 802px;
    width: 200px;
    text-align: left;
    font-family: Century Gothic;
}

#main_right{
    vertical-align: top;
    height: 802px;
    width: 774px;
}

#logo{
    text-align: center;
    height: 140px;
}

/*  ---------------------------------------------------------------------------
    Committee table
*/

#committee{
    text-align: left;
    height: 100%;
    width: 100%;
    border: thin solid black;
    border-collapse: collapse;
}

#committee th{
    font-weight: bold;
    font-size: medium;
    height: 25px;
}

#committee td{
    padding: 2px 2px 2px 2px;
    border: thin solid black;
}