
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding 0;
  background: #a0a0a0 url(img/back_content.gif) center repeat-y;
  font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  color: #484848;
  line-height: 100%;
  /*color: #000000;*/
}

p {
  margin: 0 0 10px 0;
  padding: 0;
}


a {
  border: 0px;
  color: #1C4592;
  text-decoration: none;
}

a:active {
  color: #D26D00;
}

a:hover {
  color: #D26D00;
  text-decoration: underline;
}

a img {
    border: 0px;
}

img {
    border: 0px;
    margin: 0px;
}

#top {
  height: 111px;
  background-image: url(img/back_top.gif);
  clear: both;
  margin: 0px auto -111px auto;
  padding: 0;
}

#header {
  font-family: "Myriad Pro", "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
  color: #d48632;
  height: 111px;
  background: url(img/back_header.jpg) no-repeat;
  margin: 0 auto;
  width: 960px;
  padding: 0;
}

#header a h1, #header h1 a {
  font-size: 280%;
  line-height: 100%;
  margin: 0;
  padding: 35px 0 0 35px;
  font-weight: bold;
  color: #d48632;
}

#header a h2, #header h2 a {
  font-size: 190%;
  line-height: 100%;
  margin: 0;
  padding: 5px 0 0 35px;
  font-weight: normal;
  color: #d48632;
}

#header a:hover {
  text-decoration: none;
}

#topmenu {
  font-family: "Myriad Pro", "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
  text-align: right;
  color: #bbd7f8;
  font-size: 170%;
  line-height: 100%;
  height: 25px;
  width: 925px;
  padding-top: 88px;
  /*border: 1px solid #333;*/
}

#topmenu a {
  color: #71abf1;
}

#topmenu a:active {
  color: #D26D00;
}

#topmenu a:hover {
  color: #D26D00;
  text-decoration: underline;
}

#wrapper {
  margin: 0 auto;
  width: 960px;
  min-height: 100%;
  /*border: 1px #0A0 solid;*/
}

#content {
  font-size: 120%;
  line-height: 145%;
  float: left;
  width: 620px;
  margin: 18px 18px 15px 35px;
  display: inline;  /*kills double margin bug in old IEs*/
  /*border: 1px #A00 solid;*/
}

#content h1 {
  color: #D26D00;
  text-align: center;
  font-family: "Times New Roman", Times, Georgia, serif;
  font-size: 175%;
  letter-spacing: 0.1em;
  margin: 5px 0 18px 0;
  font-weight: normal;
}

#content h2 {
  clear: both;
  font-size: 150%;
  color: #DA820E;
  border-bottom: #99c1f1 dotted 1px;
  line-height: 100%;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  padding-bottom: 2px;
}

#content h3 {
  clear: both;
  font-size: 100%;
  line-height: 100%;
  margin: 25px 0px 5px 0px;
  padding-bottom: 2px;
  color: #AAAAAA;
}

#content ul, #content ol {
  margin: 0 0 10px 30px;
  padding: 0 0 0 0;
}

#content ul {
  list-style-image: url(img/key.gif);
  line-height: 150%;
}

#content ul li, #content ol li {
  margin: 0 0 5px 0;
}

#sidebar {
  font-size: 110%;
  line-height: 125%;
  padding: 10px;
  margin: 23px 0px 10px 0px;
  border: 1px #d8e9fd solid;
  /*background-color: #e6f1fd;*/
  background-color: #eff5f1;
  width: 230px;
  float: left;
  display: inline; /*kills double margin bug in old IEs*/
}

#sidebar h2 {
  font-size: 110%;
  font-weight: normal;
  padding: 0 0 1px 0;
  margin: 0 0 10px 0;
  /*color: #c58b3f;*/
  color: #da820e;
  border-bottom: #99c1f1 dotted 1px;
  /*border-bottom: 1px #c58b3f solid;*/
}

#sidebar ul, #sidebar ol {
  font-size: 100%;
  margin: 0 0 10px 5px;
  padding: 0 0 0 0;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar li, #sidebar li a, #sidebar a li {
  margin: 0 0 7px 0;
}

#bottom {
  clear: both;
  margin: -50px auto 0 auto;
  height: 50px;
  background: #a0a0a0 url(img/back_bottom.gif) top left repeat-x;
  border: 0;
}

#footer {
  /*color: #8c8c8c;*/
  color: #bbd7f8;
  margin: 0 auto;
  width: 960px;
  height: 50px;
  font-size: 110%;
  line-height: 36px;
  border: 0;
  background-image: url(img/back_footer.jpg);
}

#footer p {
  margin: 0px 35px;
  padding: 0px;
  text-align: center;
}

#footer a {
  color: #71abf1;
}

#footer a:active {
  color: #D26D00;
}

#footer a:hover {
  color: #D26D00;
  text-decoration: underline;
}

#copyright {
  clear: both;
  float: left;
  margin: 0px 35px;
  padding: 0px;
  display: inline;
}

#menu {
  float: right;
  margin: 0px 35px;
  padding: 0px;
  display: inline;
}

