body {
  background-image: url('images/background-stripes.gif');
  background-attachment: fixed;
}
#genstyle {
  margin-left:auto;
  margin-right:auto;
  text-align: left;
  position: relative;
  background-image: url('images/bk7.jpg');
  background-position: right top;
  background-repeat: no-repeat;
  background-color: white;
  width: 1000px;
  border: 10px solid white;
  box-shadow: 0px 0px 15px black;
}
#lang {
	background-color: white;
	border-bottom-left-radius: 7px;
	border-top-left-radius: 7px;
	box-shadow: -5px 0px 5px gray;
	height: 58px;
	margin-left: auto;
	margin-right: 0;
	padding-left: 7px;
	text-align: left;
	width: 142px;
	z-index: 1;
}
#panel {
  color:  #0077aa;
  padding: 5px;
  line-height: 1;
}
#masthead {
  text-align: center;
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: -65px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  font-size: 14px;
  margin-right: 0px;
  height: 136px;
}
#mainContent {
  position: relative;
  font-family: Verdana,Arial,Helvetica;
  font-size: 12px;
  margin-left: 0px;
  margin-right: 10px;
  color: #000000;
}
#leftnav {
  background-color: #f8f8f8;
  width: 120px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  font-family: Verdana,Arial,Helvetica;
  font-size: small;
  font-weight: bold;
  padding: 8px;
  margin-bottom: 10px;
  box-shadow: inset 0px 0px 7px gray;
}
.navlink {
  padding: 3px 10px 2px;
  display: block;
}
#rightCol {
  font-family: Verdana,Arial,Helvetica;
  font-size: small;
  width: 150px;
  text-align: center;
  float: right;
}
#articleText {
  padding: 0px 5px 5px;
  position: relative;
  font-family: Verdana,Arial,Helvetica;
  line-height: 1.5;
  margin-left: 150px;
  margin-right: 200px;
  min-height: 280px;
  height: 280px;
}
#footer {
  border-top: 1px dotted #808080;
  color: #808080;
  text-align: center;
  padding-top: 7px;
  font-size: 10px;
  font-family: Verdana,Arial,Helvetica;
  margin-right: 10px;
  position: static;
}
a {
  color: #0066DD;
  text-decoration: none;
}
a:visited {
  color: #0066DD;
}
a:active {
  color: #0066DD;
}
a:hover {
  color: #FF6600;
}
.h2 {
  color: #660000;
}
a.navlink {
  color: #666666;
  font-weight: bold;
}
a.navlink:hover {
  background-color: #ffffff;
  color: #660000;
  font-weight: bold;
}
h3 {
  padding: 1px;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  color: #ffffff;
  font-family: Verdana,Arial,Helvetica;
  background-color: #0077aa;
}
.hdr {
  padding: 1px;
  color: white;
}
.hdr a:link {
  color: white;
}
.hdr a:visited {
  color: white;
}
.hdr a:active {
  color: white;
}
.hdr a:hover {
  font-weight: bold;
  color: white;
}
div[class] #articleText {
  height: auto;
}

