/* CSS Document */
body {
   margin: 0;
  padding: 0;
  width: 100%;
  font-family: Tahoma;
  font-size: 12px;
  color: #434343;
}

img {
  border: none;
}

a:link, a:visited {
  text-decoration: none;
  color: #2f4876;  
}

a:hover {
  text-decoration: underline;
  color: #2f4876;  
}

#wrapper {
  margin: 0 auto;
}

.menu {
  width: 182px;
  border-right: 1px solid #b3afaf;
  line-height: 41px;
}

.menu, .header {
  line-height: 10px;
}

.menu img, .header img, #wrapper td, #wrapper tr {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.content {
  width: 792px;
}

#contentwrapper{
  margin: 20px 13px;
  line-height: 18px;
}

.hline {
  height: 1px;
  background: #d9d7d7;
}

.spacer20 {
  height: 20px;
}

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #2f4876;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #2f4876;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  line-height: 21px;
}

h1 {
  font-size: 24px;
  font-weight: bold;
  color: #2f4876;
  padding: 0;
  margin: 0;
  margin-bottom: 12px;
  line-height: 28px;
}

.sh_l {
  width: 30px;
  background: url(images/sh_l.gif) top right repeat-y;
}

.sh_r {
  width: 30px;
  background: url(images/sh_r.gif) top left repeat-y;
}

.sh_lb {
  width: 30px;
  height: 30px;
  background: url(images/sh_lb.gif) top right no-repeat;
}

.sh_rb {
  width: 30px;
  height: 30px;
  background: url(images/sh_rb.gif) top left no-repeat;
}

.sh_b {
  height: 30px;
  background: url(images/sh_b.gif) top center repeat-x;
}

div.clear {
  clear: both;
}