body {
	background-color: white;
	color: black;
	font-family: arial, sans-serif;
	font-size: 80%;
	margin-left: 16em;
	margin-bottom: 109px;
	background-image: url('../images/hhhills.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
body.popup {
	margin-left: 1em;
}
h1 {
	margin-top: 0em;
	font-size: 2em;
	text-align: left;
}
h1 em {
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
}
h2 {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 0em;
}
h3 {
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0em;
}
h4 {
	font-size: 1.1em;
	margin-top: 1em;
	margin-bottom: 0em;
}
p, table, ul {
	margin-top: 0em;
	margin-bottom: 1em;
}
a {
	/*z-index: 50;
	position: relative;*/
}
a:link {
	color: blue;
	background-color: white;
}
a:visited {
	color: purple;
	background-color: white;
}
a:hover {
	color: #67C18C;
	background-color: white;
	/*z-index: 80;*/
}
div.content {
	max-width: 50em;
	margin: auto;
	text-align: justify;
}
div.footer {
	position: fixed;
	bottom: 0em;
	left: 15em;
	right: 0em;
	height: 109px;
	overflow: hidden;
	text-align: center;
	margin: 0em;
	background-image: url('../images/fog.png');
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
	/*z-index: 60;*/
}
div.footer:hover {
	/*z-index: 40;*/
}
div.footer * {
	margin: 0em;
	padding: 0em;
	border: 0em;
}
div.sidebar {
	position: fixed;
	/*z-index: 90;*/
	left: 0em;
	top: 0em;
	bottom: 0em;
	width: 15em;
	background-color: #6D4681;
	color: white;
}
div.sidebar a {
	color: white;
	background-color: #6D4681;
}
div.sidebar img, div.sidebar span {
	max-width: 100%;
	margin: 1em 0em;
}
div.sidebar div.menu {
	overflow: auto;
	position: absolute;
	top: 0em;
	bottom: 5em;
	left: 0em;
	right: 0em;
}
div.sidebar div.menu h2 {
	font-size: 1em;
	margin: 1em 0.5em 0em 0.5em;
	border-bottom: 1px solid white;
}
div.sidebar div.menu ul {
	margin: 0em 1em 0em 1em;
	padding: 0em;
	list-style-type: none;
}
div.sidebar div.menu a {
	color: white;
	background-color: #6D4681;
}
div.sidebar div.menu a:hover {
	color: #67C18C;
	background-color: #6D4681;
}
div.sidebar div.menu a.selected {
	text-decoration: none;
	font-weight: bold;
	color: #67C18C;
	background-color: #6D4681;
}
div.sidebar div.smallprint {
	position: absolute;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
}
div.sidebar div.smallprint img, div.sidebar div.smallprint span {
	margin: 0em;
}

div.person {
	clear: right;
}
div.website {
	clear: left;
}
div.website h2 {
	font-size: 1.2em;
	vertical-align: top;
}
div.website img {
	float: left;
	margin: 0em 1em 1em 0em;
	border: 1px solid black;
}
div.review {
	padding-top: 20px;
	background-image: url("../images/quote-open.png");
	background-repeat: no-repeat;
	background-position: top left;
}
div.review blockquote {
	padding: 0px 2em 10px 2em;
	min-height: 45px;
	background-image: url("../images/quote-close.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 0em;
}
div.review blockquote p {
	text-align: center;
}
div.review blockquote.prominent p {
	font-size: 1.5em;
	font-weight: bold;
}
div.review p {
	text-align: right;
}
div.review p cite {
	font-weight: bold;
}
div.relatedimages {
	float: right;
	text-align: center;
	margin: 0em 1em;
	width: 200px;
	font-size: 0.9em;
}
div.clear {
	clear: both;
	height: 1px;
}
input.required, select.required, textarea.required {
	background-color: #ffd;
	color: black;
}

table.bordered {
	border-collapse: collapse;
	border: 1px solid black;
}
table.bordered th, table.bordered td {
	border: 1px solid black;
}
table th, table td {
	vertical-align: top;
	padding: 0em 0.3em;
}
thead th {
	text-align: center;
}
tbody th, tbody td {
	text-align: left;
}
/*tbody tr:nth-child(odd) {
	background-color: #eee;
}*/
td.numeric {
	text-align: right;
}

address {
	font-style: normal;
}
em {
	font-style: normal;
	font-weight: bold;
}
strong {
	font-weight: bold;
	color: red;
	background-color: white;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 1em;
	margin-bottom: 1em;
}
dd ul {
	list-style-type: none;
	margin-left: 0em;
	padding-left: 0em;
}
img {
	border: none;
}
label {
	cursor: pointer;
}
ul {
	margin-left: 3em;
	padding-left: 0em;
}
pre, div.output {
	margin-top: 0em;
	border: 2px solid #6D4681;
	padding: 0.5em;
	font-size: 1.1em;
}
ul.columnlist {
	float: left;
	list-style-type: none;
	margin-left: 1em;
}
p.total {
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 0.5em;
}
div.total {
	position: fixed;
	top: 1em;
	right: 1em;
	width: 15em;
}
.highlandsimage {
	float: right;
	margin: 0em 0em 1em 1em;
}
.smallprint {
	font-size: 0.8em;
}
.invisible {
	display: none;
}

/* Page specific */
div.cssexample1 h1 {
	color: green;
	background-color: white;
	font-size: 200%;
}
div.cssexample2 h1 {
	color: green;
	background-color: white;
	font-size: 200%;
	font-variant: small-caps;
	border-bottom: 1px solid green;
	margin-bottom: 0;
}
div.cssexample2 p {
	margin: 0.5em 1.5em 1em 1.5em;
}
