body {
   margin: 0px;
   background: #e9e9e9;
   text-align: center;
}

.center {
   width: 800px;
   margin: 0px auto;
   text-align: left;
   background: #fff;
}

#imf {
   position: relative;
   left: 10px;
   top: 10px;
   margin-bottom: 20px;
   outline: none;
}

#header {
   height: 108px;
}

#flashmap {
   height: 492px;
}

#moreinfo {
   width: 780px;
   height: 85px;
}

#moreinfo td {
   font-family: Verdana,Helvetica,Arial,sans-serif;
   font-size: 10px;
   color: #505050;
   line-height: 160%;
   vertical-align: top;
   padding-left: 5px;
   padding-right: 5px;
}

#moreinfo td a {
   color: #3c73a9;
   text-decoration: none;
}

#moreinfo td a:hover {
   text-decoration: underline;
}

#moreinfo h1 {
   font-family: Georgia;
   font-size: 11px;
   color: #3c73a9;
   font-weight: bold;
}

#footer {
   height: 81px;
}

#error {
   margin: 0 30px;
   padding: 10px 15px;
   background: #e9e9e9;
   font: 11px/16px Verdana;
   color: #666666;
   text-align: center;
   border-top: 30px #fff solid;
   border-bottom: 1px #ccc solid;
}

#error a {
   color: #2a7abf;
}

#error a:hover {
   color: #00379d;
}

