body {
  background-color: #fff;
  background-image: url("images/CrwCorner.jpg") ;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top left;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  text-align: left;
  width: 750px;
  padding: 0px;
  margin: 20px auto 20px auto;
}

p {
  font-size: 100%;
  color: #000;
  margin-top: 0px;
  margin-bottom: 15px;
}

b {
  font-weight: bold;
  color: #244;
}

ul {
  margin: 0pt 0pt 15px 15px;
}

h1 {
  font-size: 150%;
  font-weight: bold;
  color: #911;
  margin: 0px 10px 20px 0px;
  border: none;
  padding-bottom: 5px;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  color: #911;
  margin: 30px auto 2px auto;
  border: none;
  padding: 0px;
  padding-bottom: 5px;
}

h3 {
  font-size: 100%;
  font-weight: bold;
  color: #911;
  margin: 5px auto 2px 15px;
  border: none;
  padding: 0px;
}

img {
  margin: 0px;
  padding: 0px;
  border: 0px none;
}

li {
  margin: 0px;
  margin-bottom: 15px;
}

caption {
  font-weight: bold;
  color: #244;
  text-align: left;
}

th {
  font-weight: bold;
  color: #244;
}


/* title */

h1.title {
  text-align: right;
  font-size: 250%;
  font-weight: bold;
  color: #699;
  margin: 100px 10px 20px 0px;
  border: none;
}


h1.title small {
  font-size: 72%;
}


/* top menu bar */

div.topbar {
  float: right;
  width: 100%;
  margin-top: 100px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  clear: none;
  line-height: 100%;
}

div.topbar table {
  border-collapse: collapse;
  width: 620px;
  float: right;
  border: none;
  border-top: 1px solid #699;
}

div.topbar table td {
  border: none;
  vertical-align: middle;
  padding-top: 5px;
}

div.topbar a {
  display: block;
  width: 82px;
  padding: 2px;
  text-decoration: none;
  margin: 0px 0px 10px;
  text-align: center;
  height: 15px;
  border: 0px;
  color: #000;
}

div.topbar a:hover {
  color: #fff;
  background: #699;
}

div.topbar a.current {
  color: #fff;
  background: #699;
}


/* side menu bar */

div.sidebar {
  float: left;
  width: 120px;
  padding: 2px 10px 10px 0px;
  clear: none;
}

div.sidebar h1 {
  clear: both;
  margin: 0px;
  padding-bottom: 5px;
  border-bottom: 0px;
}

div.sidebar table {
  border-collapse: collapse;
  width: 110px;
  float: left;
  border: none;
  border-left: 1px solid #699;
}

div.sidebar table td {
  padding: 10px;
  padding-left: 5px;
}

div.sidebar a {
  padding: 2px 2px 2px 5px;
  display: block;
  color: #000;
  text-decoration: none;
}

div.sidebar a:hover {
  color: #fff;
  background: #699;
}

div.sidebar table.img {
  border: none;
}

div.sidebar td.img {
  border: none;
  padding: 0;
  padding-bottom: 40px;
  background: #fff;
  text-align: center;
}

div.sidebar td.img a {
  padding: 0;
  background: #fff;
  display: inline;
}


/* content box */

div.content {
  float: right;
  clear: none;
  width: 610px;
  padding: 0px 0px 10px 10px;
  line-height: 150%;
}

div.content a {
  color: #00f;
  text-decoration: none;
  font-weight: bold;
}

div.content a:visited, div.content a:active {
  color: #009;
  text-decoration: none;
  font-weight: bold;
}

div.content a:hover {
  color: #f00;
  text-decoration: underline;
  font-weight: bold;
}

div.content img {
  margin-right: 5px;
  vertical-align: middle;
}

div.content hr {
  clear: both;
  color: #fff;
  border-top: 1px solid #699;
}


/* right box */

div.rightbox {
  display: block;
  float: right;
  clear: right;
  padding: 5px 10px 10px 10px;
  line-height: 120%;
  border: none;
  border-left: 20px solid #fff;
  margin: 0px 0px 15px 0px;
  text-align: center;
}

div.rightbox img {
  margin: 5px;
}


/* footer */

div.footer {
  clear: both;
  float: right;
  width: 610px;
  text-align: left;
  border-top: 1px solid #699;
  padding-top: 10px;
  font-size: 80%;
  color: #999;
}

div.footer a {
  color: #00f;
  text-decoration: none;
}

div.footer a:visited, div.footer a:active {
  color: #009;
  text-decoration: none;
}

div.footer a:hover {
  color: #f00;
  text-decoration: underline;
}

div.footer img {
  float: left;
  margin-right: 20px;
}

div.footer p {
  margin-top: 70px;
}
