body{
	margin: 0;
	padding: 0;
	background: none;
	font: 75%/1.4em verdana, helvetica, sans-serif, serif;    
}

div.wrapper{ 
        width: 650px;
	background-color: #FFFFFF;
	border: 0;
}

/* ===== [ Rule Sets ] ====== */

h1, h2, h3, h4, h5, ul, li, form{
	margin: 0;
   padding: 0;
	list-style: none;
}

/* ====== [ Header ] ====== */

div.header{display: none;}

/* ====== [ Navigation ] ====== */

ul.navigation{
        display: none;
}



/* ====== [ Content ] ====== */

div.content{
        width: 500px;
	padding: 0;
        color: #000000;
}

* html div.content{width: 100%;}

div.content h3{
	margin: 10px 0 10px 6px;
	font-size: 160%;
	color: #000000;
}

div.content h4{
	margin: 10px 0 10px 6px;
	font-size: 130%;
	color: #000000;
}

div.content p{
   margin: 10px 0 10px 6px;
	color: #000000;
}

div.content p strong{
	color: #000000;
}

div.content p span{
	font-size: 80%;
}

div.content a{
	color: #D75F11;
	text-decoration: none;
	font-weight: bold;
}


  /* ====== [ Features Div on home page ] ====== */
  
   div.features{
   display: none;}


  /* ====== [ Left Div on home page ] ====== */
  
   div.left{
   	display: none;
   }

  /* ====== [ Right Div on home page (Contains Flash) ] ====== */
  
   div.right{
   	display: none;}
	
	/* ====== [ Form on Members page ] ====== */
	
	form.membership fieldset{
		margin: 0 0 10px 0; 
		padding: 0 8px 8px 8px;
		border: 0;
	}
	
	form.membership label{
	display: block;
	width: 192px;
	float: left;
	padding: 0 0 0 8px;
	margin-bottom: 10px;
   }
	
	form.membership legend{
	   border: 0;
           display: none;
	}
	
	* html form.membership legend{
		margin-bottom: 10px;
	}
	
	input.inputBody{
	display: block;
	width: 247px;
	float: left;
	margin-bottom: 10px;
	border: 1px solid #727583;
	}
	
	form.membership select option{
		border-bottom: 1px solid #E0DFEF;
	}
	
	form.membership select{
		border: 1px solid #727583;
	}

	div.center{
	   text-align: center;
	}
	
	input.submit-m{
	   width: 120px;
	   color: #FFFFFF;
	   background-color: #162A83;
		border: 1px solid #E2001A;
	}

   form.membership br {
	clear: left;
   }

   form.membership div a{display: none;}
	
/* ====== [ Footer ] ====== */

div.footer{
	display: none;
}

div#bf{
   display: none;
}