/* CSS Document */
body {
	background-color: #6FB042;
}

.Main{
	width: 100%;
	background-color:#FFFFFF;
	position: relative;
	margin: 0 auto;
	color:#3F4243;
}
.Main_Corners {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	z-index: 10;
	background-image: url(../Images/Corners_white_on_green.jpg);
}
#Main_Corners_B {
	width: 950px;
	height: 10px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color:#FFF;
	margin: 0 auto;
}
.Main a{
	color:#3F4243;
}
.Main a:hover{
	color:#888;
}

.Text_Area{
	background-color:#CEE7BE;
	width: 87%;
	height: auto;
	text-align:left;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
	padding: 5%;
	overflow:hidden;
	margin-left: 1.5%;
	position: relative;
	color:#3F4243;
}	
.Text_Area p{
	margin: 0px;
	font: 1em/1.6em Arial, Helvetica, sans-serif;
}
.Text_Area h1{
	font-weight: bold;
	font:2em Arial, Helvetica, sans-serif;
}

/* MENU -------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/

#menu {
width: 80%;
margin-left: 10%;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
float: left;
}
#menu a {
	font: bold 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-color: #888888;
	border-right-color: #888888;
	border-top-color: #eee;
	margin: 0;
	padding: 2px 3px;
	color: #111;
	background: #ffffff;
	font: bold 12px/24px arial, helvetica, sans-serif;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
	background: #c8e8cd;
}
#menu a:active {
	background:#FFFF66;
}
#menu h3{
	display: block;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #648B38;
	font: bold 12px/24px arial, helvetica, sans-serif;
	text-transform: uppercase;
	border: 2px solid;
	border-color: #96bc83 #3e623b #3e623b #96bc83;
	text-align: center;	
}

