body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: url(main_bg_blue.jpg);
   background-attachment: fixed;
   background-repeat: repeat-x;
   text-align: center;
}
a:link, a:visited {
   color: #104581;
   text-decoration: underline;
}
a:active, a:hover {
   text-decoration: none; color: black; background: #CCFF66;
}
table {
   background: #ffffff;
   border: none;
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}
div.center {
 width: auto;
 margin-left: auto;
 margin-right: auto;
 text-align: center;
}
div.left {
 width: auto;
 margin-left: 3%;
 margin-right: 3%;
 text-align: left;
}
td {   
   text-align: center;
}
table.container {
   background: transparent;
}
table.outertable {
   border: 1px solid #1B70CF;
}
th.header {
   background: url(header.png);
   color: #FFFFFF;
   font-family: Times New Roman, Times, serif;
   font-size: 24px;
   font-weight: none;
   height: 45px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: center;
}
td.secheader {
   background: #E7EDF1;
   border-bottom: 1px solid #97B9DF;
   color: #3C4F64;
   font-size: 16px;
   font-weight: bold;
   padding: 5px 10px 5px 10px;
   text-align: left;
}
td.content {
   padding: 10px;
   font-size: 13px;
   vertical-align: middle;
}
td.thumbs {
   color: #000000;
   font-size: 10px;
   width: 10em;
   vertical-align: baseline;
   padding: 10px 5px 5px 5px;
}
td.navi {
   background: #E7EDF1;
   border-bottom: 1px solid #97B9DF;
   color: #000000;
   font-size: 13px;
   padding: 5px;
}
td.desc {
   background: #E7EDF1;
   border-top: 1px solid #97B9DF;
   color: #000000;
   font-size: 12px;
   padding: 5px;
   text-align: center;
}
td.footer {
   background: #EBFFFF;
   color: #808080;
   font-size: 9px;
   padding: 5px;
}
img, embed, object, video {
  max-width: 100%;
  border: none;
}
html {
  max-width: 950px;
  margin: 0 auto;
}