html, body
{
  margin         : 0px;
  padding        : 0px;
  background     : #24668b url('../images/bodyBackground.png') repeat-x;
  font-family    : Verdana, Arial, Helvetica, sans-serif;
  color          : #06334b;
  vertical-align : middle;
}

a:link, a:visited { text-decoration : none; color: #f28e00; }
a:hover, a:active { color: #eebf04; }

img { margin: 1px; border: none; vertical-align: middle; }

#main
{
  background-color : #ffffff;
  border-top       : #06334b solid 1px;
  border-bottom    : #06334b solid 1px;
  font-size        : 12px;
}

h1
{
  margin         : 10px 0px 10px 0px;
  padding        : 10px 20px 10px 20px;
  line-height    : 32px;
  background     : #ffffff url('/images/titleBackground.png') repeat-y;
  border-top     : #06334b solid 1px;
  border-bottom  : #06334b solid 1px;
  font-family    : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-transform : uppercase;
  letter-spacing : 1px;
  font-size      : 32px;
}
h1 img { float: left; margin-right: 10px; }

hr
{
  border      : none;
  border-top  : 3px dotted #eaf0f3;
}
