#head {
   position: fixed;
   top: 0;
   left: 100;
   width: 100%;
   height: 80px;
   z-index: 2;
   background-image: url(images/WinterHeader.jpg);
}
#menu {
   position: fixed;
   top: 80px;
   left: 0px;
   width: 120px;
   bottom: 0;
   border: 3;
   padding: 3;
   margin: 0;
  
   background-color: #BCBED2;
}

#main {
   position: absolute;
   top: 125px;
   left: 130px;
   right: 0;
   bottom: 0;
  
   background-color: #eee;
}
 h1 {
 /*  background-image: url(images/WinterHeader.jpg); */
   font-family: "Trebuchet MS", Trebuchet, sans-serif;
   font-size: larger;
   padding-top: 10px;
   padding-bottom: 2px;
   letter-spacing: 1px;
   text-align: center;
}
h2 {
  /*   background-image: url(images/WinterHeader.jpg);*/
   font-family: "Trebuchet MS", Trebuchet, sans-serif;
   font-size: larger;
   padding-top: 10px;
   padding-bottom: 5px;
   letter-spacing: 1px;
   text-align: center; 
}
h3 {
   /*   background-image: url(images/WinterHeader.jpg);*/
   font-family: "Trebuchet MS", Trebuchet, sans-serif;
   font-size: smaller;
   padding-top: 1px;
   padding-bottom: 5px;
   letter-spacing: 1px;
   text-align: center;
}

h4 {
   /*   background-image: url(images/WinterHeader.jpg);*/
   font-family: "Trebuchet MS", Trebuchet, sans-serif;
   font-size: xx-small;
   padding-top: 1px;
   padding-bottom: 1px;
   margin-bottom: 0;
   border: 0;
   letter-spacing: 0px;
   text-align: center;
}

 a:link {
   border-bottom-color: #07b7b8;
   color: #0000CD;
}

  a:visited {
  	border-bottom-color: #6ba7a7;
   color: #7A46B5;
  }

  a:hover, a:active {
  	border-bottom-color: #07b7b8;
  }



body {
    border: 0;
    margin: 0;
    padding: 0;
   background-color: #eee;
    
}

  .general {
   color: Black;
   font: normal bolder sans-serif;
   font-size: 12pt;
}
  
  .emphasis {
   color: Black;
   font-size: 16pt;
   font: normal normal bold 14px "Comic Sans MS", sans-serif;
   border-bottom-color: Blue;
   border-bottom-style: solid;
   border-bottom-width: thin;
   border-left-color: Blue;
   border-left-style: solid;
   border-left-width: thin;
   border-right-color: Blue;
   border-right-style: solid;
   border-right-width: thin;
   border-top-color: Blue;
   border-top-style: solid;
   border-top-width: thin;
   padding-bottom: 4px;
   padding-left: 4px;
   padding-top: 4px;
}
  hr {
  	color: #ccc;
  	background: #ccc;
  	border-color: #ccc;
  }

  p {
   color: #131;
   font-size: 12pt;
   font: normal 12px Arial;
}

