
body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}


#scrollingheader{
text-align: center;
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 95px; /*Height of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background:url(../images/Scrolling_Header_End.png);
color: white;
}


#maincontent{
position: fixed; 
top: 95px; /*Set top value to HeightOfFrameDiv*/
left: 0;
right: 0;
bottom: 0;
overflow: auto; 
background: #fff;
}

.headermiddle{
top: 0; 
margin-left: auto;
margin-right: auto;
background:url(../images/Scrolling_Header_Middle.png);
height: 57px;
width: 460px;
overflow: visible;
background-repeat: no-repeat;
}

.headeroptin{
margin-left: auto;
margin-right: auto;
height: 48px;
width: 460px; 
overflow: hidden;

}

.video {
  width: 630px;
  height: 489px;
  margin: 20px 0px 20px 0px;
  text-align:left;
  }

.small_headline {
  margin: 16px 0px 16px 0px;
  font-size: 16px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: bold;
  text-align: justify;
  color: #000080;
  }

.paragraph {
  font-size: 13px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: black;
}

div#footer{

  text-align:center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  background-image:url('../images/footer.png');
  background-repeat:no-repeat;
  clear:both;
  width:689px;
  }

div#footer p{
  margin:0;
  padding:10px;
  font-size: 11px;
  font-family: Arial;
  font-style: normal;
  font-weight: normal;
  color: black;
  }

div#list {
  list-style-type: none;
  padding: 0px;
  margin: 0px;

  }

#list li {
  padding-left: 10px;
  padding-bottom: 10px;
  background-image: url(../images/blue_diamond.jpg);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-size: 13px;
  font-family: 'Arial';
  font-style: normal;
  font-weight: normal;
  text-align: justify;
  color: black;
  }


