body {
  margin:0;
  padding:0;
  background-color:#F59E02;
}

body,table,input,textarea,select,button {
  font-family:verdana,sans-serif;
  font-size:11px;
  color:#000;
}

table td {
  vertical-align:top;
}

#content table th {
  padding:2px 1em 2px 0;
  text-align:left;
}
#content table td {
  padding:2px 1em 2px 0;
}

h1 {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#D44D00;
}
h2 {
  font-size:12px;
  font-weight:bold;
  text-transform:uppercase;
  color:#F59E02;
}

a {
  color:#D44D00;
  text-decoration:none;
}
a:hover {
  color:#F6800B;
  text-decoration:underline;
}
p.deco {
  padding:5px;
  border:solid #D44D00 1px;
  background:#F9D99F;
}

#content table.deco th {
  text-align:left;
  border-bottom:solid #D44D00 1px;
  padding:2px 1em 2px 2px;
}
#content table.deco td {
  background-color:#F9D99F;
  vertical-align:top;
  padding:2px 1em 2px 2px;
}

#title {
  border-bottom:solid #fff 1px;
}
#title h1,
#title p {
  display:none;
}

#nv1 {
  background-color:#D44D00;
  height:25px;
  border-bottom:solid #fff 1px;
  vertical-align:middle;
  color:#fff;
  padding:0 10px;
}
#nv1 a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
}
#nv1 a:hover {
  color:#F59E02;
}
#nv1 a.a1,
#nv1 a.s1 {
  color:#F59E02;
}

#left {
  background-color:#D44D00;
  background-image:url(images/nvBg.gif);
  background-repeat:no-repeat;
  background-position:0 100%;
}
#nv2 {
  width:200px;
  border-top:solid #F59E02 1px;
  margin:25px 0 0 0;
}
#nv2 td {
  border-bottom:solid #F59E02 1px;
  height:20px;
  vertical-align:middle;
  padding:2px 10px;
}
#nv2 td.a1 {
  background-color:#F9D99F;
}
#nv2 td.a1 a {
  color:#D44D00;
}
#nv2 a {
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
  font-size:12px;
}
#nv2 a:hover {
  color:#F59E02;
}
#nv2 .d2 {
  padding-left:30px;
}

#content {
  background-color:#fff;
  height:350px;
}
#content .inner {
  padding:25px 10px 10px 10px;
}

#footer {
  background-color:#D44D00;
  height:20px;
  vertical-align:middle;
  text-align:center;
  color:#ECAF8C;
  font-size:10px;
}
#footer a {
  color:#ECAF8C;
  text-decoration:none;
}
#footer a:hover {
  color:#fff;
  text-decoration:none;
}
