iframe#head
{
  position: fixed;
  top: 0px;
  height: 130px;
  left: 0px;
  width: 100%;
  margin: 0px;
  border-width: 0px;
}

body
{
  margin: 0px;
  border: solid white;
  border-width: 140px 10px 15px 10px;
  background-color: #80c0ff;
  padding: 15px 10px 15px 10px;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 14px;
  color: #000044;
}

tr, th, td
{
  padding: 0px 10px 0px 10px;
  font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, sans-serif;
  font-size: 14px;
  color: #000044;
}

div.boxy
{
  margin: 4px;
  border: 2px solid white;
  border-radius: 12px;
  -moz-border-radius: 12px;
  padding: 4px;
}

a, a:hover, a:active, a:visited
{
  color: #000088;
}

h1, h2, h3
{
  color: white;
  text-align: center;
  text-shadow: 2px 2px 4px black;
  height: 1.1em;
  filter: Shadow(Color=#000000, Direction=135, Strength=4);
}

h4, h5, h6, .h1color, dt, dt a, dt a:hover, dt a:active, dt a:visited
{
  color: white;
  text-shadow: 1px 1px 2px black;
  height: 1.1em;
  filter: Shadow(Color=#000000, Direction=135, Strength=2);
}

em, strong, .emcolor
{
  color: #000088;
}

.pcenter
{
  text-align: center;
}

.pbold
{
  font-weight: 600;
  text-align: center;
}

.pbig
{
  font-size: 18px;
}

.plight
{
  font-size: 12px;
  font-style: italic; /* font-variant: slanted; */
  text-align: center;
}

.psmall
{
  font-size: 12px;
}

.alterbg, .alterpt
{
  background-color: #88ccff;
}

.menuchoices
{
  text-align: center;
}

.menuselected
{
  text-decoration: overline;
  background-color: #88ccff;
}

/****** aside box ******/

div.asidebox
{
  margin: 0;
  border: solid #aaa;
  border-width: 1px 2px 2px 1px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  background: #eee;
  padding: 5px;
}

div.asidebox .asideheader
{
  margin: -5px -5px 0 -5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  border-bottom: 1px dashed #999;
  background: #f2ebce;
  padding: 5px;
}

.asideheader h1, .asideheader h2, .asideheader h3
{
  margin: 0;
  padding: 0;
}

div.asidebox form, div.asidebox table
{
  margin: 5px;
}

/****** Body ******/
p
{
  margin-top: 6px;
  margin-bottom: 12px;
}

dt
{
  margin-top: 6px;
  font-style: italic;
  font-weight: bold;
}

dd
{
  margin-bottom: 12px;
}

ul.nobullet
{
  list-style: none outside;
}

ul.nobullet li
{
  padding-left: 12px;
  text-indent: -12px;
  margin-bottom: 3px;
}

hr
{
  margin-top: 36px;
  margin-bottom: 0px;
  background-color: #008;
}

div.xmas
{
  background-image: url("/images/specials/xmas_banner.png");
  background-repeat: repeat-x;
  height: 112px;
}

