/* General Page settings */

html,body{
  margin: 0;
  padding: 0;
  font-size: 100%;
  background-color: #F8FDD1 /*#ebf970*/;
}


/* General Menu settings */
#Menu {
  font-family: "Arial" sans-serif;
  float: left;
  width: 13.1em;
}

#Menu img {
	display: block;
	margin: 0 auto;
}

#Menu a {
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	color: #ebf970;
	background-color: #0f7d00;
	border-width: 2px;
	border-style: solid;
	border-color: #1BE300 #021600 #021600 #1BE300;
	margin: 0.1em 1em;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

#Menu a:hover {
	color: white;
	border-color: #021600 #1BE300 #1BE300 #021600;
}

#Menu a.active{
	font-size: 0.9em;
	font-weight: bold;
	display: block;
	color: white;
	background-color: #D53C25 /*#fb2000 #7D000E*/;
	border-width: 2px;
	border-style: solid;
	border-color: #D53C25 /*#fb2000 #7D000E*/;
	margin: 0.1em 1em;
	padding: 0.2em 0.6em;
	text-decoration: none;
}

#Menu a.active:hover {
	color: white;
	border-color: #D53C25 /*#fb2000 #7D000E*/;
}

/* Bottom Menu settings */

#BottomMenu {
	margin: 0 13% 2em 15.556em; /* 14 / 0.9 */ 
	padding: 0 2%;
	border-top: 1px solid #0f7d00;
	font-size: 0.9em;
	color: #0f7d00;
}

#BottomMenu a:link, #BottomMenu a:visited {
	color: #0f7d00;
}

/* Top of page div */

#TopOfPage{
	font-size: 1px;
	overflow: hidden;
	height: 1px;
}

/* Foating element clearing style */

.clear{
	font-size: 1px;
	overflow: hidden;
	height: 1px;
	clear: both;
}

/* General Content settings */

#Content {
	font-family: verdena, times, serif;
	margin-left: 14em;
	margin-top: 1em;
	padding: 0 15% 0 2%;
	position: relative;
}

#ContentNarrow {
  font-family: verdena, times, serif;
  margin: 0;
  padding-left: 20%; /* Due to the effects of multiplying and adding nested margings this results in ~15% padding in total*/
}

#Content h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em 0 1em;
  color: #0f7d00;
}

#Content h2 {
  font-size: 1.3em;
  margin: 0.5em 0 1em;
  font-weight: bold;
  color: #9F2D1C;
}

#Content h3 {
	font-size: 1.1em;
	font-style: italic;
	margin: 0.5em 0 1em;
	color: #0C6200;
}

#Content p {
  margin: 0.5em 0 1em;
  text-align: justify;
}

#Content div {
  text-align: justify;
}

#Content dt {
	font-size: 1.1em;
	font-weight: bold;
	color: #0C6200;
}

#Content dd {
	margin: 0 0 1em;
}

#Content a {
	border: 1px dashed #F8FDD1;
}

#Content a:link {
	color: #9F2D1C;
}

#Content a:visited {
	color: #0C6200;
}

#Content a:hover, #Content a:active {
	border: 1px dashed black;
}

#Content li {
  margin-top: 1em;
  margin-bottom: 1em;
}

.box {
	border: 2px solid #0f7d00;
	padding: 1px;
}
/* Title settings */

#Title {
	margin: 1em 2em 0em 15em;
	position: relative;
}

#Splash {
	text-align: center;
}
#Title #Splash h1{
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
	font-family: "MS Serif", "New York", serif;
	color: #D53C25;
}

#Title #Splash p {
	font-size: 1.1em;
	font-weight: bold;
	font-family: "MS Serif", "New York", serif;
	color: #0C6200;
	margin: 0.5em 0 1em;
	text-align: center;
}

#Title p {
	margin: 0.5em 17% 1em;
	text-align: justify;
}

/* Contact Form Styles */

#ContactForm div {
	margin: 1em 0;
}

#ContactForm div label {
	float: left;
	width: 10em;
	margin-right: 1em;
}

