body
{
	margin: 0em;
	padding: 0em;
	background-color: white;
    font-family: Arial, Veranda, sans-serif;
    font-weight: normal;
    font-size: small;    
	color: black;
}

#header
{
	text-align: center;
}

#header img
{
	text-align: center;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

#navcontainer
{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 0 5px 0;

}

ul#navlist
{
	margin-left: 0;
	white-space: nowrap;
	font-size: small;
	margin-top: 3px;
	font-weight: bold;
}


#navlist li
{
 display: inline;
 list-style-type: none;
 
}

#navlist a { padding: 1px 3px 0px 3px; }

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

#navlist a:hover
{
	color: #000;
	text-decoration: none;
	border-color: black;
	border-width: 0px 0 3px 0;
	border-style: double;
}

#body
{
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}


#footer
{
	text-align: center;
	margin-top: 2em;
	font-size: small;
}

#footer hr { width: 50%; }

.alignright
{
	float: right;
	margin-left: 1em;
}

.just
{
	text-align: justify;
}
.indent
{
	padding: 0 0 0 2em;
}

h4 { margin-bottom: 0pt; }

.center
{
	text-align: center;
}

table
{
    font-family: Arial, Veranda, sans-serif;
    font-weight: normal;
    font-size: small; 
}

/*
th { text-decoration: underline; }
*/

table.schedule
{
	text-align: left;
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

table.schedule th
{
	padding-left: 1em;
	padding-right: 1em;
}
table.schedule thead { border-bottom: 1px black solid; }

table.schedule tr.alt td { background-color: #DDD; }

table.schedule td
{
	margin-bottom: .2em;
	padding: .5em;
	padding-left: 1em;
	padding-right: 1em;
}

    th {
        vertical-align: bottom;
    }
    
    td,th {
        font-family: Arial, sans-serif;
        font-size: small;
        empty-cells: show;
        vertical-align: top;
    }

    .header {
        text-decoration: underline;font-weight: 900;  
    }

    .yearHeader {
        font-weight: bold;  
    }

 div.c3 {
    margin-left: 32px;
    text-indent: 0px;
    }

