body {
	color:#5CB42E;
	margin:20px;
	padding:0;
	background-color:#FFFFFF;;
	font-family: "Century Gothic";
	font-size: 80%;
}

p {
	line-height:1.5em;
	margin:0 0 15px;
}
h1 {
	font-size:120%;
	/*color:#202020;*/
	color:#429442
}

img {
	border: 0;
}
#sitename img {
	border:0;
}

#topimage {
 height:45px;
 border-top:none;
 background-color:white;
 width:842px;
 background-image: url(../images/topimage.gif);
 margin:0 auto;
}
#outer2 {
	padding-bottom:0px;
	background-color:#5CB42E;
	border-bottom:none;
	width:842px;
	margin:0 auto;
}
#outer {
	padding-bottom:0px;
	background-color:#85C949;
	border-bottom:none;
	width:782px;
	margin:0 auto;
}
#container {
	margin:0 auto;
	text-align:left;
	width:752px;
	border: none;
	border-radius: 100px 100px;
	background-color:white;
}
#buttomimage {
	height:45px;
	border-top:none;
	background-color:white;
	width:842px;
	background-image: url(../images/bottomimage.gif);
	margin:0 auto;
}
#sitename {
	margin:0;
	padding:0;
	border-bottom: 1px solid #404040;
	height:60px;
	overflow:hidden;
	background-image:url(../images/mainimage.gif)
}

#topnavigation {
	padding:10px;
	/*border-bottom: 1px solid #404040;*/
	border-bottom: 1px solid 	#429442;
	font-size: 114%;
}

#bottominfo {
	padding:10px;
	/*border-top: 1px solid #404040;*/
	border-top: 1px solid 	#429442;
	font-size: 80%;
	text-align:center;
}

a:link {
	/*color: #000000;*/
	color: #429442;
}
a:visited {
	/*color: #000000;*/
	color: #429442; 
}
a:hover {
	/*color: #0066CC;*/
	color: #5CB42E;
}
a:active {
	/*color: #003399;*/
	color: #5CB42E;
}

#left {
	float: left;
	margin: 0;
	padding: 10px;
	width:135px;
	font-size: 114%;
	font-family: "Century Gothic";
}

#main {
	margin: 0 150px 0 155px;
	padding: 10px;
	border-left: 0;
	height: auto;
	border-right: 0;
}

#right {
	float:right;
	margin:0;
	padding:10px;
	width:130px;
	border-left: 0;
	font-size:80%;
	font-style:italic;
}

#wrap {
	margin:0;
	clear:both;
	padding:0;
	width:750px;	
}

#subnav {
	margin-bottom:5px;
}
#subsubnav {
	margin-bottom:5px;
	text-indent:10px;
}
#navselected {
	font-weight:bold;
	text-decoration:none;
}
.photo{
margin:5px auto 15px;
padding:5px;
}
.center{
text-align:center;
}
.hide{
display:none;
}
