body {
  text-align: center;
}

#container {
  font-size: 125%;
  width:525px;
  margin: 50px auto;
}

#shadow {
  float:left;
  background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(/images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
}

#shadow #content {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
}

#content {
  text-align: center;
  position: relative;
}

h1 {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 150%;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 25px;
}

h2 {
  color: #0b4c9f;
  font-style: italic;
  letter-spacing: 2px;
}

h3 {
  color: #0b4c9f;
  font-style: italic;
  letter-spacing: 2px;
  padding: 10px 0;
}

a, a:visited {
  color: #b10046;
  text-decoration: none;
}

a:hover {
  border-bottom: 1px dashed #b10046;
}

strong {
  font-weight: bold;
}

.info {
  margin: 15px auto;
  padding: 5px 0;
  text-align: left;
  width: 48%;
}

.schedule {
  text-align: center;
}

.info_schedule {
  margin: 15px auto;
  padding: 5px 0;
  text-align: center;
  width: 75%;
}

.alert {
  background: #FFBE00;
  border: 1px solid #ADADAD;
  text-align: center;
}

.alert ul {
  margin: 10px 30px;
  text-align: left;
}

#photodiv {
  margin: 0 auto;
  width: 400px;
  height: 400px;
}
#navigation {
  clear:both;
  margin-top: 25px;
}

#navigation li {
  display: inline;
  border-right: 1px solid #000;
  padding: 0 10px;
}

#navigation li.last {
  border-right: none;
}

#footer {
  font-size: 83%;
  font-style: italic;
  margin-top: 15px;
}

.icon {
  background-repeat: no-repeat;
  margin-left: .4em;
  padding-bottom: .3em;
  padding-left: 20px;
  text-transform: lowercase;
}

.pdf {
  background-image: url("/images/page_white_acrobat.png"); 
}

.email {
  background-image: url("/images/email.png"); 
}
