
@import "../cjwc.css";

body {

    background-color: rgb(234,255,233);
    background-image: url("oaks_bg.gif");
    background-repeat: repeat;
}

h1 {
    color: rgb(0,51,0);
}

a,h2,h3 {
    color: rgb(153,0,0);
}

a.plain {
    color: rgb(0,51,0);
}

a:hover {
    background-color: rgb(51,153,102);
}


a.nohover:hover {
    background-color: rgb(234,255,233);
}


#heading {
    text-align: center;
    background-color: rgb(234,255,233);
    background-image: url("oaks_bg.gif");
    background-repeat: repeat;
}

#navbar {
    text-align: center;
    padding: 2px;
    border-bottom: 2px groove rgb(150,150,150);
    border-top: 2px groove rgb(150,150,150);
    background-color: rgb(234,255,233);
    background-image: none;
}

#navbar a {
    font-weight: bold;
    text-decoration: none;
}

#leftcol {
        position: relative;
        top: 0px;
        float: left; width: 150px; font-size: 85%;
        background-color: rgb(234,255,233);
        background-image: url("oaks_bg.gif");
        background-repeat: repeat;
}

#mainbody {
    background-color: rgb(234,255,233);
    background-image: none;
    margin-left: 175px;
    margin-right: 0%;
    padding: 0px;
    border-left: 2px groove rgb(150,150,150);
    border-right: 2px groove rgb(150,150,150);
}

#mainbody li {
	margin-bottom: 7px; }


@media print {
    #leftcol {
        visibility: hidden;
        display: none;
    }

    #mainbody {
        margin-left: 0px;
        width: 100%;
    }
}
