/* CSS Document */
/* Maximum */
/* Maximum */
/* Will need to pace a logo graphic in "/'SiteDir'/Layout/Graphics/Logo.jpg"  size=250ish x 50 */

/* Will need to pace a header graphic in "/'SiteDir'/Layout/Graphics/Header.jpg"  size=960 x 250ish */

/* If a background image is used for more than one site should be place "/_Templates/TopNav/Graphics/bg_html_'colour'"  */

/* If a background image is used for just a single site "/'SiteDir'/Layout/Graphics/bg_html.jpg" */

html {
  background: white url('/_Templates/TopNav/Graphics/bg_html_Red.jpg') repeat-x;
}
body {
  font-family: 'Georgia', 'Arial', 'verdana';
  font-size: 12pt;
  line-height: 1.5em;
  color: #670b0f;
}
#headerBg {
  background-color: #670b0f;
}
#navSection ul li {
  background-color: #670b0f;
}
#navSection ul li a {
  color: #fefefe;
}
#navSection ul li a:hover {
  background-color: #fefefe;
  color: #670b0f;
}
#navSection ul li + li {
  border-left: 1px solid #fefefe;
}
#navMain {
  background-color: #fefefe;
}
#navMain ul li {
  border-bottom: 1px solid #0c4b96;
  text-align: left;
}
#navMain ul a {
  color: #0c4b96;
}
#navMain ul a:after {
  content: ' » ';
}
#navMain ul a:hover {
  background-color: #670b0f;
  color: #fefefe;
}
#contents a,
#contents a:link,
#contents a:visited {
  color: #0c4b96;
  text-decoration: underline;
}
#footer {
  background-color: #670b0f;
  color: #fefefe;
}
#footer a {
  color: #f6f0d8;
}
.headingText,
h1 {
  font-size: 16pt;
  color: #670b0f;
}
.subHeadingText,
h2 {
  font-size: 14pt;
  color: #670b0f;
}
.normal {
  font-size: 12px;
}
.AddInGenNextEvent {
  margin-bottom: 10px;
}
.AddInGenNextEvent_Date {
  float: left;
  width: 40px;
}
.AddInGenNextEvent_Day {
  font-size: 13pt;
  color: white;
}
.AddInGenNextEvent_Month {
  font-size: 12pt;
  color: #252525;
}
.AddInGenNextEvent_Info {
  float: right;
  width: 240px;
  text-align: left;
}
.AddInGenNextEvent_Title a {
  font-size: 13pt;
  color: #0b0142;
  font-weight: bold;
}
.AddInGenNextEvent_Desc {
  font-size: 12pt;
}
/* ------------------- */

