/* Page Layout*/
#frame {width: 44em;}
#schedPage  {
            margin-top: 45px;
						}
	
.yearSection {
              margin: 5px;
							padding-bottom: 2em;
							} 
.linkMenu {
          display: none;
					}				
						
/* Engagement Entries */
h2 {
    font: bold small, arial, sans-serif;
    text-align: center;
		background: green;
		color: white;
		margin-bottom: 0;
		}
		
h3 {
    font: bold small, arial, sans-serif;
    text-align: left;
		color: green;
		margin-top: 0;
		}
		
.entry {
        width: 100%;
        height: 2em;
				margin: 0;
				position: relative;
				}		

.date {
      position: absolute;
      left: 3px;
			font: 12px arial, sans-serif;
			width: 4em;
			text-align: right;
			}
			
.day {
      position: absolute;
      left: 6em;
			font: 12px arial, sans-serif;
			width: 5em;
			}

.event {
      position: absolute;
      left: 12em;
			width: 300px;
			font: 12px/100% arial, sans-serif;
			}
								
.start {
      position: absolute;
      left: 38em;
			font: 12px arial, sans-serif;
			width: 5em;
			text-align: center;
			}
			
.finish {
      position: absolute;
      left: 44em;
			font: 12px arial, sans-serif;
			width: 5em;
			text-align: center;
			}
			
.uniform {
      position: absolute;
      left: 50em;
			font: 12px arial, sans-serif;
			width: 5px;
			}