body {
  background: url(/ui/image/content_bg.jpg) repeat-x #fff;
  margin: 0;
  text-align: center;
  font-family: trebuchet ms, verdana, arial;
}

#top {
  color: #efd49c;
  padding: 50px 0 10px 0;
  border-bottom: solid 0px #ccc;
}

#top_in {
  background: url(/ui/image/top_bg.jpg) top right no-repeat;
  width: 750px;
  text-align: left;
  margin: 0 auto;
  font-size: 24px;
  font-weight: bold;
}

#top_in a { text-decoration: none; color: #c38900; }
#top_in a:hover { color: #0079c2; }

#wrapper {
  width: 750px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  line-height: 25px;
}

#nav_in {
  width: 150px;
  float: left;
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 15px 0 0 0;
  padding: 0;
}

#nav_in ul {
  margin: 0;
  padding: 0;
}

#nav_in li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#nav_in li a {
  display: block;
  text-decoration: none;
  color: #896102;
  padding: 0 0 0 10px;      
  background: url(/ui/image/nav_bg.jpg) no-repeat #fbf5e5;
  margin-bottom: 2px;
}

#nav_in li a#on {
  color: #0079c2;
  background: url(/ui/image/nav_bg.jpg) no-repeat #fbf5e5;
  border-right: solid 2px #0079c2;
}

#nav_in li a:hover {
  color: #0079c2;
  border-right: solid 2px #0079c2;
}

#nav_in p {
  color: #c38900;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding-top: 10px;
  letter-spacing: 0px;
}

#content {
  width: 600px;
  float: left;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #c38900;
}

#content_in {
  padding: 0 15px;
}

#content_in .loginWrapper {
  padding: 15px 15px 1px 15px;
  background: #ddd;
  width: 290px;
  float: right;
  margin: 0 0 15px 15px;
  color: #333;
}

#content_in .loginWrapper table {
  color: #333;
}

#content_in p {
  padding: 0;
  margin: 0 0 10px 0;
}

#content_in p.header {
  font-weight: bold;
  color: #0079c2;
  font-size: 18px;
}

#content_in p.subheader {
  font-weight: bold;
  color: #0079c2;
}

#content_in p.indent {
  padding: 0;
  margin: 0 30px 15px 30px;
}

#content_in li {
  list-style-type: circle;
}

#content_in .green {
  color: #009418;
  font-weight: bold;
}

#content_in .red {
  color: red;
  font-weight: bold;
}

#content_in table, input {
  font-family: trebuchet ms, verdana, arial;
  font-size: 14px;
}

#content_in table {
  color: #c38900;
}

#content_in td {
  padding: 0 15px 5px 0;
}

#content_in a { font-weight: bold; color: #c38900; }
#content_in a:hover { color: #0079c2; }

.formerror {
  color: red;
  font-weight: bold;
}