body {
  background-color:#fff;
  background-image:url(images/body_background.png);
  background-repeat:repeat-y;
  background-position:top center;
  margin:0px;
}

A {
  color:#142882;
}

A:hover {
  color:#3448a2;
}

h1 {
  margin-top:0px;
  margin-bottom:14px;
  color:#737373;
  font-family:Arial,sans-serif;
  font-size:18px;
  font-weight:bold;
  letter-spacing:2px;
  font-style:italic;
  text-decoration:underline;
}

h2 {
  margin-top:0px;
  margin-bottom:10px;
  color:#162983;
  font-family:Arial,sans-serif;
  font-size:13px;
  font-weight:bold;
}

img.brd {
  border:solid 1px #e2001a;
}

#header {
  width:1034px;
  height:577px;
  text-align:center;
  margin:auto;
}

#navigation {
  width:452px;
  height:20px;
  padding:0px;
  text-align:center;
  margin:auto;
  position:relative;
  left:-172px;
  top:-423px;
  font-family:Arial,sans-serif;
  font-size:14px;
  font-weight:bold;
  color:#142882;
}


#navigation A {
  color:#e2001a;
  text-decoration:none;
}

#navigation A:hover {
  color:#ff203a;
  text-decoration:none;
}

#navigation A.active {
  color:#142882;
  text-decoration:none;
}

#navigation A.active:hover {
  color:#3448a2;
  text-decoration:none;
}

#content {
  width:830px;
  padding:0px;
  text-align:left;
  margin:auto;
  position:relative;
  left:-2px;
  top:-393px;
  font-family:Arial,sans-serif;
  font-size:12px;
  color:#333;
}



p.footer {
  border-top: solid 1px #ccc;
  padding-top:5px;
  margin-top:64px;
  font-family:Arial,sans-serif;
  font-size:11px;
  color:#777;  
}

p.footer A {
  color:#777;  
}
