html {
  font-size:62.5%;
}
body {
  margin:0;
  padding:0;
  background:#fff;
  color:#4b4b4b;
  font: normal normal normal 1.2em/1.5em arial,sans-serif;
}
h1 {
  margin:0 0 .8em 0;
  font-size:1.8em;
}
p {
  margin:0 0 .8em 0;
}
a {
  color:#c22e45;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
#container {
  width:920px;
  margin:0 auto;
  background:#fff url(/assets/images/title.jpg) no-repeat 0 0;
}
#container:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header {
  height:200px;
}
#header h1 {
  display:none;
}
#content {
  width:585px;
  float:left;
  padding:0 15px 15px 50px;
  background:url(/assets/images/vrDotted.gif) repeat-y 100% 0;
}
#rightbar {
  width:255px;
  float:left;
  padding:0 0 0 16px;
  margin:0 0 0 -1px;
  background:url(/assets/images/vrDotted.gif) repeat-y 0 0;
}
#nv1 {
  margin:0;
  padding:0;
  list-style-type:none;
}
#nv1 li {
  margin:0;
  padding:0;
  background:url(/assets/images/hrDotted.gif) repeat-x 0 100%;
}
#nv1 li a {
  display:block;
  background:url(/assets/images/nv1d1.gif) no-repeat 0 50%;
  padding:0 0 0 28px;
  line-height:29px;
}
#nv1 li a:hover {
  text-decoration:none;
  color:#000;
}
#nv1 li.d2 {
  background:none;
}
#nv1 li.d2 a {
  background:none;
  color:#555;
}
#nv1 li a.a1 {
  font-weight:bold;
}