body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	background-color: #d4e9fd;
}

#container {
	width: 100%;
	height: 100%;
	color:#18581B; /* #122a13;*/
	font-size: 18px;
	line-height: 1.5;
	position: fixed;
}

#left_col {
	width: 250px;
	float: left;
	background-color: #d4e9fd;
	height: 100%;
	min-height: 100%;
}

#navigation ul {
	padding: 1em 1em 1em 1em;
	font-size: 24px;
}
#navigation li {
	text-align: center;
	list-style-type: none;
	color: #368938;
	font-weight: 500;
	line-height: 1.0;
	margin-top: 1.4ex;
}
#navigation a {
	color: inherit;
	text-decoration: none;
}


#middle_col {
	margin-left: 250px;
	background-color: #d5f8a0;
	height: 100%;
	min-height: 100%;
	width: 60em;
	position: fixed;
}
#content {
	margin: 2em;
	padding: 1em;
	background-color: #e8f8cf;
	/*height: 80vh;*/
	max-height: 65%;
	overflow: auto;
	/*box-shadow: 0px 0px 25px 5px #e8f8cf;*/
}
#header {
	text-align: center;
	height: 160px;
}
#header h1 {
	margin: 0;
	position: relative;
	top: 1ex;
	font-size: 48px;
	text-align: center;
	color: #0085ff;
}
#header h2 {
	color: #368938;
}
#logo img {
	border: 0px;
}
#logo img {
	width: 250px;
	height: 250px;
}
