html
{
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
}

body
{
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background: #FFFFFF;
  color: #1e1b54;
  margin: 0px;
  padding: 0;
  border: none;
  height: 100%;
}

a
{
}

input.border
{
  border: 1px solid #1e1b54;
}

textarea.border
{
  border: 1px solid #1e1b54;
}

a:link
{
  color: #0015d9;
  text-decoration: none;
  font-weight: bold;
}

a:visited
{
  color: #1025b9;
  text-decoration: none;
  font-weight: bold;
}

a:hover
{
  color: #2030F9;
  text-decoration: underline;
  font-weight: bold;
}

a:active
{
  color: #102069;
  text-decoration: underline;
  font-weight: bold;
}

img
{
  border: none;
}

td
{
  font-size: 12px;
}

body.menu
{
  background: #FFFFFF;
  color: #203569;
  margin: 0px;
}

table.main
{
  width: 100%;
}

table.sub_1
{
  width: 100%;
  border-top: 2px solid #1e1b54;
  border-bottom: 2px solid #1e1b54;
}

table.content
{
  font-size: 14px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  width: 100%;
}
td.slogan
{
  font-size: 24px;
  font-style: italic;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  text-align: center;

}

table.pad_left
{
  margin-left: 35px;
  padding: 0px 0px 0px 0px;
}

table.news_pad_left
{
  margin-left: 35px;
  border: 1px solid #1e1b54;
  padding: 0px 0px 0px 0px;
}

td.login_heading
{
  background: #1e1b54;
  color: #ffffff;
  font-weight: bold;
}

table.login
{
  background: #eeeeff;
  margin: 15px 0px 15px 35px;
  border: 1px solid #1e1b54;
}

table.header_login
{
  background: #eeeeff;
  margin: 0px 5px 0px 5px;
  border: 1px solid #1e1b54;
  width: 170px;
}

td.news
{
  border: 1px solid #1e1b54;
  padding: 10px 0px 10px 0px;
}

td.dotd_heading
{
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  padding-left: 0px;
  border-bottom: 2px solid #1e1b54;
}

table.dotd
{
  background: #eeeeff;
  /*margin: 15px 0px 15px 35px;*/
  margin: 5px 5px 5px 5px;
  border: 1px solid #1e1b54;
}

.heading_list
{
  font-weight: bold;
  text-decoration: underline;
}

.table_heading
{
  font-weight: bold;
}

td.copyright_left
{
  font-size: 12px;
  text-align: left;
  white-space: nowrap;
  width: 30%;
}

span.copyright_left
{
  text-align: left;
}

td.copyright_center
{
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
  width: 40%
}

td.copyright_right {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  width: 30%;
}

td.contact_column
{
  width: 160px;
  text-align: right;
}

td.login_column
{
  width: 100px;
  text-align: right;
}

td.contact_width
{
  width: 120px;
}

td.news_width
{
  width: 120px;
  border: 1px solid #1e1b54;
  text-align: center;
}

td.inquiry_row
{
  padding: 0px 0px 0px 0px;
}

span.required
{
  color: red;
}

span.copyright_right
{
  text-align: right;
}

.heading
{
  font-weight: bold;
  margin-left: 0px;
  font-size: 20px;
 }

.heading_online_ordering
{
  font-weight: bold;
  text-decoration: underline;
  margin-left: 0px;
  font-size: 16px;
}

p
{
  margin-left: 20px;
  margin-right: 20px;
}

tr.fill
{
  height:auto
}

table.bottom
{
  width:100%;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 3px;
  vertical-align: bottom;
}

tr.menu_background
{
  background: #203569;
}

td.menu_background
{
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  padding-top: 1px;
  padding-bottom: 2px;
}

td.menu_background_end
{
  border: 1px solid white;
  padding-top: 1px;
  padding-bottom: 2px;
}

.menu_text
{
  color: white;
  font-size: 12px;
  margin: 5px 0px 0px 10px;
  font-weight: bold;
  white-space: nowrap;
}

td.menu_space
{
  height: 20px;
}

a.menu_text_line:link
{
  color: white;
  text-decoration: none;
}

a.menu_text_line:visited
{
  color: white;
  text-decoration: none;
}

a.menu_text_line:hover
{
  color: white;
  text-decoration: underline;
}

a.menu_text_line:active
{
  color: white;
  text-decoration: underline;
}


form
{
  display: inline;
}

table
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /*border: 2px solid yellow;*/
}

table.menu_table
{
  width: 180px;
}

.filler_vert
{
  /*height: 100%;*/
}

.filler_horiz
{
  width: 100%;
}

.filler
{
  /*height: 100%;*/
  vertical-align: top;
  width: 100%;
}

.list_whitespace
{
  margin-bottom: 10px;
}

.superscript
{
  font-size: xx-small;
  vertical-align: top;
}