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


    #join h3 {
  		background: url(images/iovApp.jpg) no-repeat left top;
		width: 570px;
		height: 82px;
		margin-bottom: 5px;
		}
	
	#join h3 span {
		display: none;
		}
		
	ul.member {
		list-style-type: none;
		}
		
	ul.member a {
		display: block;
		width: 25em;
		height: 2em;
		line-height: 2em;
		margin-top: 5px;
		margin-left: 100px;
		background: #F7F9BB url(images/longboat.gif) no-repeat 5px 50%;
		padding-left: 30px;
		text-decoration: none;
		color: #3650EB;
		font-weight: bold;
		border: 4px solid;
		border-top-color: #969698;
		border-right-color: #4B4B4C;
		border-bottom-color: #757577;
		border-left-color: #BCBCBE;
		}
	
	ul.member a:visited {
		background: #F7F9BB url(images/check.gif) no-repeat 5px 50%;
		padding-left: 30px;
		text-decoration: none;
		color: #3650EB;
		font-weight: bold;
		border: 4px solid;
		border-top-color: #969698;
		border-right-color: #4B4B4C;
		border-bottom-color: #757577;
		border-left-color: #BCBCBE;
		}
	
	ul.member a:hover {
		background: #4D64EE url(images/longboat.gif) no-repeat 5px 50%;
		padding-left: 30px;
		text-decoration: underline;
		color: #F0F790;
		font-weight: bold;
		border: 4px solid;
		border-top-color: #969698;
		border-right-color: #4B4B4C;
		border-bottom-color: #757577;
		border-left-color: #BCBCBE;
		}
		
	#infoDues h3 {
		background: url(images/duesInfo.jpg) no-repeat left top;
		width: 570px;
		height: 40px;
		margin-top: 15px;
		margin-bottom: 5px;
		}
		
	#infoDues h3 span {
		display: none;
		}
  