@charset "UTF-8";
/* CSS Document */

.link {
	text-decoration: none;
	color: #422A12;
}
.style1 {
	font-size:20px;
	text-align:center;
	text-decoration: none;
}
body {
	background-color:#F4FFE4
}
table {
	background-color:#6B9239
}
.style3 {
	font-size: 12px;
	color: #422a12;
}
.style4 {
color: #422a12
}

a:link{color: #422a12;
text-decoration: none;}

a:visited{color:#F4FFE4;
text-decoration: none;}

a:hover{color: #C90;
text-decoration:none}

#navcontainer
{
	margin: 0 auto;
	padding: 1em 0 0 0;
	font-family: georgia, serif;
	text-transform: capitalize;
	width: 100%;
	background: #6c923b;
	background-color: #6C923B;
}

/* to stretch the container div to contain floated list */
#navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#navlist
{
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	font-size: 0.8em;
	background: #6c923b;
}

ul#navlist li
{
display: block;
float: left;
width: 20%;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #422a11;
text-decoration: none;
background: #6c923b;
}

#navcontainer>ul#navlist li a {
	width: auto;
	color: #FF0;
}

#navcontainer>ul#navlist li a:hover {
	color:#F90
}

ul#navlist li#active a
{
	background: #6c923b;
	color: #FF0;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #F90;
	background: transparent;
	border-top-color: #F90;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #ccc;
}

.floatimgright {
	float:right;
	margin-top: 10px;
	margin-right:10px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 10px;
}

#footer {
	
	text-align: center;

	clear: both;
	}	
	
.linknewsletter {
	color: #F03;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
}
