body
{
    font-family:sans-serif;
    margin:0;
    background-image:url('09original.gif');
}

li
{
    margin-bottom:15px;
}

img.padded
{
    border-style:solid;
    border-color:#999;
    border-width:1px;
    padding:2px;
    -webkit-border-radius:3px 3px 3px 3px;
    -moz-border-radius:3px 3px 3px 3px;
}

div.photogallery
{
}

div.photothumbs
{
    float:left;
    margin-right:5px;
}

div#container
{
    width:800px;
    margin:0 auto;
    border-style:solid;
    border-color:#999;
    border-width:0 1px 0 1px;
    background-color:#fff;
    color:#333;
}

div#bottomcontainer
{
    width:802px;
    margin:0 auto;
}

div#logo
{
    margin:0;
    padding:20px 0 0 4px;
    background-color:#fff;
    border-style:solid;
    border-color:#555;
    border-width:6px 0 0 0;
    background-image:url('header-bg.png');
    background-position:center;
}

div#header
{
    background-color:#75ba00;
    background-image:url('navbar.png');
    border-style:solid;
    border-width:0 0 2px 0;
    border-color:#000;
    font-size:10px;
    /*
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    */
}

div#banner
{
    width:800px;
    height:256px;
    margin:1px auto;
}

div#primaryNav
{
    background-color:#75ba00;
    background-image:url('navbar.png');
    padding-top:10px;
    padding-left:10px;
    font-family:sans-serif;
    font-size:12px;
    font-weight:bold;
}

div#secondaryNav
{
    background-color:#bacfa1;
    padding-top:10px;
    padding-left:10px;
    font-family:sans-serif;
    font-size:12px;
    font-weight:bold;
}

a.pnav
{
    padding:0 10px;
    color:#fff;
    text-decoration:none;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}

a.snav
{
    padding:0 10px;
    color:#666;
    text-decoration:none;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    outline:none;
}

div#content
{
    background-color:#fff;
    color:#666;
    padding:10px;
    min-height:500px;
}

div#leftbar
{
    width:63%;
    padding-right:10px;
    border-style:solid;
    border-color:#ccc;
    border-width:0 1px 0 0;
}

div#rightbar
{
    width:34%;
    float:right;
    padding:10px 0 0 10px;
}

div#footer
{
    background-color:#75ba00;
    background-image:url('navbar.png');
    border-style:solid;
    border-width:6px 0 0 0;
    border-color:#bacfa1;
    font-size:10px;
    -webkit-border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
}

div#bottom
{
    font-size:10px;
    color:#666;
}

table.schedule, table.terminology
{
    border-collapse:collapse;
}

table.schedule td, table.schedule th, table.terminology td, table.terminology th
{
    border-color:#666;
    border-style:solid;
    border-width:1px;
    text-align:center;
    padding:5px;
}

table.schedule td.doubleline
{
    border-width:1px 1px 4px 1px;
}

table.schedule td.doublelineright
{
    border-width:1px 4px 1px 1px;
}

table.schedule td.doublelineboth
{
    border-width:1px 4px 4px 1px;
}

table.terminology
{
    margin-left:20px;
}

div#termarea
{
    padding-left:175px;
}

table.terminology td.dividing, table.terminology th.dividing
{
    border-width:1px 1px 1px 2px;
}