body{
font-family: Verdana;
font-size: 10pt;
text-align:center;
}

table{
font-family: Verdana;
font-size: 10pt;
}

A:link {text-decoration: none; color: #00FF00; font-family:verdana; font-size:10pt;}
A:visited {text-decoration: none; color: #00FF00; font-family:verdana; font-size:10pt;}
A:active {text-decoration: none; color: #00FF00; font-family:verdana; font-size:10pt;}
A:hover {text-decoration: none; color: white;font-family:verdana; font-size:10pt;}



div#header{
width:auto; 
height:102px; 
background-color:FFC000;
}


div#linkarea{
width:auto; 
background:url('images/bottomheader.png'); 
height:auto; 
text-align:center; 
line-height:auto; 
color:#00FF00;
}


div#contentarea{
width:100%; 
height: auto; 
background-color:#FFFFFF;
}

div#contentarea2{
width:800px; 
height:800px; 
background-color:#FFFFFF;
}


div#footer{
width:100%; 
height:auto; 
background-color:#3869FF; 
text-align:left; 
line-height:20pt;
color:#00FF00;
} 


.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: center;
   top: 0;
   width: 100%;
}