body {
  font: 11px/17px Arial, Verdana, sans-serif;
  color: #5a5b5e;
  background: #fff;
  margin: 0;
  padding: 0;
}

#video {
  margin: 0 auto 20px auto;
	width: 480px;
	height: 400px;
}

.agenda_table {
  text-align: left;
	margin-bottom: 30px;
}

.agenda_table td {
  text-align: left;
	vertical-align: top;
	padding: 6px 4px;
	border-bottom: 1px solid #d3d3d3;
}

.agenda_table td span {
  font-weight: normal;
	font-size: 11px;
	font-style: italic;
}

.agenda_table tr td:first-child {
  font-weight: bold;
}

.agenda_table th {
  font: bold 14px/18px Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	border-top: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	padding: 4px;
}

#main_wrapper {
  width: 712px;
  margin: 0 auto;
  padding: 0;
  background: url(../images/main_back.jpg) repeat-y 0 0;
}

#content_wrapper {
  width: 700px;
  margin: 0 6px;
  float: left;
}

* html #content_wrapper {
  width: 700px;
  margin: 0 3px;
  float: left;
}

#main_footer {
  width: 712px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  background: url(../images/footer_back.jpg) no-repeat 0 0;
}

#main_footer a {
  color: #ccc;
  font-size: 10px;
  text-decoration: none;
}

#main_footer img {
  margin: 5px 0 2px 0;
  padding: 0;
}

#sidebar {
  float: left;
  width: 191px;
  margin: 0;
  padding: 12px 0 0 13px;
}

#sidebar img {
  margin: 0 0 12px 0;
  border: none;
}

#main_content {
  float: left;
  width: 496px;
  margin: 0;
  padding: 15px 0 0 0;
}

#main_content a {
  color: #0033ab;
  text-decoration: none;
  font-weight: bold;
}

#main_content a:hover {
  color: #5a5b5e;
  text-decoration: none;
  font-weight: bold;
}

#main_content ul, #main_content ol {
  margin: 0 0 10px 20px;
  padding : 0;
}

#main_content li {
  list-style: none;
  background: url(../images/li_checkmark.jpg) no-repeat 0 1px;
  margin: 0 0 4px 0;
  padding: 0 0 0 28px;
}

#main_content p {
  margin: 0 0 7px 0;
  padding: 0;
}

#main_content h1 {
  font-size: 25px;
  color: #0033ab;
  font-weight: bold;
  margin: 3px 0;
  padding: 0;
}

#main_content h1 span {
  font-size: 18px;
	font-weight: bold;
  color: #5a5b5e;
  padding: 0 0 0 2px;
  font-weight: normal;
}

#main_content h2 {
  font-size: 18px;
  color: #0033ab;
  font-weight: bold;
  margin: 20px 0 12px 0;
  padding: 0;
}

#main_content h2 span {
  font-size: 15px;
  color: #5a5b5e;
  padding: 0 0 0 2px;
  font-weight: normal;
}

#main_content h3 {
  font-size: 14px;
  color: #0033ab;
  font-weight: bold;
  margin: 10px 0 4px 0;
  padding: 0;
}

#main_content h3 span {
  font-size: 14px;
  color: #5a5b5e;
  padding: 0 0 0 2px;
  font-weight: normal;
}

#main_content .feature_table {
  background: #e8f2fb;
  border: 1px solid #dededf;
  width: 231px;
  height: 250px;
}

#main_content .feature_table th {
  background: #fff;
  color: #7f7f7f;
  padding: 3px;
}

#main_content .feature_table td {
  padding: 3px;
  vertical-align: top;
}

#main_content .feature_table th a,
#main_content .feature_table td a {
  color: #7f7f7f;
  text-decoration: none;
}

#main_content .feature_table th a:hover,
#main_content .feature_table td a:hover {
  color: #7f99d5;
  text-decoration: none;
}

#main_content .feature_table th a span {
  color: #7f99d5;
  text-decoration: none;
}

#main_content .feature_table th a:hover span {
  color: #7f7f7f;
  text-decoration: none;
}

/*=============== SCROLLBAR ===============*/ 
#dhtmlgoodies_scrolldiv {
/* The total width of the scrolling div including scrollbar */
  width: 233px;
  height: 220px; /* The height of the scrolling div */
  float: left;
  clear: both;
}

/*The scrollbar slider */

#scrolldiv_slider {
  width: 16px;
  margin-left: 2px;
  height: 220px;
  float: left;
}

/*The Scrollbar (the bar between the up and down arrow )*/

#scrolldiv_scrollbar {
  width: 5px;
  height: 180px;  /* Total height - 40 pixels */
  background-color: #0033ab;
  position: relative;
}

/*The Scrollbar Handle*/

#scrolldiv_theScroll{
  margin: 1px;
  width: 3px;
  height: 10px;
  position: absolute; 
  cursor: pointer;
  background-color: #fff;
}

/*Scroll Buttons (the up and down arrows)*/

#scrolldiv_scrollUp {
  width: 5px;
  height: 5px;
  background: #bea38d url(../images/arrow_up.jpg) no-repeat center;
  text-align:center;
  cursor:pointer;
}

#scrolldiv_scrollDown {
  width: 5px;
  height: 5px;
  background: #bea38d url(../images/arrow_down.jpg) no-repeat center;
  text-align: center;
  cursor: pointer;
}

#scrolldiv_scrollUp {
  margin-bottom: 2px;
}

#scrolldiv_scrollDown {
  margin-top: 2px;
}


#scrolldiv_parentContainer{
  width: 250px; /* Width of the scrolling text */
  height: 100%;
  overflow:hidden;
  border:none;
  float:left;
  position:relative;
}

/*CSS for the scrolling content */

#scrolldiv_content {
  width: 200px;
  padding: 0;
  position:relative;
  float: left;
}

    #survey_wrapper {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    * html #survey_wrapper {
      position: absolute;
      width: 530px;
      height: 290px;
      margin: -145px 0 0 -265px;
      padding: 0;
      left: 50%;
      top: 50%;
      background: none;
    }

    #survey_popup {
      position: absolute;
      width: 530px;
      height: 290px;
      margin: -145px 0 0 -265px;
      padding: 0;
      left: 50%;
      top: 50%;
    }
