#divSpeakerWrapper {
  position: absolute;
  top: 152px;
  height: 120px;
  width: 450px;
  background-color: #000000;
}

#divSpeaker img {
  position: relative;
  height: 120px;
  width: 150px;
}

#divCurrMsgWrapper {
  position: relative;
  top: -115px;
  float: right;
  width: 300px;
  height: 115px;
  background-color: #000000;
}

#divCurrMsgWrapper h1 {
  position: relative;
  top: 13px;
  left: 0px;
  padding: 5px;
  color: #949494;
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
}

#divCurrMsgWrapper a {
  color: #ffffff;
}

#divCurrMsg {
  position: relative;
  left: 5px;
}

#divWelcomeWrapper {
  position: absolute;
  top: 270px;
  height: 310px;
  width: 450px;
  background-color: #000000; 
}

#divWelcome {
  text-align: center;
}

#divRecentWrapper {
  position: absolute;
  top: 580px;
  height: 180px;
  left: 0px;
  width: 450px;
  color: #e3e3e3;
  font-family: Arial;
  font-size: 9pt;
  background-color: #000000;
}

#divRecentWrapper h1 {
  position: relative;
  top: 0px;
  left: 5px;
  padding: 5px;
  color: #949494;
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
}

#divRecentWrapper hr {
  position: relative;
  top: -15px;
  left: 5px;
}

#divRecent {
  position: relative;
  top: -20px;
}

#divRecent td {
  padding-left: 5px;
}

#divRecent a {
  color: #e3e3e3;
  font-style: italic;
  text-decoration: none;
}

#divRecent a:hover {
  color: #949494;
}

#divSlideShowWrapper {
  position: absolute;
  top: 152px;
  left: 450px;
  width: 350px;
  height: 310px;
  background-color: #000000;
  z-index: 1;
}

#divSlideShow {
  position: relative;
  top: 10px;
  left: -5px;
  text-align: center;
  z-index: 1;
}

#divUpcomingWrapper {
  position: absolute;
  top: 460px;
  height: 290px;
  left: 450px;
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  color: #e3e3e3;
  font-family: Arial;
  font-size: 10pt;
  padding: 5px;
  background: #000000;
}

#divUpcomingHeader h1 {
  position: relative;
  top: 15px;
  color: #949494;
  font-family: Arial;
  font-size: 12pt;
  text-align: left;
}

#divUpcoming {
  position: relative;
  top: 0px;
}

#divUpcoming a {
  color: #e3e3e3;
  text-decoration: none;
}

#divUpcoming a:hover {
  color: #949494;
}

#divContactWrapper {
  position: absolute;
  top: 150px;
  height: 593px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-color: #000000;
}

#divContact {
  position: relative;
  top: 10px;
  unicode-bidi: bidi-override;
  direction: ltr;
  display: block;
  width: 800px;
  height: 584px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  border: 0px;
  margin: 0 auto;
  font-family: Arial, Tahoma;
  font-size: 11pt;
  color: #e3e3e3;
}

#divContact a {
  font-family: Arial;
  color: #e3e3e3;
  outline: none;
}

#divContact span {
  position: relative;
  left: 5%;
  margin-right: 5%;
}

#divContact p {
  margin-top: 2px;
  margin-right: 5%;
  margin-left: 5%;  
}

#divContact table {
  margin-left: 5%;
  width: auto;
}

#divContact td.label {
  width: 80px;
  text-align: left;
}

#divEventsWrapper {
  position: absolute;
  top: 150px;
  height: 593px;
  width: 420px;
  margin-left: auto;
  margin-right: auto; 
  background-color: #000000;
}

#divEvents {
  position: relative;
  top: 10px;
  font-family: Arial, Tahoma;
  font-size: 11pt;
  color: #e3e3e3;
}

#divEvents th {
  color: #4fff14;
}

#divEvents a {
  font-family: Arial;
  color: #e3e3e3;
  outline: none;
}

#divEvents span {
  position: relative;
  left: 5%;
  margin-right: 5%;
}

#divEvents p {
  margin-top: 2px;
  margin-right: 5%;
  margin-left: 5%;  
}

#divEvents table {
  margin-left: 5%;
  width: auto;
}

#divEvents td.label {
  width: 80px;
  text-align: left;
}

#divEventsData {
  position: relative;
  top: 10px;
  unicode-bidi: bidi-override;
  direction: ltr;
  display: block;
  width: 420px;
  height: 503px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0px;
  border: 0px;
  margin: 0 auto;
  font-family: Arial, Tahoma;
  font-size: 11pt;
  color: #e3e3e3;
}

#divCalendarWrapper {
  position: absolute;
  top: 150px;
  left: 420px;
  height: 593px;
  width: 380px;
  background-color: #000000;
}

#divCalendar{
  position: absolute;
  top: 10px;
  right: 0%;
}

#divCalendar img {
  height: 575px;
  width: 380px;
}


