body
  {
  background: #8C9FBF url(/images/bg.gif);
  text-align: center;
  padding: 0px;
  margin: 0px;
  font-family: Arial;
  }

input, textarea {
margin-left: 10px;
}

h1
  {
  font-weight: normal;
  margin: 0px 0px 0.3em 0px;
  color: #59769F;
  font-size: 150%;
  text-transform: uppercase;
  }

h2
  {
  font-weight: bold;
  margin: 1em 0px 0.3em 0px;
  color: #59769F;
  font-size: 110%;
  text-transform: uppercase;
  }

a {
color: #8c9fbf;
text-decoration: none;
}

a:hover {
color: #8c9fbf;
text-decoration: none;
}

#container
  {
  width: 772px;
  text-align: left;
  margin: 0px auto;
  background-color: white;
  margin-top: 40px;
  padding: 4px;
  }

#header
  {
  background: url(/images/logo.gif) center center no-repeat;
  height: 125px;
  }

#menu
  {
  background-color: #8C9FBF;
  border-bottom: 1px solid white;
  }

#submenu
  {
  background-color: #D9DEEA;
  border-bottom: 1px solid white;
  }

#content
  {
  background-color: #E9EBF3;
  }

#menu ul, #submenu ul
  {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 25px;
  }

#menu li
  {
  float: left;
  padding: 0px 9px 0px 11px;
  background: url(/images/menu_separator.gif) 0px center no-repeat;
  margin-right: -2px;
  line-height: 25px;
  }

#menu li.first
  {
  background: none;
  }

#menu a
  {
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  display: block;
  }

#menu li#current
  {
  background: #D9DEEA;
  padding: 0px 11px 0px 9px;
  }

#menu li#current a
  {
  color: #0A4C7B;
  }

#submenu li
  {
  float: left;
  padding: 0px 9px 0px 7px;
  background: url(/images/submenu_separator.gif) center right no-repeat;
  line-height: 25px;
  }

#submenu li.first
  {
  background: none;
  }
  
#submenu li#current a
  {
  font-weight: bold;
  }

#submenu li.last { background: #D9DEEA; margin-left: -2px; }

#submenu a
  {
  color: #0A4C7B;
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  display: block;
  }

#footer
  {
  height: 30px;
  line-height: 30px;
  font-size: x-small;
  color: #59769F;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  }

#footer a
  {
  color: #59769F;
  border-bottom: 1px dotted #59769F;
  text-decoration: none;
  }

#footer hover
  {
  color: #59769F;
  text-decoration: underline;
  }

form dl
{
overflow: hidden;
height: 1%;
}

form dt
{
float: left;
clear:  both;
width: 30%;
clear: left;
padding-top:  0.3em;
text-align: left;
}

form dd
{
margin-bottom: 0 0 0.5em 0em;
border-bottom: #E9EBF3 solid 0.5em;
border-left: #E9EBF3 solid 0.5em;
}

.cwi
  {
  width: 772px;
  }

.cwi-image
  {
  background-color: #B7AEA9;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
  }

.cwi-image img
  {
  border-bottom: 1px solid white;
  }

.cwi-content
  {
  padding: 20px 100px 20px 100px;
  color: #59769F;
  font-size: small;
  line-height: 1.6em;
  }