body {
  color: #717070;
  background: url('img/bg_top.gif') repeat-x scroll left top;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 20px;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

table, td, ul, a, li, img, form, hr, dl, dt, dd, div, h3, h4, h2, h1 {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

p {
  margin: 5px 0;
  padding: 2px;
}

a {
  text-decoration: underline;
  color: #e32929;
}

a:hover {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

#wrapper {
  width: 960px;
  margin: auto;
  margin-top: 35px;
  text-align: left;
}

#top-banners {
  padding: 10px;
  overflow: hidden;
}

#top-oblong {
  width: 960px;
  height: 36px;
  background-color: #dd362f;
}

#header {
  width: 960px;
  margin: 1px 0;
  border-bottom: 1px solid #fcddd0;
}

#header a, #menu a {
  text-decoration: none;
}

#header a:hover, #menu a:hover {
  text-decoration: underline;
}

#panels-wrapper {
  padding-top: 15px;
  border-bottom: 3px solid #f8953f;
}

#left-panel {
  color: #e32929;
  width: 200px;
  float: left;
}

#left-panel h3 {
  padding-left: 9px;
  line-height: 30px;
}

#left-panel ul {
  list-style-type: none;
  list-style-position: outside;
}

#left-panel li {
  border-bottom: 1px solid white;
  border-top: 1px solid #fcddd0;
  padding-left: 9px;
  line-height: 14px;
}

#left-panel li a {
  padding: 4px 2px 4px 10px;
  background: url('img/bg_alink_red.png') no-repeat left center;
  display: block;
}

#left-panel p {
  margin: 10px 9px;
}

.in-left {
  border: 1px solid #fcddd0;
  margin-bottom: 15px;
}

#main-panel {
  margin-left: 220px;
}
