body
{
        margin:0;
        padding:0;
        color:#4F4F4F;
        font-family : helvetica;
     font-size : 12pt;
}

#container {

        margin:20px auto;
        max-width:1050px;

 }


#header {
         float:none;
        width:100%;
        background-color: white;
        margin-top: 30px;
        margin-bottom: 0%;
        height:auto;
  }


#link_content {

     margin-top:10px;
  max-width: 100%;
  background-color: #B9E9FF;
   border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left:6px;

     font-family : helvetica;
     font-size : 12pt;
 color:#00A0FF;
          line-height: 2.0;
  word-spacing: 20px;
        }

#link_content a {

 font-family : helvetica;
        font-size : 10pt;
 color:#00A0FF;
 text-decoration: none;
     }

#link_content a.active {
 color: #000000;
 font-weight: bold;
 }


 #content {
     margin-top:40px;
  max-width: 100%;
  background:white;
        min-height:200px;
    color: #4F4F4F;
    font-family : helvetica;
        font-size : 12pt;
      }


 #content a {

        color: #29ABE2;
       text-decoration: underline;
}


#eG_data_show {
  width:99%;
   float: none;

    border: 1px solid #D2CCCC;

   background-color: white;
   border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

     font-family: helvetica;
font-size: 12pt;
color: #5F5F5F;
 padding:3px;
margin-bottom:20px;

}


 #website_footer {
 width: 100%;
background-color: #4F4F4F;
color: white;
        font-family: helvetica;
font-size: 9pt;

border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
padding:3px;
margin-top: 4px;
}




@media only screen and (max-width: 1024px) {

#container { max-width: 720px; }


#topbar1 {
        width:100%;


}


#content {
  max-width: 100%;
      }


#website_footer{
        width: 100%;
        border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left:2px;
}

}






@media only screen and (max-width: 780px) {

#container { max-width: 600px; }


#header {
        width:100%;
        min-height:65px;
         margin-top: 20px;

 }

#header img {
float:left;
       width: 332px;
    height: 65px;
}

#content textarea { resize:both; width: 100%;
    display: block; }

#website_footer {
        width: 100%;
}


}




@media only screen and (max-width: 400px) {

#container { max-width: 380px; }

#header {
         width:266px;
        min-height:50px;
        margin-top: 10px;

}


#header img {
      float: left;
       width: 266px;
    height: 52px;
       }


#content {
 word-wrap:break-word;
}

#content input[type="text"] {
    width: 100%;
    display: block;
       }

#content input[type="password"] {
    width: 100%;
    display: block;
       }

#content textarea { resize:both; width: 100%;

   display: block; }


  #blog_image img {
float: right;
     margin-left:auto;
    margin-right:auto;
    width:150px;

padding-left:3px;
 padding-right:3px;
 padding-bottom:3px;

}


#website_footer {
        width: 100%;}

}

}