* {
  margin: 0;
  padding: 0;
} 

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: #dddddd;
  color: white;
}

h1 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
  color: black;

}


h2 {
  font-size: 12pt;
  font-weight: bold;
  text-align: left;
  color: black;
}



h3 {
  font-size: 10pt;
  font-weight: bold;
}

h4 {
  font-size: 10pt;
  font-weight: bold;
}

.highlight {
    BACKGROUND-COLOR: #ffffdf; padding: 2px; FONT-WEIGHT: bold;  FONT-FAMILY: verdana; FONT-SIZE: 100%;
}

/* Set margins for various regular tags */
  
p {
  margin: 0.5em 0;
}

ul, ol, dl {
  margin: 0.5em 0;
}

li {
  margin: 0 0 0 1.5em;
}


/* Define the major divisions of the page */

#header {
  font-family: Tahoma, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #700505;
}


#page {
  margin: 10px auto;
  border: 1px solid black;
  width: 768px;
  background-color: white;
  color: black;
}



#content {
  margin: 6px 20px 20px 20px;
}

#footer {
  background-color: #700505;
  text-align: center;
  color: #FFFFFF;
  padding: 10px;
  font-size: 70%;
}


/* Define link behavior. By default we don't want them underlined
   except maybe when we hover over them */

#content a, #content a:visited {
  color: blue;
  text-decoration: none;
}

#content a:hover {
  text-decoration: underline;
}


#footer a:hover {
  text-decoration: underline;
}

#footer a, #footer a:hover, #footer a:visited {
  font-family: Verdana, sans-serif;
  font-size: 8pt;
  color: white;
  text-decoration: underline;
}

/* Article list */

#articles {
  margin: 0 auto;
  width: 100%;
}

#articles td {
  vertical-align: top;
  padding: 0 1em 0 1em;
  width: 50%;
}

#ad_after_h1 {
  margin-top: 0em;
  margin-right: 0.5em;
  float: left;
}


#sitename {
   text-align: center;
  color: #fff;
  font: bold 20pt Tahoma, sans-serif;
  padding: 16px 0px 0px 0px;
  margin-right: 80px;
}


#sitedesc {
  text-align: center;
  color: #fff;
  font: bold 12pt Arial, sans-serif;
  padding: 0px 0px 0px 0px;
  margin-right: 80px;
}




table {
  border-spacing: 0;
}

#page {
  margin: 0 auto;
  width: 755px;
  border: none;
}



#sitename a:hover {
  text-decoration: none;
} 



#topmenu {
font-family: Arial, sans-serif;
  font-size: 8pt;
  font-weight: normal;
  color: white;
  text-decoration: none;
  padding: 0px 0px 5px 0px;
}

#topmenu a, #topmenu a:hover, #topmenu a:visited {
 text-decoration: underline;
 }



#copyright {
  color: white;
  font-weight: bold;
  font-size: 9pt;
}

#copyright a, #copyright a:hover, #copyright a:visited {
  color: #e0e0e0;
  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('../image-files/border.gif');
}

#content_right {
  width: 160px;
  background-color: #666666;
  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;
}




#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: 8pt;
  padding-bottom: 5px;
}

#headerlinks a, #headerlinks a:visited, #headerlinks a:hover {
  text-decoration: underline;
}

ul {
  padding-top: 1em;
  padding-bottom: 0;
}

li {
  padding-bottom: 1em;
}

