/* ********************************   */
/*     NONMEMBERS HOME PAGE           */
/* ********************************   */


* body
{
	font-family: sans-serif;
	font-size: medium;
	background-color: #0b0b0b;
	color: white;
	margin: 10;
}

.nonmembers_index_heading
{
	text-align: center;
}

.nonmembers_index_block
{
	font-size: small;
}

.nonmembers_home_banner
{
	width: 760px;
	height: 80px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFFF00;
	clear: both;
}

.nonmembers_home_topnav
{
	margin-top: 3px;
	width: 760px;
	height: 30px;
	text-align: center;
	
}

.nonmembers_home_bottomnav
{
	clear: both;
	width: 760px;
	height: 25px;
	text-align: center;
	background-color: #FFFF00;
	color: black;
	
}

.nonmembers_home_nav_item
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.nonmembers_home_nav_item a:link
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-weight: normal;


}

.nonmembers_home_nav_item a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: black;
	/*dim gold links once visited */
	font-weight: normal;
}




.nonmembers_home_primary
{
	width: 760px;
	clear: both;

}


.nonmembers_home_primary_promo
{
	clear: both;
	display: block;
	width: 760px;
	font-size: small;
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.nonmembers_home_primary_teaser
{
	clear: both;
	display: block;
	width: 760px;
}

.nonmembers_home_primary_legal
{
	text-align: center;
	font-size: 10px;
	margin-bottom: 20px;
	
}


.faqbody
{
	margin-top: -10px;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
}

h2.faqhead 
{
	color: #FFFF00;
	margin-top: 25px;
	margin-bottom: -10px;
}

h3.faqhead 
{
	color: #FFFF00;
	margin-top: 15px;
	margin-bottom: 5px;
}

.links_banner
{
	display: block;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

.nm_join_body
{
	width: 760px;
	clear: both;
	font-size: medium;
	margin-bottom: 10px;
	font-family: sans-serif;
}

.nm_join_detailslink 
{
	margin-bottom: 10px;
	text-align:center;
}

.nm_join_joinlink
{
	font-size: x-large;
	margin-bottom: 10px;
	text-align: center;
}


.big
{
	font-size: xx-large;
	font-weight: bold;
}

a:link
{
	text-decoration: none;
	font-weight: bold;
	color: #FFFF00;
	font-weight: normal;
}

a:visited
{
	text-decoration: none;
	font-weight: bold;
	color: #EEEE00;
	/*dim gold links once visited */
	font-weight: normal;
}

