a {
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004e34;
}

a:hover {
    text-decoration: underline;
	color: #C20000;
}

/* Header */
#header {
	color: White;
	font-family: Verdana;
	font-size: 18px;
	font-style:italic;
	font-weight:bold;
	background-color: #004e34;
	border-top-style: ridge;
      border-bottom-style: ridge;
}

/*contact*/
#contact {	
      color: White;
	font-family: Verdana;
	font-size: 14px;
      background-color: #006E4A;
}

#contact2 {	
      color: White;
	font-family: Verdana;
	font-size: 14px;
      background-image: URL(images/bkgrd1.gif);
}

/* Menu */

#menu {
	float: right;
	width: 339px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
      float:left;
	margin: 0 3px 0 0;
	padding: 0 5px 0 8px;
	border: none;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004e34;
}

#menu a:hover {
	margin: 0 3px 0 0;
	padding: 0 5px 0 8px;
      text-decoration: underline;
	color: #C20000;
}

/* About */

#about {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
      text-align:justify;
	color: #004E34;
}
#about strong {
	font-family: Arial, Helvetica, sans-serif;
      font-size:18px;
      font-weigth:bold;
      color:#004E34;
}
#about p {
      padding: 0 0 0 10px;
}
/* Charter */

#charter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #004E34;
}

#charter strong {
	font-family: Arial, Helvetica, sans-serif;
      font-size:18px;
      font-weigth:bold;
      color:#004E34;
}
#charter a {
      font-style:Italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #00885A;
}
#charter a:hover {
      text-decoration: underline;
	color: #C20000;
)