body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
#Header {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:3px solid #006633;
	background-color:#006633;
	}
#Photos {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to auto */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:3px solid #006633;
	background-color:#006633;
	}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
font-weight: bold;
}

#navcontainer ul li
{
display: inline;
}

#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #006633;
}

#navcontainer ul li a:hover
{
color: #fff;
background-color: #80B399;
}

#navcontainer #current { background-color: #80B399;}








H1 {font:Arial, Helvetica, sans-serif;
text-align:center}
#Content {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to &quot;auto&quot; */
	text-align:left; /* Counteract to IE5/Win Hack */
	font-family: Arial, Helvetica, sans-serif;
	color: #006633;
	padding:15px;
	border:3px solid #006633;
	background-color:#ffffff;
	}
#Footer {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to &quot;auto&quot; */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding-left: 15px;
	padding-right: 15px;
	border:3px solid #006633;
	background-color:#006633;}
#FooterText {
	font-family: arial, helvetica, san serif;
	font-weight: bold;
	color: white;
	text-align: center;}
#FooterText ul {
	list-style-type: none;}
#FooterText ul  li {
	display: inline;
	text-decoration: none;
	padding: 7px;}

/* +++ Start of Forms Section +++ */

fieldset  {

	color: #006633;

	font-family: &quot;arial&quot;;

	border: solid 1px #006633;

	background-color: #EAF3DA;

}




legend  {

	color: #006633;

	font-family:helvetica, arial, sans-serif;

	font-weight: bold;

	padding:2px;

}

.formwrapper{

	font-size: 100%;

}



label   {

	font-family: &quot;arial&quot;;

	font-weight: bold;
font-size: 80%;

	line-height: normal;

	text-align: right;

	display: block;

	margin-right: 20px;

	position: relative;

	width: 150px;

	float: left;

}



label.fieldLabel	{

	display: inline;

	font-weight: normal;

	float: none;

}



	

input.formInputField   {

	border: solid 1px #006633;

	background-color: white;

	color: #006633;

	margin-right: 5px;

	margin-bottom: 5px;

	padding: 2px;

	height: 15px;

	font-family: &quot;arial&quot;;
font-size: 80%;

	

}



input.messageInputField {

	border: solid 1px #006633;

	background-color: white;

	color: #006633;

	margin-right: 5px;

	margin-bottom: 5px;

	padding: 2px;

	font-family: &quot;arial&quot;;

}



	

input.formInputField:hover {

	background-color: white;

	border: solid 1px #006633;

	color: #006633;

}



select.formSelect  {

	border: solid 1px #006633;

	background-color: white;

	color: #006633;

	cursor: pointer;

	margin-right: 5px;

	margin-bottom: 5px;

	padding: 2px;

}

.borders {

	border: solid 1px #006633;

	background-color: white;

	color: #006633;

	margin-right: 5px;

	margin-bottom: 5px;

	padding: 2px;

	height: 75px;

	font-family: &quot;arial&quot;;
	
	font-size: 80%;
}


select.formSelect:hover  {

	background-color: #ccffff;

	color: #006633;

	cursor: pointer;

}

#formStack {

	position: relative;

	visibility: visible

}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
