body
{
  background-color: #e9e9e9;
  background-image: url(/images/bg.gif);
  margin: 0;
  padding: 0;
  font-family: verdana;
  font-size: 11px;
}

p
{
  font-family: verdana;
  font-size: 11px;
}

/*******************************************************************************
Main design elements and containers
*******************************************************************************/

div#container
{
  background-color: white;
  background-image: url(/images/bg-container.gif);
  background-repeat: repeat-y;
  margin: 1em auto;
  width: 918px;
}

div#header
{
  background-image: url(/images/bg-header.gif);
  width: 100%;
  height: 3px;
}

div#navigation
{
  width: 250px;
  float: left;
  text-align: center;
}

div#content
{
  width: 654px;
  margin-left: 250px;
}

div#footer
{
  background-image: url(/images/bg-footer.gif);
  width: 100%;
  height: 7px;
  clear: both;
}

/*******************************************************************************
Minor design elements
*******************************************************************************/

div#logo
{
  margin: 13px 0;
}

div#tagline
{
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 60px;
}

div#banners
{
  margin: 20px 0;
  text-align: center;
}

/*******************************************************************************
Menu
*******************************************************************************/

div#menu ul
{
  text-align: left;
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  list-style-type: none;
}

div#menu ul li a
{
  display: block;
  width: 144px;
  height: 26px;
  padding: 8px 8px 0 18px;
  background-image: url(/images/bg-menu.gif);
  color: white;
  text-decoration: none;
}

div#menu ul li a:hover
{
  background-image: url(/images/bg-menu-hover.gif);
}

div#menu ul li.active a
{
  background-image: url(/images/bg-menu-active.gif);
}

/*******************************************************************************
Form
*******************************************************************************/

form div
{
  clear: both;
  padding: 2px 0;
}

form label
{
  display: block;
  float: left;
  width: 25%;
  font-family: verdana;
  font-size: 11px;
}

form input[type=text]
{
  width: 70%;
  font-family: verdana;
  font-size: 11px;
}

form textarea
{
  width: 70%;
  font-family: verdana;
  font-size: 11px;
}

form input[type=submit]
{
  font-family: verdana;
  font-size: 11px;
}

div.errors
{
  border: 1px solid #e2001a;
  background-color: #ffe7d7;
  color: #e2001a;
  padding: 10px;
  margin-bottom: 10px;
}

div.thanks
{
  border: 1px solid #00cc00;
  background-color: #e6ffd7;
  padding: 10px;
  margin-bottom: 10px;
}
