﻿body {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:lighter;
	/*background-color:#439368;*/
	background-color:#0c5026;
}

.header {
	color:white;
	text-align:center;
}


.menu {
	float:left;
	width:200px;  
	color:#EEEEE0;
	background-color:#0c5026;
	text-align:center;
	min-height:100%;
}

.content {
	margin-left:200px;
	background-color:#EEEEE0;
	padding:0px 20px 0px 20px;
	min-height:100%;
}

.footer {
	text-align:center;
	width:100%;
	float:left;
	color:white;
}

.menu_selected {
	padding:5px 10px 5px 10px; 
	background-color:EEEEE0;
	color:#0c5026;
}

.menu_unselected {
	padding:5px 10px 5px 10px; 
	color:white;
}

.menu_list {
	list-style-type:none; 
	padding:0px; 
	margin:0px;
}

.menu_link {
	text-decoration:none;
	color:white;
}

.menu_link_selected {
	text-decoration:none;
	background-color:EEEEE0;
	color:#0c5026;
}
