#memberTermsOfServiceMain {
	position:			relative;
	width:				100%;
	border-top:			1px solid 	#5A5D5A;  
	border-bottom:		1px solid 	#5A5D5A;  
	background: 		white;
}

#memberTermsOfServiceContents {
	width:		80%;
	padding:	10px 20px;;
}

#memberTermsOfServiceMain p {
	padding-top:	5px;
}
#memberTermsOfServiceMain li {
	/*  Need to do this because <ol> and <ul> lack
	    margins that cause the descriptions to not display
	    user-generated lists well.
	    
	    Sadly the problem still persists in IE6 even with this hack...*/
	margin-right:: 80%;
	margin-left: 	20px;
	margin-bottom:	5px;
	margin-top:		5px;
}

#privacyPolicyMain {
	position:			relative;
	width:				100%;
	border-top:			1px solid 	#5A5D5A;  
	border-bottom:		1px solid 	#5A5D5A;  
	background: 		white;
}

#privacyPolicyContents {
	padding:	10px 20px;
	width:    	80%;
}

#privacyPolicyMain p {
	margin-top: 	5px;
}
#privacyPolicyMain li {
	/*  Need to do this because <ol> and <ul> lack
	    margins that cause the descriptions to not display
	    user-generated lists well.
	    
	    Sadly the problem still persists in IE6 even with this hack...*/
	margin-left: 	20px;
	margin-bottom:	5px;
	margin-top:		5px;
}
