* {
  margin: 0;
  padding: 0;
}
body {
  margin: 20px auto;
  color: #000000;
  background-color: #eeeeee;
  font-family: Verdana,Tahoma,Arial,sans-serif;
  font-size: 83%;
  width: 760px;
  padding-left: 10px;
  padding-right: 10px;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address {
  margin: 0.75em 0;
}
h1 {
  font-size: 167%;
}
h2 {
  font-size: 139%;
}
h3 {
  font-size: 120%;
}
h4 {
  font-size: 100%;
}
li, dd {
  margin-left: 2em;
}
a {
  color: #009900;
  background-color: #eeeeee;
  font-weight: normal;
  text-decoration: underline;
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
}
a:hover {
  color: black;
  background-color: #eeeeee;
  font-weight: normal;
  text-decoration: underline;
}
#contact {
  padding: 5px 10px 0px 0px;
  float: right;
}
#contact a {
  color: #ffffff;
  background-color: #ccccff;
  font-weight: bold;
  text-decoration: none;
}
#contact a:hover {
  color: #ffffff;
  background-color: #ccccff;
  text-decoration: underline;
}
#title {
  margin: 22px 0px 0px 20px;
  color: #ffffff;
  background-color: #ccccff;
  font-size: 300%;
  font-weight: normal;
  float: left;
}
#slogan {
  margin: 0px;
  padding: 50px 0px 0px;
  color: #ffffff;
  background-color: #ccccff;
  font-size: medium;
  font-weight: normal;
  font-style: normal;
  float: right;
}
#path {
  margin: 0px 0px 25px;
  width: 530px;
  clear: both;
  float: left;
  font-size: 83%;
  font-weight: normal;
}
#path a {
  font-weight: normal;
}
#header {
  margin: 0px;
  padding: 0px;
  color: #cfe6cf;
  background-color: #ccccff;
  height: 75px;
  width: 100%;
}
#sidecontent {
  margin: 0px 0px 10px;
  padding: 0px 0px 10px;
  clear: both;
  font-family: Arial,sans-serif;
  color: #000000;
  background-color: #ccccff;
  font-size: 83%;
  width: 200px;
  float: left;
}
#sidecontent a {
  color: black;
  background-color: #ccccff;
}
#sidecontent a:hover {
  color: black;
  background-color: #ccccff;
}
#sidecontent h2 {
  margin: 1.5em 0.5em 0.5em;
}
#sidecontent ul {
  margin: 0.5em 0.5em 0.5em 1.5em;
}
ul#nav {
  border-bottom: 1px solid #72a372;
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
  background: #ccccff none repeat scroll 0% 50%;
  clear: both;
  float: left;
  color: #000000;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  width: 200px;
}
ul#nav li {
  margin: 0px;
  padding: 2px 0px;
  float: left;
  width: 200px;
}
ul#nav li a {
  border: 1px solid #cfe6cf;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  display: block;
  font-size: small;
  font-weight: normal;
  text-decoration: none;
}
ul#nav li a:hover {
  border: 1px solid #72a372;
  background: #ffffff none repeat scroll 0% 50%;
  color: black;
  width: 178px;
}
#maincontent {
  margin: 5px 10px 10px 20px;
  padding: 0px 0px 5px;
  font-size: 100%;
  width: 530px;
  float: left;
}
#footer {
  border-top: 1px solid #009900;
  color: #000000;
  background-color: #eeeeee;
  font-size: 80%;
  line-height: 1.5em;
  width: 760px;
  clear: both;
}
#footer a {
  color: black;
  background-color: #eeeeee;
  text-decoration: none;
}
#footer a:hover {
  color: black;
  background-color: #eeeeee;
  font-weight: normal;
  text-decoration: underline;
}
#copyright {
  padding: 5px 20px 5px 10px;
  color: #000000;
  background-color: #eeeeee;
  float: left;
}
#footercontact {
  padding: 5px 10px 5px 0px;
  color: black;
  background-color: #eeeeee;
  float: right;
}
