body{
    background-color: #fffff8;    
    font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    background-attachment:fixed;
    color: black;
    font-size: 12pt;
    text-align: center;
}

h3{
    letter-spacing: 2px;
    font-size: 18pt;
    font-weight: bold;    
}

h4{    
    font-size: 14pt;
    font-weight: bold;      
}

div#wrapper{
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    width: 770px;
    text-align: left;
}
div#main{
    margin-bottom: 25px;
    padding: 5px 5px 5px 5px;  
}
div#linkBar{
    background-image: url(images/menu.gif);
    background-repeat: repeat-x;    
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px; 
}

div#footer{
    font-size: 10pt;
    font-weight: bold;
    color: gray; 	
    text-decoration: none;
    margin-bottom: 25px;	
    text-align: left;	
}

div#linkBar a{
    padding-top: 10px;
    padding-bottom: 10px;    
    font-size: 14pt;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    text-decoration: none;
}

.resourceNote{
    font-style: italic;
    font-size: 10pt;
}

a:link {
    color: #6c75c6;
    text-decoration: underline;
}
a:visited {
    color: #6c75c6;
    text-decoration: underline;
}
a:hover {
    color: #fffff8;
    background-color: #a7aac6;
    text-decoration: none;
}
a:active {
    color: #fffff8;
    background-color: #a7aac6;
    text-decoration: none;
}

div#linkBar a:link {
    color: #000000;    
}
div#linkBar a:visited {
    color: #000000;
}
div#linkBar a:hover {
    color: #fffff8;
    background-color: #a7aac6;
}
div#linkBar a:active {
    color: #fffff8;
    background-color: #a7aac6;
}
td.calHeader{
    font-weight: bold;
    font-size: 14pt;
    text-align: left;	
    padding-bottom: 5px;	
    padding-top: 10px;
}
td.calDate{
    font-weight: normal;
    text-align: left;	
    width: 200px;
}
td.calText{
    text-align: left;
		
}
table.sesshin{
    width:100%;
}
table.sesshin th{
    font-weight: bold;
    font-size: 12pt;
    text-align: left;
    background-color: silver;
}
table.sesshin td{
    text-align: left
}

div.box {
    padding: 5px 5px 5px 5px; 
    border: 2px dashed #cbc293;
}


