body {
	background-color: #FFF8E7;
	/* average colour of universe */
	color: black;
	padding: 0px;
	margin: 0 auto;
	max-width: 800px;
	font-size:100%;
	font-family: ubuntu, verdana, arial, helvetica, sans-serif;
	img { border: 0; };
}

a {
	background-color: transparent;
	color: #000099;
	text-decoration: underline;
}

div#header {
	margin-bottom: 5px;
	margin-left: 10px;
	margin-top: 5px;
	font-family: ubuntu, verdana, arial, helvetica, sans-serif;
	font-weight: normal;
}

div#header h1 {
	font-family: ubuntu, verdana, arial, helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2em;
	color: #336600;
	text-shadow: 3px 3px 3px rgba(0, 2, 0, 0.5);
}

div#content {
	padding-left: 20px;
	width: 450px;
	float: left;
}

div#content h2 {
	margin-top: 0px;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #336600;
	font-size: 0.8em;
	font-weight: bold;
	background-color: #336600;
	color: white;
}

div#content h3, h4 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 0.8em;
}

div#content li {
	font-size: 0.8em;
}

div#content p {
	text-align: justify;
	font-size: 0.8em;
}

div#content dd {
	font-size: 0.8em;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
}

div#content dt {
	font-size: 0.8em;
	font-weight: bold;
}

div#content blockquote {
	font-style: italic;
	font-size: 0.8em;
	margin-left: 4em;
	margin-right: 2em;
	margin-bottom: 0px;
	margin-top: 3ex;
}

div#content cite {
	display: block;
	text-align: right;
	font-style: italic;
	margin-left: 4em;
	margin-right: 2em;
	font-size: 0.8em;
	margin-top: 0px;
}

div#content cite:before {
	content: "-";
}

div#content table {
	width: 100%;
}

div#content table th {
	text-align: left;
	font-weight: bold;
	font-size: 0.8em;
}

div#content table td {
	text-align: left;
	font-size: 0.8em;
}

div#content div.images {
	text-align: center;
	margin-top: 1ex;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
}

div#content div.images img {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-bottom: 1em;
}

div#content div.block {
	border-style: solid;
	border-color: #336600;
	background-color: #F4FFEA;
	border-width: 1px;
	padding: 5px;
	font-size: 0.75em;
	text-align: justify;
	margin-bottom: 1em;
	margin-left: 5%;
	margin-right: 5%;
}

div#content div.block h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
}

div#content div.block p {
	font-size: 1em;
	margin: 1ex 0 1ex 0;
}

div#content div.block div.footlinks {
	font-size: smaller;
	text-align: right;
}

div#menus {
	float: left;
	width: 200px;
	margin-left: 5px;
}
dd img {
	border: none;
}

div#menus div.menu {
	background-color: white;
	color: #D4D4D4;
	border-color: #003366;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	margin-bottom: 5px;
	font-size: 0.75em;
}

div#menus div.menu dl {
	margin: 0px;
	padding: 0px;
}

div#menus div.menu dt {
	background-color: #336600;
	color: white;
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 2px;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #003366;
}

div#menus div.menu dd {
	margin: 0px;
	padding: 0px;
	display: block;
}

div#menus div.menu a {
	background-color: transparent;
	color: #336600;
	border-color: white;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 1px;
	text-decoration: none;
	display: block;
	position: relative;
}

div#menus div.menu a:hover {
	background-color: #336600;
	color: white;
	border-color: #336600;
 	border-style: solid;
 	border-width: 1px;
}

div#menus div.menu a:active {
	background-color: #336600;
	color: white;
	border-color: #336600;
	border-style: inset;
	border-width: 1px;
	padding-left: 2px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#menus div.menu p {
	font-size: 1em;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 3px;
}
div#menus div.menu img {
	font-size: 1em;
	text-align: justify;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	padding: 3px;
}
div#footer {
  padding-left: 20px;
  margin-left: 200px;
  clear: both;
  background-color: transparent;
  color: gray;
  font-size: 0.75em;
  text-decoration: overline;
}
div#content div.date {
  padding-left: 5px;
  margin-left: 0px;
  clear: both;
  background-color: #F0FFE1;
  color: #336600;
  font-size: 0.75em;
  text-decoration: none;

}
