body {
	font-family: Arial, Helvetica sans-serif; 
	font-size: 14px;
	line-height: normal;
	color: #000000;
	background: rgb(130,152,109);
	/*background: #FFFFFF;*/
}

img {
	border: 0;
}
	
/* Link formatting */

a
{
	text-decoration: underline;
}

a:link 
{
	color: #0a416b;
}

a:visited
{
	color: #0a416b;
}

a:hover 
{ 
	color: #000;
}

/* Wrapper */

#wrap
{
	width: 850px;
	margin: 0 auto;
	/*float: left;*/
	background-color: #fdfee9;
}

/* Columns */

.left
{
	width: 75%;
	float: left;
}

.right
{
	width: 24%;
	float: right;
}


/*   LAYOUT STRUCTURE STYLES     */

#logo {
	display: inline;
	height:100px;
	float:left;
}

#masthead {
	width: 100%;
	display: inline;
	height:100px;
/*	margin: 0 0 0 0px; */
	padding: 0 0 0 0px;
/*  font-family: lucida handwriting;*/
/*	font-size: 36px; */
/*	color: #FFFFFF; */
	background-color: #006600;
}

#banner {
	width: 75%;
	display: inline;
}

	
#main {
	padding: 7px 20px 7px 20px;
	min-height: 400px;

}

#leftside {
	padding: 7px 10px 7px 20px;
	float:left;
	display:inline;
	}
	
#rightside {
	padding: 7px 20px 7px 10px;
	float:right;
	display:inline;
	}

#footer {
	min-height: 20px;
	display: block;
	width: 100%;
	color: #fdfee9;
	background-color: #006600;

}

#footer a:link {color:#000;}
	

/*  NAVIGATION STYLES  */

#navbar {
	display: block;
	width: 100%;
	color: #FFFFFF;
	background-color: #006600;
	height: 28px;
	font-size: 14px;
	text-align: left;
}

#navbar .holder {
	margin:0;
}

.menu {display:inline-block;}
.menu {display:inline;}
.holder {display:table;}

.menu {
  display:table-row;
  padding: 0;
  margin: 0;
  list-style-type:none;
  white-space:nowrap; 
  }
.menu li {display:inline;}
.menu a, .menu a:visited {
  display:block;
  float:left;
  padding:4px 50px;
  color:#fff; 
  background:#006600; 
  border:1px solid #006600; 
  text-decoration:none;
  }
.menu a:hover {
  color:#006600; 
  background:#fff;  
}



