body, .normal {
  font-family: Arial, Helvetica, Sans-serif;    /* Default fonts with a fallback to a system sans-serif font if Arial is not available */
  font-size: 12px;                  /* Default font height */
  font-weight: normal;
  color: #555555;                   /* Default font color */
  line-height: 16px;
  background-color: #ffffff;
  text-align: center;               /* Centering fix for IE5 and 5.5 */
}
.layout-content h2 {
  color: #555;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 16px;
}

.layout-content h3 {
  color: #336699;
  font-size: 12px;
  margin-bottom: 16px;
}

.layout-content h4 {
  color: #555;
  font-size: 12px;
}

.layout-content span.more-link {
  font-weight: bold;
}

.layout-content ul.landing, .layout-content ul.landing-with-title {
  margin-left: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 10px;
}

.layout-content ul.landing, .layout-content ul.landing-press {
  margin-left: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 32px;
  line-height: 32px;
}

.layout-content ul.landing li {
  /* The next 2 styles indent second lines if the line wraps */
  list-style: none;
  text-indent: -80px;
  padding-left: 80px;
}

.layout-content ul.landing li a {
  list-style: none;
  margin-left: 15px;
}

.layout-content ul.landing, .layout-content ul.landing-with-title {
  list-style: none;
  margin-left: 0;
  padding-top: 5px;
  padding-left: 0;
  padding-bottom: 10px;
}

.layout-content ul.landing-with-title {
  margin-top: -18px; /* Hack to fix the relative position move in the div below used for the date */
}

.layout-content ul.landing-with-title li {
  /* The next 2 styles indent second lines if the line wraps */
  text-indent: -70px;
  padding-left: 70px;
  margin-bottom: 0;
}

.layout-content ul.landing-with-title li div {
  position: relative;
  display: inline;
  top: 18px;
}

.event-info h3 {
  margin-bottom: 0;
}

h2.demodays_banner {
color:#999999;
font-size:20px;
font-weight:normal;
line-height: 24px;
padding:10px 0 25px 230px;
}
