a:link {color:#008200; text-decoration:underline;}		/* The Colour of New links */
a:active {color:red; text-decoration:underline;}		/* The colour of Active Links */
a:visited {color:#008200; text-decoration:underline;}	/* The colour of Visited Links */

html, body {
	background-color: #66CC66;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
}

/* This is used for the Main Menu */
h1 {	
	color: #008200;
	font: 10pt verdana;
	text-align: center;
	vertical-align: bottom;
	}
	
h7 {
	text-align:left;
   position: absolute;
   top: 6px;
   left: 0;
   width: 100%;
}

h7 span {
   color: white;
   font: bold 18px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 6px;
}

.MainPhoto {
   position: relative;
   width: 100%; /* for IE 6 */
}

/* This is Main Paragraph text */
p {	
	color: #000000;
	font: 10pt verdana;
	vertical-align: top;
	}

#footer {
	border-top: 3px dotted #999;
	border-bottom: 3px dotted #999;
	margin-top: 0.5em;
	text-align: center;
	font-size: 8pt;
	}
	
#FeatureProp {
	width: 270px;
	border: 2px solid #008200;
	padding-bottom:10px;
}
