h1, h2, h3, .header-nav * {
  color: #444;
}

#header {
  background-color: #B4CC67;
}

blockquote, .sideBox div, .navmenu div {
  background-color: #BECC92;
}

#footer, #footer * {
  background-color: #333;
  color: #fff;
}

.sideBox a:hover {
  background-color: #333;
}

acronym, #content a:link, #content a:visited {
  border-bottom: 1px dotted #5c6935;
}

#content a:link, #content a:visited {
  color: #5A94A9;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

.LHS {
  margin-left: 2.5mm;
  float: left;
  clear: left;
}

/* Moz fix */
[class~="LHS"] {
  margin-left: 5mm;
}

#content {
  line-height: 1.5em;
  margin: 5mm 0 2em 13em;
  padding: 0 1em 1ex 1em;
}

#content a:link, #content a:visited {
  text-decoration: none;
  font-weight: bold;
}

#content a:hover {
  border-bottom: 1px solid;
}

.topOfPage {
  font-size: 90%;
  color: #5c6935 !important;
  font-weight: bold;
  font-variant: small-caps;
  padding: 0 1ex;
  float: right;
  border: none !important;
}

.notice {
  margin: auto;
  width: 50%;
  padding: 0.1em 1em;
  border: 1px solid #333;
  background: #E3E851;
}

body {
  background-color: #fff;
  color: black;
  font-family: verdana, sans-serif;
  font-size: 80%;
  margin: 0;
}

h1, h2, h3 {
  font-family: arial, sans-serif;
}

h1 {
  font-weight: bold;
  font-size: 130%;
  border-bottom: 1px solid;
  padding-bottom: 0.5ex;
}

h2 {
  font-weight: bold;
  font-size: 115%;
  margin: 0;
  padding: 0;
}

acronym {
  cursor: help;
}

code {
  font-family: "lucida console", monospace;
  font-size: 90%;
  background-color: #ddd;
}

pre {
  border: 1px dotted #333;
  margin: 0 3em 1em;
  padding: 1em;
  background-color: #B4CC67;
  font-size: 1.1em;
  overflow: auto;
}


img {
  border: 0;
}

blockquote {
  font-family: verdana, sans-serif;
  font-weight: bold;
  border: 2px dotted;
  margin: 0 1em 1ex 1em;
  padding: 0.5ex 0.5ex 0.5ex 1ex;
  width: 9em;
}


/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

#header {
  border-bottom: 2px solid #333;
  height: 2em;
  margin-bottom: 5mm;
  padding: 1em 2.5mm 0 5mm;
  overflow: auto;
  min-width: 800px;
}

.header-logo {
  position: absolute;
	top: 1em;
  float: left;
}

.header-nav {
	top: 1em;
  text-align: right;
}

.header-nav * {
  text-decoration: none;
  font-weight: bold;
  padding-right: 1ex;
}

.header-nav a:hover {
  text-decoration: underline;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

.navmenu {
  border-right: 1px solid #333;
  width: 10em;
  margin-top: 5mm;
  background: #BECC92;
  overflow: hidden;
}

.navmenu div {
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 0.75em;
  font-size: 95%;
  border-bottom: 1px dotted black;
}

.navmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
  background: #fff;
	}
.navmenu ul li {
	margin: 0;
	padding: 0;
	}
  
.navmenu ul li a {
  font-size: 75%;
	display: block;
  border-bottom: 1px solid #555;
	text-decoration: none;
  line-height: 1.25em;
	color: #000;
	width: 99%;
  padding: 1ex 0.75em;
	}

.navmenu ul li a:hover, .navmenu ul li a:focus {
	color: #eee;
	background-color: #333;
	}

.msgmenu {
  border-right: 1px solid #333;
  width: 10em;
  margin-top: 5mm;
  background: #BECC92;
}

.msgmenu div {
  font-weight: bold;
  padding: 0.5ex 0 0.5ex 0.75em;
  font-size: 95%;
  border-bottom: 1px dotted black;
}

.msgmenu span {
  font-size: 75%;
	background: #fff;
	display: block;
  border-bottom: 1px solid #555;
	text-decoration: none;
  line-height: 1.25em;
	color: #000;
	}

.msgmenu span {
  padding: 1ex 0.75em;
}

.msgmenu span a, .msgmenu span a:link, .msgmenu span a:hover {
  padding: 0;
	background: inherit;
	color: #5A94A9;
	display: inline;
	font-size: 100%;
	font-weight: bold;
}
  

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

#footer {
  color: #eee;
  border-top: 2px solid #666;
  border-bottom: 2px solid;
  padding-top: 0.75ex;
  padding-bottom: 0.75ex;
  clear: left;
}

.footer-right {
  padding-right: 3mm;
  padding-top: 2mm;
  float: right;
}

#footer div {
  padding-left: 3mm;
}

#footer * {
  background-color: inherit;
  font-size: 92%;
}

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

.footer-col {
  position: absolute;
  left: 7em;
}

#wrapper {
  float: left;
  overflow: hidden;
  margin-bottom: 2em;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

.center {text-align:center;}

.center a {margin:0 1em;}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

.img-container {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  background: #eee;
  padding: 1ex;
  margin: 1em 0 2em 0;
}

.img-container img {
  border: 1px solid #ccc;
  margin: 0 1em;
  padding: 1ex;
  background: #fff;
}

.img-container a:link, .img-container a:visited {
  border: none !important;
}

/* ±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±± */

a.download, a.external {
  text-decoration: underline !important;
  border: none !important;
  margin: 0;
}

a.download {
  background: url(download.png) no-repeat center left;
  padding: 0 0 0 18px;
}

a.external {
  background: url(external.png) no-repeat center right;
  padding: 0 14px 0 0;
}