.style3 {
	color: #669966;
	font-family: Verdana;
	font-size: 12px;
}
a:link {
	color: #336633;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #336633;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #91801E;
}

h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 20px; color: 336633; text-align: center; margin-bottom: 20px;}
.style6, {font-family: Verdana; font-size: 14px; font-weight: bold; color: #336633; }
.style7 {font-size: 14px; color: #669966; font-family: Verdana;}
.style11 {
	font-size: 16px;
	font-style: italic;
}
.style12 {font-family: Verdana; font-size: 24px; font-weight: bold; color: #003300; }
.style13 {font-family: Verdana; font-size: 18px; font-weight: bold; color: #003300; }

.Register { background:#FFFF99; font-size: 14px; color: #669966; font-family: Verdana; padding:20px}
.Register table {font-size: 12px; color: #000; font-family: Verdana;}

.required {color:#990000; font-weight:bold;}

/*------------------------------------MEMBERSHIP FORM UPDATE 08 FEB, 2011 BY KEVIN GRAY--------------------*/

#membership-form, #membership-form p,#membership-form table, #membership-form th, #membership-form td  {
	margin: 0; padding: 0;
}
.fieldset {
	background: #d4cdb4;
	padding: 40px;
	padding-top: 5px;
	-moz-box-shadow: 1px 1px 5px #908b78;
	box-shadow:1px 1px 5px #908b78;
	margin-bottom: 40px;
}
#membership-form h3 {
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: white;
	margin-bottom: 30px;
	padding: 10px;
		border: solid 1px black;
		background: #a9a054;
	}
#membership-form p {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #336633;
	font-size: 12px;
	margin-bottom: 15px;
	clear: both;	
}
#membership-form input {
	padding: 2px;
}
span.black {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.label {
	display: block;
	float: left;
	width: 25%;
	margin-right: 20px;
	clear: both;
}
span.long-label {
	display: block;
	float: left;
	width: 40%;
	margin-right: 20px;
	clear: both;
}
span.label-no-float {
	display: block;
	clear: both;
	margin-bottom: 10px;
}
span.option {
	color: #128339;
	font-weight: normal;
}
span.note {
	font-size: 0.8em;
}
input.text-input {
	width: 50%;
	padding: 2px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
select {
	width: 30%;
}
input.title {
	width: 25%;
}
input.digit2 {
	width: 30px;
	margin-right: 5px;
}
input.digit3 {
	width: 45px;
}
input.digit4 {
	width: 60px;
}

#membership-form .prof-background p {
	padding-bottom: 20px;
	border-bottom: dashed 1px #b2ac95;
}

/*----------------------TABLE STYLES-----------------------*/

#membership-form table {
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
	}
	#membership-form table span {
		color: #336633;
		font-weight: bold;
	}
	#membership-form th {
		font-family: verdana, arial, sans-serif;
		font-weight: bold;
		color: white;
		font-size: 12px;	
		padding: 5px 5px 10px 5px;
		border: solid 1px black;
		background: #336633;
	}
	#membership-form td {
		color: #128339;
		font-weight: normal;
		padding: 5px;
		border: solid 1px black;
		background: #e3dcc1;
	}
	#membership-form .col3 {
		width: 150px;
	}
	#membership-form .col2 {
		width: 150px;
	}
	#membership-form .col1 {
		width: 290px;
	}
	
#ValidationSummary_Membership {
	font-family: Verdana;
	font-size: 12px; 
	font-weight: bold; 
	color: #336633;
	}
#ValidationSummary_Membership h3 {
	margin-bottom: 0;
	}
.submit-button {
	display: block;
	margin: 0 auto;
	}
	

