body {
  background-image: url(img/bg.gif);
  margin: 0;
  padding: 0;
  font-family: verdana, arial, sans-serif;
  color: #333333;
  font-size: 13px;
  text-align: center;
}
a {
  color: #3073A5;
}
a:hover {
  color: #993300;
}

h2 { 
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 25px;
  color: #7C211E;
  margin: 0 0 25px 0;
  padding: 0;
  border-bottom: 1px solid #DDDDCD;
}
h3 { 
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  margin: 15px 0  7px 0;
}
p {
  font-size: 13px;
  line-height: 18px;
  margin: 7px 0 7px 12px;
}
li {
  line-height: 18px;
}
/* -----------------------------------------------------------------------------------------------*/
.box {
  width: 750px;
  margin: 10px auto;
  padding: 0;
  border: 1px solid #777766;
  text-align: left;
  background-color: #FFFFFF;
}
h1 {
  margin: 0;
  padding: 0;
  height: 60px;
  background-color: #993300;
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-image: url(img/logo.gif);
}
h1 span {
  display: none;
}
.banner {
  margin: 0;
  padding: 0;
  height: 214px;
  background-color: #997400;
  background-repeat: no-repeat;
  background-position: 0px 7px;
  background-image: url(img/bn.jpg);
}
.content {
  float: right;
  width: 475px;
  margin: 25px 50px 25px 0;
  display: inline;
  text-align: left;
}
.navigation {
  float: left;
  display: inline;
  width: 150px;
  margin: 25px 0 25px 25px;
  padding: 0;
}
.navigation p {
  margin: 15px 5px 0 5px;
  color: #666666;
  font-size: 11px;
}
/* -----------------------------------------------------------------------------------------------*/
.horizontal-nav {
  margin: 0;
  padding: 5px;
}
.horizontal-nav a {
  padding: 0 5px 0 5px;
  color: #3073A5;
  text-decoration: none;
}
.horizontal-nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #993300;
}
/* -----------------------------------------------------------------------------------------------*/
.valid 
{
  clear: both;
  background-color: #997400;
  line-height: 30px;
  color: #CCCCCC;
  text-align: center;
  font-size: 11px;
}
.valid a {
    padding: 0 0 1px 0;
    color: #CCCCCC;
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
}
.valid a:hover {
    padding: 0 0 1px 0;
    color: #CCCCCC;
    text-decoration: none;
    border-bottom: 1px solid #CCCCCC;
}
/* -----------------------------------------------------------------------------------------------*/
.copy {
  clear: both;
  background-color: #993300;
  line-height: 50px;
  color: #FFFFFF;
  text-align: center;
}
.copy a {
    padding: 0 0 1px 0;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted #FFFFFF;
}
.copy a:hover {
    padding: 0 0 1px 0;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #FFFFFF;
}
/* -----------------------------------------------------------------------------------------------*/
.nav {
  margin: 0;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
.nav li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 1px;
  border-bottom: 1px solid #DDDDCD;
}
.nav li a {
  padding: 0 5px 0 5px;
  display: block;
  color: #3073A5;
  text-decoration: none;
}
.nav li a:hover {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #993300;
}
/* -----------------------------------------------------------------------------------------------*/
.err {
  color: #990000;
  font-weight: bold;
  margin-left: 0;
}
.conf {
  color: #009900;
  font-weight: bold;
  margin-left: 0;
}
/* -----------------------------------------------------------------------------------------------*/
