/** 
 * Custom CSS styles. This file is never regenerated. Note that the
 * page div has a class of "custom", so an easy way to create rules
 * is simply to use .custom in the specifier.
 */
 
table {
  border-spacing: 0;
}

#body {
  background-color: #dcdcdc;
  font-family: Verdana, sans-serif;
}

#page {
  margin: 0 auto;
  width: 755px;
  border: none;
}

#header {
  font-family: Tahoma, sans-serif;
  margin: 0;
  padding: 0;
}

#sitename a:hover {
  text-decoration: none;
} 

#footer a, #footer a:hover, #footer a:visited {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: white;
  text-decoration: underline;
}

#copyright {
  color: white;
  font-weight: bold;
  font-size: 9pt;
}

#copyright a, #copyright a:hover, #copyright a:visited {
  color: blue;
  text-decoration: underline;
}

#content_body {
  width: 595px;
  font-family: Arial, sans-serif;
  color: #333333;
  font-size: 10pt;
  padding: 20px;
  vertical-align: top;
  background-image: url('main.gif');
}

#content_right {
  width: 160px;
  background-color: #556B2F;
  margin: 0;
  color: white;
  padding-left: 8px;
  font: normal 9pt Arial, sans-serif;
  vertical-align: top;
}

#content_right a, #content_right a:hover, #content_right a:visited {
  color: white;
  text-decoration: underline;
  padding-left: 2px;
}


h1 {
  color: black;
  font-size: 12pt;
}

h2 {
  color: black;
  font-size: 10pt;
}

#pictures {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
}

#sitemap li {
  padding-bottom: 1em;
}

#ad_after_h1 {
  margin: 1em 0 1em 0;
  float: none;
}

#headerlinks {
  text-align: center;
  font-size: 9pt;
  line-height: 12pt;
  padding-bottom: 10px;
}

#headerlinks a, #headerlinks a:visited, #headerlinks a:hover {
  text-decoration: underline;
}

ul {
  padding-top: 1em;
  padding-bottom: 0;
}

li {
  padding-bottom: 1em;
}

