    a:link{color:#6020ff; text-decoration: none;}
    a:visited {color:#a0a0ff;text-decoration: none;}
    a:hover {color:#303080;text-decoration: none;}
    a:active {color:#ffffff;text-decoration: none;}

    a.type3:link { color: #000000; text-decoration: none;}
    a.type3:visited { color: #000000; text-decoration: none;}
    a.type3:hover { color:  #808080; text-decoration: none;}
    a.type3:active { color:  #000000; text-decoration: none;}

    a.type0:link img { border: 1px solid #000000; }
    a.type0:visited img { border: 1px solid #000000; }
    a.type0:hover img { border: 1px solid #ffffff; }
    a.type0:active img { border: 1px solid #ffffff; }

    a.type1:link img { border: 3px solid #000000; }
    a.type1:visited img { border: 3px solid #000000; }
    a.type1:hover img { border: 3px solid #000000; }
    a.type1:active img { border: 3px solid #000000; }
    

.type2{display:none;}

BODY {
  font-family:'Trebuchet MS';
  font-size: 16px;
  color: #000000;
  background-color: #666256;
}
#bigcontainer {
  position: relative;
  width:900px;
  margin:0 auto;
}

* html body{
  overflow:hidden;
} 
* html div#bigcontainer{
  height:100%;
  overflow:auto;
}
.col1{
  float:left;
  text-align: center;
  width: 420px;
}
.col2{
  float:right;
  text-align: center;
  width: 420px;
}
.photo{
  padding:30px 0 0 0;
}
.copyright{
  font-size: 11px;
  text-align: center;

}
#masthead {
  position: relative;
  width:900px;
  margin: 0 auto;
  background-color: #b2a931;
      -moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;

}
#main_title {
  position: relative;
  font-size: 30px;
  color: #c4e9ff;
  text-align: center;
  
}
#main_subtitle {
  position: relative;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
  margin: 0px 0px 10px 0px;
}
#menubar {
  background-color: #b2a931; 
  clear:both;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 10px;
  -moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;

}
.menuitem {
/*  background-color: #a0a0a0; */
  font-weight: bold;
  padding-left: 12px;
  padding-right: 12px;
}
.yearblock {
  background-color: #60a0a0;
}
.year_title {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin: 10px 0px 0px 0px;
/*  background-color: #60f0f0; */
}
.item_block {
  padding-left:50px;
  margin: 20px 0px 0px 0px;
  background-color: #999871;
  overflow: auto;
    -moz-border-radius: 1em 1em 1em 1em;
border-radius: 1em 1em 1em 1em;
}
.item_title {
  font-size: 18px;
  color: #c4e9ff;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px 0px 0px;
  font-weight: bold;
  
/*  background-color: #206060; */
}
.item_desc {
  width:650px;
/*  background-color: #208080; */
}
.item_img {
  text-align: center;
  margin: 20px 0px 20px 0px;
/*  background-color: #20a0a0; */
}
.item_image {
  border-width: 3px;
  border-style: solid;
  border-color: #202020;
}
.item_link {
  font-size: 14px;
  text-align: center;
/*  background-color: #006060; */
}
.item_notes {
  font-size: 14px;
  font-style: italic;
  padding: 0px 150px 10px 150px;
  margin: 10px 0px 0px 0px;
  text-align: justify;
/*  background-color: #008080; */
}