/*  New Café Main Page */

body{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9em;
    text-align: left;
}
    #bannercontent{
        background-color: #FFFFFF;
        height: 9em;
        text-align: center;
        background-image: url(../cafeimages/jcbanner.jpg);
        background-repeat: no-repeat;
        background-position: center top;
    }
        #navbar {
        }
        #navbar ul{
            text-align: center;
            margin: 0;
            padding-right: 4em;
            padding-top: 4em;
        }
            #navbar ul li{
                list-style-type: none;
                display: inline;
                padding-left: 1em;
                padding-right: 1em;
            }
                #navbar ul li a{
                    text-decoration: none;
                    font-size: 1em;
                    font-weight: bold;
                    color: #BB0000;
                }
                    #navbar ul li a:hover {
                        color: #006600;
                    }
    #tablelist {
        width: 535px;
        margin-left: auto;
        margin-right: auto;
    }
        #tablelist ul {
            list-style-type: none;
            display: block;
            margin-top: 0px;
            padding: 0px;
            text-align: left;
            font-size: 1.1em;
            font-weight: bold;
        }
            #tablelist ul li a {
                text-decoration: none;
                color: #BB0000;
            }
                #tablelist ul li a:hover {
                    color: #006600;
                }
    p.footertext {
        text-align: center;
        font-size: .72em;
        color: #CC0000;
        text-decoration: none;
    }
    #footerimage { height: 225px;
        background-image: url(../cafeimages/jcafe2.jpg);
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 50px;
    }
    .linklist{
        border: 0;
        background-color: #FFFFFF;
        width: 503px;
        margin-top: 10px;
        margin-left:auto;
        margin-right: auto;
    }
        .linklist ul{
            margin: 0;
            padding: 0;
        }
            .button{
                list-style-type: none;
                font-size: .8em;
                margin-bottom: 6px;
                width: 503px;
            }
                .button a{
                    display: block;
                    background-color: #FFFFFF;
                    color: #BB0000;
                    font-weight: bold;
                    text-decoration: none;
                    border-top: 2px #DDDDDD solid;
                    border-left: 2px #DDDDDD solid;
                    border-bottom: 2px #888888 solid;
                    border-right: 2px #888888 solid;
                    padding: 4px;
                    padding-left:20px;
                }
                    .button a:hover{
                        background-color: #EEEEEE;
                        border-top: 2px #888888 solid;
                        border-left: 2px #888888 solid;
                        border-bottom: 2px #DDDDDD solid;
                        border-right: 2px #DDDDDD solid;
                    }
    .maintextbox{
        background-color: #FFFFFF;
        font-size: 1em;
        font-weight: bold;
        text-align: justify;
        width: 503px;
        margin-top: 10px;
        margin-left:auto;
        margin-right: auto;

    }
    .linklisttitle{
        background-color: #FFFFFF;
        font-size: .9em;
        font-weight: bold;
        width: 503px;
        margin-left: auto;
        margin-right: auto;
    }
