@import "/grayarea.css";

#notes h1 , #registration h1{
  font-size: 180%;
  font-variant: small-caps;
  margin: 0;
}
h2 {
  font-size: 100%;
  text-transform: uppercase;
}
h3 {
  font-size: 100%;
  margin: 0;
}
td {
  vertical-align: top;
  padding-bottom: 1em;
}
.content a {
  color: white;
  font-weight: bold;
  text-decoration:none;
  border-bottom: 1px dotted;
}
.content table {
  width: 100%;
  margin-bottom: 1em;
  padding-left: 2em;
}
table p {
  margin-bottom: 0;
}

/* 
Drop Shadow 
Adapted from http://www.alistapart.com/articles/cssdropshadows/
*/

.drop-shadow {
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

.drop-shadow div {
  background: none !important;
  background: url(/registration/shadow-mask.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.drop-shadow h1 {
  padding: 4px;
  margin: -6px 6px 6px -6px !important;
  margin: 0;
}
