body, html
{
  margin: 0px;
  padding: 0px;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
}

#header
{
  position: fixed;
  width: 100%;
  height: 66px;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  border-top: 4px solid #d1211f;
  z-index: 1001;
  font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

#header div.logo
{
  position: absolute;
  left: 0px;
  top: 10px;
  cursor: pointer;
}

#header div.textlogo
{
  position: absolute;
  left: 65px;
  top: 16px;
  color: #3997d1;
  cursor: pointer;
}

#header div.textlogo span
{
  font-weight: 300;
}

#header div.navigation
{
  position: absolute;
  right: 0px;
  top: 33px;
}

#header div.navigation table
{
  border-spacing: 0px;
}

#header div.navigation table td
{
  text-align: right;
  padding-left: 26px;
}

#header div.navigation a         { color: #3997d1; text-decoration: none; }
#header div.navigation a:link    { color: #3997d1; text-decoration: none; }
#header div.navigation a:visited { color: #3997d1; text-decoration: none; }
#header div.navigation a:hover   { color: #3997d1; text-decoration: underline; }
#header div.navigation a:active  { color: #3997d1; text-decoration: none; }

#content
{
  position: relative;
  width: 100%;
  padding-top: 90px;
  padding-bottom: 50px;
}

#footer
{
  position: relative;
  width: 100%;
  height: 242px;
  padding-top: 62px;
  border-top: 1px solid #dddddd;
  background-color: #f1f1f1;
}

#footer table
{
  font-size: 13px;
  font-weight: 300;
  color: #626466;
}

#footer table td
{
  width: 165px;
  padding-top: 7px;
  vertical-align: top;
}

#footer table td.header
{
  font-weight: 700;
  text-transform: uppercase;
}

#footer table td div
{
  position: relative;
  width: 100%;
  padding-bottom: 6px;
}

#footer table td div a         { color: #626466; text-decoration: none; }
#footer table td div a:link    { color: #626466; text-decoration: none; }
#footer table td div a:visited { color: #626466; text-decoration: none; }
#footer table td div a:hover   { color: #626466; text-decoration: none; }
#footer table td div a:active  { color: #626466; text-decoration: none; }

#copyright
{
  position: relative;
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding-top: 35px;
  color: #636466;
  font-family: 'Gotham SSm 4r','Gotham SSm A','Gotham SSm B',"Helvetica Neue",Helvetica,Segoe,"Segoe UI","Segoe WP",Calibri,Arial,clean,sans-serif;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 36px;
}

div.container
{
  position: relative;
  width: 984px;
  margin: auto;
}



  /* Define the various page header */

  div.pageHeader
  {
    position: relative;
    height: 42px;
    border-bottom: 1px solid #dddddd;
    margin-top: 30px;
    clear: both;
  }

  div.pageHeaderSpread
  {
    margin-top: 85px !important;
  }

  div.pageHeader div.title
  {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 25px;
    line-height: 20px;
    font-weight: 400;
    color: #3997D1;
  }

  div.pageHeader div.title a         { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageHeader div.title a:link    { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageHeader div.title a:visited { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageHeader div.title a:hover   { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageHeader div.title a:active  { color: #3997d1; text-decoration: none; outline: 0; }

  div.pageHeader div.date
  {
    position: absolute;
    left: 2px;
    bottom: 2px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #636466;
  }


  /* Define the regular page body content */

  div.pageBody
  {
    font-family: 'Sentinel 7r', 'Sentinel A', 'Sentinel B', "jubilat", Georgia, serif;
    font-size: 21px;
    font-weight: 300;
    color: #636466;
    line-height: 34px;
    margin-top: 12px;
  }

  div.pageBody a         { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageBody a:link    { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageBody a:visited { color: #3997d1; text-decoration: none; outline: 0; }
  div.pageBody a:hover   { color: #3997d1; text-decoration: underline; outline: 0; }
  div.pageBody a:active  { color: #3997d1; text-decoration: none; outline: 0; }

  div.pageImage
  {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 526px;
    padding: 3px;
    border: 1px solid #dddddd;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
  }

  div.pageImage img
  {
    width: 520px;
  }

  /* Define the event listing on the home page */

  div.events
  {
    position: relative;
    width: 333px;
    padding-left: 10px;
  }

  div.events div.title
  {
    width: 100%;
    margin-top: 30px;
    padding-bottom: 10px;
    color: #2e98cc;
    font-size: 21px;
    font-weight: 300;
    text-align: left;
  }

  div.events div.event
  {
    border-top: 1px solid #dddddd;
    padding-bottom: 10px;
    padding-top: 10px;
    color: #636466;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    font-family: 'Sentinel 7r', 'Sentinel A', 'Sentinel B', "jubilat", Georgia, serif;
    font-weight: 300;
  }

  div.events div.event span
  {
    color: #2e98cc;
    font-size: 13px;
    line-height: 23px;
    font-weight: bold;
    font-family: 'Gotham SSm 4r', 'Gotham SSm A', 'Gotham SSm B', "Helvetica Neue", Helvetica, Segoe, "Segoe UI", "Segoe WP", Calibri, Arial, clean, sans-serif;
  }

  div.events div.event a         { color: #636466; text-decoration: none; outline: 0; }
  div.events div.event a:link    { color: #636466; text-decoration: none; outline: 0; }
  div.events div.event a:visited { color: #636466; text-decoration: none; outline: 0; }
  div.events div.event a:hover   { color: #636466; text-decoration: underline; outline: 0; }
  div.events div.event a:active  { color: #636466; text-decoration: none; outline: 0; }
