	body {
	  background-color: black;
	  color: white;
	  font-family: helvetica, arial, sans;
	  font-size: .8em;
	}
	
	#sidePanel {
	  width: 160px;
	  float: left;
	}
	
	#contentPanel {
	  margin-left: 190px;
	}
	
	.contentArea {
	  background-color: #EEEEEE;
	  color: black;
	  padding: 8px;
	  width: 80%;
	}
	
	#flag {
	  font-size: 2.8em;
	  font-family: times, serif;
	  font-weight: normal;
	  text-transform: lowercase;
	  letter-spacing: 0.1cm;
	}
	
	.contentArea h2 {
	  font-size: 1.3em;
	  font-weight: bold;
	  margin-bottom: -12px;
	  padding: 0;
	}
	
	.contentArea a:link {
	  color: black;
	  text-decoration: underline;
	}
	
	.contentArea a:visited, acronym {
	  color: black;
	  text-decoration: none;
	  border-bottom: dotted black 1px;
	}

	#nav {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	}
	
	#nav a {
	  color: white;
	  text-decoration: none;
	  display: block;
	  padding: 5px;
	}
	
	a:hover, #nav #home {
	  background-color: #666666;
	}
	
	#nav li {
	  border: 1px solid gray;
	  margin: 3px;
	  margin-bottom: 7px;
	}

	#colophon, #extras div {
	  border: 1px solid gray;
	  padding: 5px;
	  margin: 30px 3px;
	}
	
	#colophon p, #extras p {
	  margin-top: 0;
	}

	#colophon a, #extras a {
	  color: white;
	}

        #extras div {
           display: none;
        }

        #extras #homeextras {
            display: block;
        }

#footerSiteIdentity {
   display: none;
}

.teaser {
  border: 3px double #999999;
}

.teaser h2 {
  margin-bottom: 0px;
}