@import url("buttons.css");

HR {
  border: solid black 2px;
}

BODY {
  margin-left: 5%;
  margin-right: 5%;
  font-family: verdana, arial, sans-serif;
}

DIV {
  border: none;
  padding: 0;
  margin: 0;
}

BLOCKQUOTE {
  font-style: italic;
}
span.heading {
  font-size: large;
}

P { 
/*  font-size: 14pt; */
  margin: 0;
  margin-bottom: 1ex;
  padding: 0;
  border: none;
}

P.latest {
  line-height: 1.3;
/*
  font-weight: bold;
  padding-bottom: 2em;
  color: rgb(255,253,240);
  border: 2px solid white;
  background-color: rgb(240,174,172) ;
*/
}

P.latest a:link {
  /* for features specific to an unvisited, inactive link */
  /* color: rgb(255,253,240); */
  text-decoration: blink;
}

P.latest a:active {
  /* for features specific to a link with focus */
  /* color: rgb(255,253,240); */
}

P.latest a:visited {
  /* for features specific to a visited link */
  /* color: rgb(255,253,240); */
  text-decoration: none ;
}

form {
  margin-top: 3ex;
  margin-bottom: 0;
}

h4 {
  margin-top: 3ex;
  margin-bottom: 0;
}

div.natshow {
  float: left;
}

.w100 {
  float: left;
  width: 100%;
  padding-bottom: 4ex;
}

.w20 {
  margin-top: 2ex;
  float: left;
  width: 20%;
  padding-bottom: 4ex;
}

.photo {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  text-align: center;
  padding : 17px;
  width: 140px;
  height: 190px;
}

div.nafas {
  display: block;
  margin-left: 4%;
  margin-top: 6ex;
}

/*
.sublogo {
  float: left;
  width: 40%;
}

.subhead {
  float: left;
  width: 40%;
  font-size: large;
  font-weight: bolder;
  color: red;
  text-align: center;
}
*/

.people {
  float: left;
  width: 25%;
}

.blurb {
  /* float: left; */
  margin-top: 2ex;
  margin-left: 20%; 
  margin-right: 2em; /* 2.5%; */
  width: 75%; 
}

.blurb sup a {
  text-decoration: none;
}
  
.blurb a:visited {
  color: blue;
  text-decoration: none;
}

.fullpageblurb {
  float: left;
  width: 100%;
}

/*
.bottom {
  font-size : smaller;
  float: none;
  width: 100%;
  text-align: center;
}
*/

.credits {
  font-size : 8pt;
  float: none;
  /* width: 100%; */
  text-align: left;
}


.pleasenote {
  color: blue;
  text-decoration: underline;
}

.tobenoted {
  color: blue;
}

div.links {
  margin-top: 4ex;
  margin-left: 20%;
}

div.links img {
  vertical-align: middle;
}

div.links p {
  margin-top: 2ex;
  margin-bottom: 2ex;
}


img.phone {
  vertical-align: middle;
}

span.title {
  font-weight: bold;
  /* font-style: italic; */
}

span.speaker {
  font-weight: bold;
  /* color: blue; */
}

span.cancelled {
  color: gray
}

td.progdate {
  font-weight: bold;
  text-align: right;
  padding-right: 2em;
}

tr.progmonth td {
  border-top: solid 1px ;
  padding-top: 3ex;
}

