*
{
  padding: 0;
  margin: 0;
}

body
{
  background-color: #fff;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 20px 0 20px;
  color: #333;
  line-height: 15px;
}

ul
{
  margin-left: 20px;
}

p
{
  margin-bottom: 10px;
  line-height: 18px;
}

table tr td
{
  padding: 2px;
}

a 
{
  text-decoration: none;
  color: #2c5f8b;
}

a:hover
{
  text-decoration: underline;
}

#wrap
{
  width: 710px;
  margin: 0 auto -1px auto;
}

#header
{
  background: url(images/header.png) no-repeat;
  height: 125px;
  margin-bottom: 15px;
}

#header h1, #header h2
{
  display: none;
}

#content
{
  width: 550px;
  float: right;
}

#content .entry
{
  margin-bottom: 15px;
}

#content .entry ul
{
  margin: 5px 0 10px 30px;
}

#content .entry ul li
{
  margin-bottom: 3px;
}

#content .entry h1
{
  margin-bottom: 10px;
  background-color: #dee9f2;
  background-color: #eff3f7;
}

#content .entry h1 span
{
  background-color: #fff;
  padding-right: 5px;
  height: 20px;
  color: #0f3d66;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: normal;
  font-family: "Geneva CY", Verdana, Helvetica, Arial, sans-serif;
}

#content .entry h2
{
  font-size: 13px;
  margin-bottom: 3px;
}

#loaderContainer p
{
  text-align: center;
  height: 11px;
  margin: 0 auto;
}

#loader 
{
  display: none;
}

.member img
{
  float: right;
  margin: 5px 0 5px 5px;
  border: 1px solid black;
}

.member h1
{
  clear: both;
}

.member .member-content
{
  width: 360px;
}

#content .entry h1.nonStudent
{
  background-color: #edf6ec;
}

#faq-answers h3
{
  font-size: 12px;
}

#faq-answers p
{
  margin: 10px 0 15px 10px;
}

#faq-answers .address
{
  color: #575757;
  margin: 0 0 0 20px;
}

#reg-closed
{
  font-weight: bold;
  color: green;
  font-size: 13px;
}

#navigation
{
  width: 140px;
  float: left;
}

#navigation h2
{
  border-top: 1px dotted #254e72;
  border-bottom: 1px dotted #254e72;
  padding: 2px 0 2px 1px;
  font-size: 12px;
  font-weight: normal;
  font-family: "Arial Narrow", Verdana, Helvetica, sans-serif;
  color: #1f3549;
  width: 98%;
}

#navigation ul
{
  list-style: none;
  list-style-image: url(images/list-image.gif);
  margin-bottom: 15px;
}

#navigation ul li a
{
  display: block;
  padding: 5px 0 5px 0;
  text-decoration: none;
  color: #455a6d;
  font-size: 12px;
}

#navigation ul li a:hover
{
  text-decoration: underline;
}

#footer
{
  margin-top: 15px;
  padding-bottom: 12px;
  background: url(images/footer.png) bottom no-repeat;
  clear: both;
  font-size: 10px;
  color: gray;
  text-align: center;
}

#footer a
{
  text-decoration: none;
  color: gray;
}

#footer a:hover
{
  text-decoration: underline;
}