body {
  margin: 0px;
  padding: 0px;
  background: url('../img/body.png') top left repeat;
}

strong {
  color: #7a2c97;
}

#wrapper {
  width: 960px;
  margin: 0px auto;
}

div#header {
  width: 100%;
  height: 192px;
  background: url('../img/header.png') top left no-repeat;
}

div#header ul#menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#header ul#menu li.menu {
  float: left;
  margin-left: 5px;
  margin-top: 200px;
}

div#header ul#menu li.menu a.menu {
  text-decoration: none;
  color: #fff;
  font: 12px "Verdana";
}

div#menubar {
  width: 100%;
  height: 27px;
  background: url('../img/menubar.png') top left no-repeat;
}

div#menubar ul#menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#menubar ul#menu li {
  float: left;
  height: 27px;
  background: url('../img/menu-li.png') top left repeat-x;
}

div#menubar ul#menu li.first {
  margin-left: 60px;
}

div#menubar ul#menu li a {
  width: 100%;
  height: 100%;
  display: block;
  background: url('../img/menu-li-a.png') top right no-repeat;
  font: 11px "Verdana";
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 26px;
}

div#menubar ul#menu li a:hover {
  color: #fff000;
}

div#menubar ul#menu li a.current {
  color: #fff000;
}

div#menubar ul#menu li a.current:hover {
  cursor: default;
}

div#content {
  width: 100%;
  height: 100%;
  float: left;
  background: url('../img/content.png') top left repeat-y;
  font: 13px "Verdana";
  color: #222;
}

div#content a {
  color: #5c68aa;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dotted #5c68aa;
  text-decoration: none;
}

div#content a:hover {
  color: #0000d7;
  border-bottom: 1px solid #0000d7;
}

div#content-left {
  margin-top: 20px;
  float: left;
  width: 180px;
  margin-left: 40px;
}

div#content-left h3 {
  margin: 0;
  padding: 0;
  margin-left: 0px;
  font: 18px "Verdana";
  color: #7a2c97;
}

div#content-left p {
  font: 12px "Verdana";
  text-align: center;
}

div#content-left ul {
  margin: 0;
  padding: 0;
  list-style-type: square;
  font-size: 8px;
  margin-top: 5px;
  color: #999;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  padding-top: 6px;
  padding-bottom: 10px;
}

div#content-left ul li {
  margin-top: 10px;
  margin-left: 14px;
  margin-bottom: 10px;
}

div#content-left li a {
  position: relative;
  text-decoration: none;
  border-bottom: 1px dotted #3c74c1;
  font: 12px "Verdana";
  color: #3c74c1;
}

div#content-left li a:hover {
  color: #528ad7;
  border-bottom: 1px solid #528ad7;
}

div#content-left li a.current {
  border-bottom: none;
  font-weight: bold;
  color: #528ad7;
}

div#content-left li a.current:hover {
  cursor: default;
}

div#content-right {
  margin-top: 20px;
  float: left;
  width: 665px;
  margin-left: 35px;
}

div#content-right h3 {
  margin: 0;
  padding: 0;
  margin-left: 0px;
  color: #197396;
  font: 18px "Verdana";
  font-weight: bold;
}

div#content-right h4 {
  margin: 0;
  padding: 0;
  margin-left: 0px;
  color: #197396;
  font: 16px "Verdana";
  margin-top: 3px;
}

div#content-right p {
  font: 13px "Verdana";
  line-height: 120%;
}

div#content-right ul li {
  margin-top: 13px;
}

span.indent40 {
  margin-left: 40px;
}

span.indent80 {
  margin-left: 80px;
}

div#footer {
  clear: both;
  width: 100%;
  height: 160px;
  background: url('../img/footer.png') top left no-repeat;
}

div#footer p {
  text-align: center;
  font: 12px "Verdana";
  color: #fff;
}

div#footer a {
  position: relative;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px dotted #fff;
}

div#footer a:hover {
  color: #fff000;
  border-bottom: 1px solid #fff000;
}

