* {
  margin: 0;
  padding: 0;
} 

body {
  font-family: Arial, Helv, sans-serif;
  font-size: 12pt;
  background-color: #dddddd;
  color: white;
}

h1 {
  font-size: 18pt;
  font-weight: bold;
  text-align: left;
}

h2 {
  font-size: 16pt;
  font-weight: bold;
  text-align: left;
}

h3 {
  font-size: 14pt;
  font-weight: bold;
}

h4 {
  font-size: 12pt;
  font-weight: bold;
}

/* 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 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, #footer a:visited {
  color: blue;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* Define the major divisions of the page */

#page {
  margin: 10px auto;
  border: 1px solid black;
  width: 768px;
  background-color: white;
  color: black;
}

#header {
  background-color: #990000;
  color: white;
  text-align: center;
}

#header a, #header a:visited {
  color: white;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}

#content {
  margin: 6px 20px 20px 20px;
}

#footer {
  padding: 10px;
  background-color: white;
  color: black;
  text-align: right;
  font-size: 70%;
}

/* 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: 0.5em;
  margin-right: 0.5em;
  float: left;
}

#content_table {
}

#content_left {
}

#content_right {
}

#content_body {
}

#header {
  background-color: #000000;
}

#sitename {
  text-align: center;
  color: #FFFF00;
  font: bold 20pt Tahoma, sans-serif;
  padding: 16px 0px 0px 0px;
}

#sitename a, #sitename a:visited {
  color: #FFFF00;
  text-decoration: none;}

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

#sitedesc {
  text-align: center;
  color: #FFFFFF;
  font: bold 12pt Arial, sans-serif;
  padding: 0px 0px 10px 0px;
}

#sitedesc a, #sitedesc a:visited {
  color: #FFFFFF;
  text-decoration: none;}

#sitedesc a:hover {
  text-decoration: underline;}

#footer {
  background-color: #000000;
  text-align: center;
  color: #FFFFFF;
}

table {
  border-spacing: 0;
}

#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: #666633;
  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: 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;
}

