  body { text-align: center;
    margin: 0px;
    padding: 0px;
    background-color: rgb(247, 244, 240);
    }

  p { text-align: left;
    padding: 0.25em 2em 0.25em 1em;
    }

  h1 { font-family: sans-serif;
    font-size: x-large;
    font-weight: normal;
    color: rgb(37, 57, 118);
    text-align: center;
    margin: 0px auto 0px auto;
    padding: 0.5em;
    }

  h2 { font-family: sans-serif;
    color: rgb(37, 57, 118);
    font-size: large;
    text-align: left;
    margin: 1em;
    }

  ul { text-align: left;
    }

  ol { list-style-position: inside;
    }

  table { margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

  td { text-align: left;
    }

  .logo { position: absolute; 
    top: 1px;
    left: 1px;
    z-index: 2;
    width: 10em;
    border: none;
    filter: alpha(opacity=90);
    -moz-opacity:0.9;
    opacity: 0.9;
    }

  .sectionlistholder { position: relative;
    float: left;
    z-index: 1;
    }

  .sectionlist {
    background-color: rgb(222, 222, 216);
    border-top: 1px solid rgb(238, 238, 235);
    border-right: 1px solid rgb(238, 238, 235);
    border-bottom: 1px solid rgb(238, 238, 235);
    margin: 5em 1em 0px 0px;
    }

  .membersectionlist { margin-left: -1em; 
    list-style-type: none;
    }

  .sectionlist ul { 
    list-style-type: none;
    margin: 4.25em 0px 0px 0px;
    padding: 0px;
    }

  .sectionlist li { font-family: sans-serif;
    font-size: small;
    margin: 0px;
    padding: 0.5em 0em 0.5em 0em;
    }

  .sectionlist a { color: rgb(37, 57, 118);
    padding: 0.5em 0.5em 0.5em 1.5em;
    text-decoration: none;
    }

  .sectionlist a:hover { background-color: rgb(185, 185, 185);
    }
  
  .sectionlistbar {position: absolute;
    top: 0pt;
    left: 0.8em;
    width: 5px;
    height: 100%;
    }

  .japanese { font-style: italic;
    }

  .subtitle { font-family: URW Palladio L;
    font-size: small;
    text-transform: uppercase;
    margin-top: -0.3em;	
    padding-bottom: 0em;
    }

  .return { float: right;
    clear: left;
    text-align: right;
    font-size: small;
    margin: -1em 1em 2em 1em;
    }

  .return a { color: rgb(82, 81, 80);
    text-decoration: none; 
    }

  .notnextclass { font-size: small;
	}

  .cancelled { text-decoration: line-through;
	}

	/* 	--- workaround for IE bug ---	*/
  * html .sectionlistholder { height: 1%;
    }
	/* 	--- end workaround ---		*/
