/* CSS Document */

#joinvecap {
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	background-color: #336699;
	padding: 5px;
	height: 15px;
	width: 190px;
	color: #FFFFFF;
	text-align: center;
	float: left;
	clear: left;
	border: 1px solid #003366;
	margin-bottom: 30px;
}
#memberbox {
	background-color: #94A7B9;
	height: 150px;
	width: 200px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #003366;
	text-align: center;
}
#memberheading {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	height: 15px;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
}
#memberheading a {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	height: 15px;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-decoration: none;
}
#memberheading a:hover {
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #336699;
	height: 15px;
	width: 200px;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003366;
	text-decoration: underline;
}

