body {
  font-family: Arial,sans-serif;
  font-size: 12px;
  margin: 0;
  background: #fffaeb;
}

td {
  font-family: Arial,sans-serif;
  font-size: 12px;
}

a {
  color: #D2232A;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a strong {
  color: black;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-size: 12px;
}

.csc-mailform {
  border: none;
}

.csc-mailform-field {
  /*background: blue;*/
  width: 300px;
}

#outer {
  width: 780px;
  text-align: left;
}

#inner {
  width: 780px;
  background: url('../images/background2.gif') repeat-y;
  padding-top: 20px;
  padding-bottom: 20px;
}

#navigationtop {
  text-align: right;
  background: #fffaeb;
}

#navigation {
  float: left;
  padding-left: 10px;
  /*background: blue;*/
  width: 130px;
  margin-top: -10px;
}

.navtop {
  text-decoration: none;
  color: black;
  font-size: 10px;
  font-family: Verdana,sans-serif;
}

.nav {
  text-decoration: none;
  color: black;
  font-size: 10px;
  font-family: Verdana,sans-serif;
}

.nav_active {
  text-decoration: none;
  font-weight: bold;
  color: black;
  font-size: 10px;
  font-family: Verdana,sans-serif;
}

.navtop:hover, .nav:hover, .nav_active:hover {
  text-decoration: underline;
}

#content {
  float: left;
  /*background: red;*/
  width: 370px;
}

#right {
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  /*background: green;*/
  width: 250px;
}

#footer {
  font-size : 9px;
  text-align: center;
}

#navigation ul {
  /*background: blue;*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#navigation ul li {
  margin-top: 10px;
  /*ckground: green;*/
}

#navigation ul ul li {
  margin-top: 0;
  /*ckground: red;*/
}

#navigation ul ul {
  padding-left: 10px;
  /*ckground: yellow;*/
}