body {
	font-family: lucida grande, arial, verdana, sans-serif;
	text-align:center;
}

a img {
border: 0px;
}

a.joinbutton, a.joinbutton:visited {
background: url(../images/button.png) 0px 0px no-repeat;
display: block;
width: 292px;
height: 70px;
margin: 0px auto;
text-align: center;
}

a.joinbutton:hover {
background: url(../images/button.png) 0px 0px no-repeat;
display: block;
width: 292px;
height: 70px;
}

.notext {
display: none;
}

.clear {
clear: both;
margin: 0px;
padding: 0px;
}
.Header {
	width:720px; 
	height:100px;
	margin:0 auto;
	text-align:left;
}
	.Header .menu {
		float:right;
		margin:10px 0px 0px;
		width: 290px;
	}
	
	.Header .logo {
	float: left;
	width: 219px;
	}
		.Header .menu ul {
			list-style-type:none;
			margin: 70px 0px 0px 0px;
		}
		.Header .menu ul li {
			float:left;
			margin:0px 10px;
		}
		.Header .menu a, .Header .menu a:visited {
			color:#004810;
			font-size: 100%;
			text-decoration: none;
		}
	
		.Header .menu a.current {
			color:#666;
		}
	
		.Header .menu a:hover {
			color:#666;
		}
		
		img.mainpic {
		border: 1px solid #66A135;
		border-left: 0px;
		border-right: 0px;
		padding: 5px 0px;
		}
		
	
		
	

.Center {
	width:720px;
	margin:0 auto;
	text-align:left;
}

.twocolumn {
width: 50%;
float: left;
margin-top: 20px;
}

.icon {
float: left;
width: 60px;
margin-right: 10px;
}

.textpart {
float: right;
width: 265px;
}


.Footer {
	width:720px;
	border-top: 1px solid #649F35;
	border-bottom: 1px solid #649F35;
	text-align:center;
	padding: 7px;
	margin: 40px auto 0px auto;
}

.Footer ul {
margin: 0px auto;
width: 400px;
}

.Footer ul li {
list-style: none;
margin: 0px;
padding: 0px;
float: left;
width: 100px;
}
	.Footer a {
		color: #004811;
		text-decoration:none;
	}
	.Footer a.current, .Footer a:hover {
		color:#666;
	}
	
h2 {
	color:#941f71;	
}

