@charset "UTF-8";
/* CSS Document */

.border{
	margin:5px;
	border:solid 3px #333333;
}

h2 {
	color: #675944;
}
a:link {
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}	
	
.footer a{
	color:#FFFFFF;
}
.indent {
	margin-left: 180px;
}
.membershiplevels {
	font-size: 0.8em;
	margin-left: 70px;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
}
.caption {
	font-size: .8em;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

