/* Specify blanket rules for all elements */ 
  body { 
    width:960px;
    font-size:13px; 
    font-family:Arial,Verdana,sans-serif; 
    line-height:140%; 
    font-weight:100;
    color:#808080;
    padding:0;
    margin-top:0px;
    margin-left:auto;
    margin-right:auto;
    } 
/* div { border: 1px solid black; } */
/* Container */
  #container {
    margin: 0 5px;
} 
/* Interior */
  #interior {
    width:940px;
    margin:0 10px;
  }
/* Rules for headings */ 
  h1 { 
    padding:0 0 0 0px;
    font-size:16px; 
    font-weight:500;
    line-height:140%;
    } 
h2 { 
  font-size:140%; 
  } 
h3 { 
  font-size:13px;
  font-weight: 500;
  padding:0 0 0px 0px;
  margin: 0 0 0 0;
  } 
h3.toggler {
	margin:5px 0 0 0;
	border-bottom:1px solid white;
}
#firstevent {border-top: 1px solid white; }
h3 img {
	width:12px;
	position:relative;
	top:5px;
}
/* Default paragraph styles */ 
  p { 
    font-weight:100; 
    line-height:160%;
     }
/* Default link styles */
a, a:link, a:visited, a:hover, 
a:active {
	text-decoration:none;
}
/* Masthead */ 
  #masthead { 
    float:right;
    width:630px;
    padding:0 0 0 0;
    margin:0 0 0 0;
    background-color:white; 
    } 
img.main1 {
	height:470px;
	width:630px;
	padding:0;
	margin:0;
}
/* Logo */
  #logo {
    width:600px;
    padding:10px 0 0 220px;
    margin:0 0 0 0;
    background-color:white;
    }
/* Buttons */
  #buttons {
    float:right;
    width:120px;
    margin:0 0 0 820px;
  }
/* Main */ 
  #main { 
    clear: both;
    text-align:left;
    width:940px;
    margin:0;
    padding:0 0 0 0px; 
   } 
/* Events */ 
  #events { 
    float:left;
    text-align:left;
    width:260px;
    height:450px;
    margin:0 0 0 0; 
    padding:10px 25px 10px 25px; 
    font-size:13px;
    font-weight:100;
    line-height:120%;
    background-color:#9d9fa2;
    color:white;
   } 
#events p {
	line-height:130%;
	font-weight:100;
	margin:7px 0 7px 0;
}
.element p a:link, a:visited { color:white; }
.element p a:hover {
	color:#fffabc;
}
/* Footer */ 
  #footer { 
      clear:both;
      width:940px;
      margin:0; 
      background-color:white; 
      text-align:center;
      }
   p.contact {
      font-size:12px;
      font-weight:900;
      letter-spacing:.13em;
      padding:0;
   }
   .separator {
	margin:0;
	padding:0 2px 0 2px;
   }
.tinytext {
	clear:both;
	font-weight:100;
	line-height:95%;
	font-size:9px;
}
/* Signature */
#signature {
	text-align:center;
	margin:0;
	padding:10px 0 0 0;
	font-size:10px;
	font-weight:200;
	color:#98c23c;
}
#signature a:link {
    border-bottom:1px solid white;
   color:#98c23c;
}
#signature a:visited{
    border-bottom:1px solid white;
   color:#98c23c;
}
