#MAINCOLUMN {
 margin-top: 15px;
 margin-left: 60px;
 margin-bottom: 5px;
 margin-right: 260px;
}

#MENUCOLUMN {
 position:absolute;
 top:0px;
 right: 10px;
 width:220px;
}

div.day {
  border-style: solid;
  border-width: thin;
  font-family: 'Open Sans', sans-serif;
  font-size: small;
  color: black;
  color : #000000;
}

h1 {
  color:#000000;
}

h2 {
  font-family: 'Open Sans', sans-serif;
  color:#999;
  font-size:11px;
  font-weight:bold;
  background:#eee;
  line-height:15px;
  padding:2px;
  margin-top:10px;
  border-bottom:1px solid #666;
  text-transform:uppercase;
  letter-spacing: .2em;  					
}

h1.lead {
  font-family: 'Open Sans', sans-serif;
  font-variant: small-caps;
  color:#000;
  font-size:15px;
  font-weight:500;
  background:#fff;
  line-height:17px;
  padding:4px;
  margin-top:10px;
  letter-spacing: .1em;  					
}

h2.box {
  font-family: 'Open Sans', sans-serif;
  color:#000;
  font-size:13px;
  font-weight:bold;
  line-height:15px;
  padding:2px;
  margin-top:10px;
  border-bottom:1px solid #666;
  border-top:1px solid #666;
  text-transform:uppercase;
  letter-spacing: .2em;  					
}

p {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  color : #000000;
  line-height: 17px;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: black;
  background-color: white;
  margin-top: 5%;
/*
 background-image:      url("images/1MASTLogoRGB50p.jpeg.jpg");
background-repeat:     no-repeat;
background-attachment: fixed;
background-position:   center */
}

a {
  text-decoration: none;
}

a:link { 
  color: blue;
  font-weight: medium;
}

a:visited {
  color: green;
  font-weight: medium;
}

a:hover {
  text-decoration:
}
img {
  border: 0px;
  margin: 0px; 
}

div.box {
  margin: 5px 5px 5px 5px;
  border: 1px gray;
  padding: 2px;
}

div.menubox {
  margin: 5px 5px 5px 5px;
  padding: 8px;
  background-color:#fff;
}

div.linksbox {
  margin: 5px 5px 5px 9px;
  padding: 2px;
  font-weight:bold;
  /* border-top: dotted 1px gray;
  border-bottom: dotted 1px gray; */
  /* 
  background: #eee; 
  border-bottom: dotted 1px gray;
  border-top: dotted 1px gray;
  */
  line-height: 17px;
  letter-spacing: .2em;
}
