/* Page Layout*/
#frame {
        background: white url("../graphics/sheetback2.jpg") no-repeat 0 2px;
				width: 720px;
				height: 820px;
        }
				
#schedPage  {
            margin-top: 35px;
						}
	
.yearSection {
            	margin: 5px;
							padding-bottom: 0;
							display: none;
							}
							
.yearLink,
.yearLink:visited {
           font: bold italic 16px garamond, serif;
           margin: 0 5px;
					 color: white;
					 background: #663300;
					 padding: 1px 8px;
					 text-decoration: none;
					 border: solid 1px #663300;
					 }
	
.yearLink:hover,
.yearLink:visited:hover {
           font: bold italic 16px garamond, serif;
           margin: 0 5px;
					 color: #663300;
					 background: white;
					 padding: 1px 8px;
					 text-decoration: none;
					 border: solid 1px #663300;
					 }
					 	
.linkMenu {
          text-align: center;
					margin-top: 15px;
					display: block;
					}									
						
/* Engagement Entries */
h1 {
    font: bold italic 30px garamond, serif;
    text-align: center;
		background: none;
		color: #663300;
		margin: 0;
		margin-bottom: 10px;
		
		}

h2 {
    font: bold italic 20px garamond, serif;
    text-align: center;
		background: none;
		color: #663300;
		margin: 0;
		}
		
h3 {
    font: bold 12px arial, sans-serif;
    text-align: center;
		color: white;
		background: #663300;
		padding: 1px 3px;
		margin-top: 0;
		display: inline;
		}
		
.entry {
        width: 100%;
        height: 1.5em;
				margin: 0;
				position: relative;
				}		

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

.event {
      position: absolute;
      left: 160px;
			width: 320px;
			font: bold 12px/100% arial, sans-serif;
			}
								
.start {
      position: absolute;
      left: 495px;
			font: bold 12px arial, sans-serif;
			width: 5em;
			text-align: center;
			}
			
.finish {
      position: absolute;
      left: 565px;
			font: bold 12px arial, sans-serif;
			width: 5em;
			text-align: center;
			}
			
.uniform {
      position: absolute;
      left: 628px;
			font: 12px arial, sans-serif;
			
			}
.tick {
      margin-left: 14px;
			}
			
/*News*/
			
			.newsEntry {
  margin: 10px 40px;
	border: solid 1px black;
	position: relative;
}