body
  {
  background-color:black;
  }

img.right{float:right}
img.left{float:left}
img.logo
  {
  position:relative;
  top:0;
  left:0;
  }

div.container
  {
  width:1024px;
  margin:0px;
/*  border:1px solid gray; */
  position:relative;
  top:0;
  left:0;
  }

div.spacer
  {
  background-color:blue;
  width:100%;
  height:2em;
  border-style:solid;
  border-width:thin;
  border-top-color:white;
  border-right-color:white;
  border-bottom-color:black;
  border-left-color:black;

  }

div.logo
  {
  width:100%;
  margin:0px;
  max-height:142px;
  line-height:0%;
/*  border:1px solid gray; */
/*  background-color:lightgreen; */
  }

div.page_links
  {
  width:100%;
  padding:1em;
  background-color:black;
  clear:right;
  }

div.header
  {
  width:100%;
  padding:1em;
  color:white;
  background-color:darkgreen;
  clear:right;
  margin:0px;
  }

div.footer
  {
  width:100%;
  padding:0.5em;
  color:white;
  background-color:darkgreen;
  clear:all;
  }

div.left
  {
  float:left;
  margin:0;
  min-height:1000px;
  background-color:darkgrey;
  border:1px solid gray;
  }

div.content
  {
  margin-left:12em;
  border:1px solid gray;
  padding:1em;
  overflow: visible;
  }

/* normal link colors */
a:link {color: white}
a:visited {color: darkgreen}
a:hover {color: green}
a:active {color: white}

/* ad link colors */
a.ad:link {color: white}
a.ad:visited {color: darkgreen}
a.ad:hover {color: green}
a.ad:active {color: white}

/* menu link colors */
a.menu:link {color: black}
a.menu:visited {color: black}
a.menu:hover {color: white}
a.menu:active {color: white}

/* site menu link colors */
a.site_menu:link {color: gray}
a.site_menu:visited {color: darkgray}
a.site_menu:hover {color: white}
a.site_menu:active {color: white}

h1, h2, h3, h4, h5, h6
  {
  color:white;
  }

h1
  {
  font-size:24px;
  }

h2
  {
  font-size:20px;  
  }

h3
  {
  font-size:16px;
  }

h4
  {
  font-size:14px;
  }

h5
  {
  font-size:12px;
  }

h6
  {
  font-size:10px;
  }

p
  {
  color:white;
  }

span.big_cap
  {
  float:left;
  width:0.5em;
  font-size:400%;
  font-family:arial;
  line-height:80%;
  }

ul
  {
  width:100%;
  padding:0;
  margin:0;
  list-style-type:none;
  }

a.menu
  {
  width:10em;
  text-decoration:none;
  color:white;
  background-color:darkgreen;
  padding:0.2em 0.6em;
  }

a.menu:hover
  {
  background-color:green;
  }

a.site_menu
  {
  margin:0.2em, 0.6em;
  width:10em;
  text-decoration:none;
  color:white;
  background-color:darkgreen;
  padding:0.2em, 0.6em;
  }

a.site_menu:hover
  {
  background-color:green;
  }

a.ad
  {
  margin:0.2em, 0.6em;
  width:10em;
  text-decoration:none;
  color:white;
  background-color:none;
  padding:0.2em, 0.6em;
  }

a.site_menu#top_item
  {
  margin:0.6em, 0.6em, 0.2em, 0.6em;
  }

a.site_menu#sub_item
  {
  margin:0.2em, 0.6em, 0.2em, 0.8em;
  }

li
  {
  display:inline;
  }

.ad
  {
  text-align:center;
  }
