p {
font-family: arial;
font-size: 12px;
}
 
h1,h2,h3,h4,h5,h6
{
text-align: left;
color: #660000;
font-family: arial;
font-variant: small-caps
}

body {
  margin-top: 0;
  margin-left: 00;
  margin-right: 00;
  margin-bottom: 10;
  background-color: #00A0D7;
}

table {
  font-family: arial;
  font-size: 8pt;
}

table.banner {
  width: 800px;
  height: 100px;
  background-image: url(../images/header.jpg); 
}

td.banner {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 50px;
  padding-bottom: 45px;
}

table.topnav {
  width: 800px;
  background-image: url(../images/bg_button.jpg); 
}

td.topnav {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: #00A0D7;
  font-weight: bold;
  font-size: 14px;
  width: 20%;

}

table.main {
  width: 800px;
  background-color: #FFFFFF;
}

td.main {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

table.filler {
  width: 800px;  
  height: 5px;
  background-image: url(../images/bg_filler.jpg); 
}

td.filler {
  padding-left: 10px;
  padding-right: 0px;
  padding-top: 3px;
  padding-bottom: 2px
}

table.footer {
  width: 800px;
}

td.footer {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  padding-bottom: 20px;  
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
}

a.topnav:link {color: #00A0D7; text-decoration: none}
a.topnav:visited {color: #00A0D7; text-decoration: none}
a.topnav:hover {color: #00A0D7; text-decoration: underline}
a.topnav:active {color: #00A0D7;text-decoration: underline} 

a.footer:link {color: #FFFFFF; text-decoration: none}
a.footer:visited {color: #FFFFFF; text-decoration: none}
a.footer:hover {color: #FFFFFF; text-decoration: underline}
a.footer:active {color: #FFFFFF;text-decoration: underline} 

td.flash {
  width: 600px; 
  text-align: center;
}