body {
  margin: 0;
  padding: 0;
  background-color: #879fb4;
  color: #666;
  font-family: verdana, arial, helvetica, sans-serif;
  line-height: 1.5em;
}

h1{
  margin: 0 0 .5em 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #c00;
}

h2{
  margin: 0;
  padding: .5em 0 0 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #114080;
}

h3{
  margin: 0;
  padding: .5em 0 0 0;
  font-size: 12px;
}

p {
  margin: 0;
  padding: .5em 0 1em 0;
  font-size: 11px;
}

a {
  color: #036;
}

ul, ol {
  margin: .5em 0 1em 1em;
  padding: 0;
}

li {
  font-size: 11px;
}

ul li ul {
  margin: .5em 0 1em 0;
}

ul li ul li {
  list-style: none;
}

ul li ul li img {
  position: relative;
  top: 5px;
  margin: 0 10px 0 0;
}


form {
  font-size: 11px;
}

form input, form select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.txtsm {
  font-size: 10px; 
}

.txtbt {
  color: #9f6;
}

.txtmd {
  color: #900;
}

#wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
}

#main {
  position: absolute;
  top: 128px;
  left: 0;
  width: 930px;
  margin: 0;
  padding: 0 35px;
  background-image: url(images/Main_Bkg.gif);
  background-repeat: repeat-y; 
}

.content-left {
  float: left;
  width: 560px;
  margin: 0 10px;
}

.left-body {
  margin: 0;
  padding: 0 20px;
}

.list-video {
  padding-bottom: 20px;
}

.content-right {
  margin: 0 0 0 580px;
}

.right-body {
  margin: 0;
  padding: 0 30px;
}

#section-1-index {
  margin: 0 0 25px 0;
  background-image: url(images/Section_Bkg.gif);
  background-repeat: repeat-y;
}

#section-1-index .content-left {
  float: left;
  height: 330px;
  width: 560px;
  margin: 0 10px;
  background-image: url(images/Section_1_Video_Bkg.jpg);
  background-repeat: no-repeat;
}

#section-1-index .left-body {
  padding-top: 20px;
  text-align: center;
}

#section-1-index .content-right {
  height: 330px;
  background-image: url(images/Section_1_Form_Bkg.jpg);
  background-repeat: no-repeat;
}

#section-1-form {
  padding: 88px 0 0 40px;
}

#section-1-form input {
  width: 120px;
  font-size: 10px;
}

#section-2 {
  background-image: url(images/Section_Bkg.gif);
  background-repeat: repeat-y;
}

.section-2-top {
  height: 50px;
  background-image: url(images/Section_2_Top_Bkg.jpg);
  background-repeat: no-repeat;
}

#section-2 .content-left, #section-2 .content-right {
  position: relative;
  top: -30px;
}

#section-2 .left-body {
  margin: 0;
  background-image: url(images/Section_2_Lft_Bkg.gif);
  background-repeat: repeat-y;
}

#section-2 .right-body {
  background-image: url(images/Section_2_Rgt_Bkg.gif);
  background-repeat: repeat-y;
}

.title {
  text-align: center;
}

#section-2 .content-right .title {
  padding-right: 20px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 128px;
  background-image: url(images/Hdr_Bkg.gif);
  background-repeat: no-repeat;
}

#header-nav {
  position: absolute;
  top: 100px;
  left: 35px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

#header-nav a {
  position: relative;
  top: -8px;
  color: #000;
  text-decoration: none;
}

#header-nav .tab1 {
  background-image: url(images/Nav_Bkg_Active.gif);
  background-repeat: repeat-x;
}

#footer {
  width: 1000px;
  float: left;
  margin: 0;
  padding: 1.5em 0;
  font-size: 10px;
}

#footer p {
  text-align: center;
}


