
body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.jpg) repeat-x left top;
	font: 13px Arial, Helvetica, sans-serif;
	color: #212121;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
}

p.title {
  font-size: 200%;
  text-align: center;
  background-color: #699C4D;
  color: white;
}

p.section {
  font-size: 150%;
  padding-left: 5px;
  margin-bottom: 10px;
  background-color: #699C4D;
  color: white;
}

p.sub-section {
  font-size: 150%;
  color: #699C4D;
  margin-bottom: 0px;
}

p.topic {
  font-size: 120%;
  color: #699C4D;
  margin-bottom: 0px;
}

.danger {
  color: #FF0000;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

a {
	color: #175500;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* Header */

#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	background: #699C4D;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	padding-left: 60px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	font-size: 50px;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
	background: #243F12;
	border-top: 2px #9BC56F solid;
	margin: 30px 0 0 0;
}

#menu ul {
	margin: 0px 0 0 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 0px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
	background: url(images/img02.jpg) no-repeat right 50%;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first {
	background: none;
}

#menu .active a {
}

/* Page */

#page {
	width: 95%;
	margin: 0px auto;
	padding: 30px 0px;
}

/* Two columns */
/* Create two equal columns that float next to each other */

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
	float: left;
	padding: 5px;
}

.left {
	width: 250px;
} 

.centre {
	width: 65%;
}

.right {
	width: 35%;
}

/* Content */

#content {
	float: right;
	width: 75%;
}

div.item-right {
  background-color: #ccffcc;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: white;
  padding: 5px 5px 5px 5px;
}

div.item-left {
  background-color: #ccffcc;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: white;
  padding: 5px 5px 5px 5px;
}

img.img-right {
  float: right;
  vertical-align: text-top;
  width: 100px;
  margin-left: 15px;
  border: 1px solid black;
}

img.img-left {
  float: left;
  vertical-align: text-top;
  width: 100px;
  margin-right: 15px;
  border: 1px solid black;
}

img.illumination {
  float: left;
  vertical-align: text-top;
  width: 200px;
  margin-right: 15px;
  border: 1px solid black;
}

img.map {
  float: left;
  vertical-align: text-top;
  width: 400px;
  margin-right: 15px;
  border: 1px solid black;
}

img.blog-img {
  float: left;
  vertical-align: text-top;
  margin-right: 15px;
  border: 1px solid black;
}

.scientific {
  font-style: italic;
}

.common {
  font-weight: bold;
  padding: 0px, 0px, 0px, 0px;
}

.notes {
  height: 70px;
}

.tallnotes {
  height: 120px;
}

.blog {
  background-color: #ccffcc;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: white;
  padding: 5px 5px 5px 5px;
}
/* Sidebar */

#sidebar {
	width: 200px;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
	padding-left: 20px;
	list-style: none;
}

#sidebar h2 {
	padding: 4px 20px;
	background: #699C4D;
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar a {
	text-decoration: none;
	color: #232F01;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: #699C4D;
}

#footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller;
}

#footer a {
	color: #FFFFFF;
}