*{
		border: 0px; padding: 0px; margin: 0px;	
		font-family: arial;
		font-size: 9pt;
	}
	body{
		background-color: #169913;
	}
	#content{
		
		background-color: #fff;
	}
	#topline{
		padding:4px 0px 0px 4px;
		height: 20px;
		/*background-color: #fff;
		color: #169913;
		border-bottom: 1px solid #169913;*/
		background-color: #169913;
		color: #fff;
		font-size: 8pt;
		border-bottom: 1px solid #AB8E4E;

	}
		#topline ul{
			display: inline;
			list-style-type: none;
		}
		#topline ul li{
			display: inline;
			padding-left: 10px;
		}
		#topline a, #topline a:hover, #topline a:visited{
			color: #fff;
			text-decoration: none;
		}
		#topline div{
			float: right;
			font-size: 10pt;
			padding-right: 10px;
			font-weight: bold;
		}
	#foot{
		background-color: #169913;
		background-image: url('images/footbox.jpg');
		background-position: top left;
		background-repeat: no-repeat;
		padding: 80px 0px 100px 0px;
		}
		#footnav{
			display: inline;
			list-style-type: none;
		}
		#footnav li{		
			float: left;
			display: inline;
			padding-left: 10px;
		}
		#foot a, #foot a:hover, #foot a:visited{
			color: #fff;
			text-decoration: none;
		}
		#spacer{
			float: left; 
			width:235px; 
			height: 30px;
		}
	#AboutBliss, #FAQ, #Contact, #Cards{
		padding: 30px 0px 0px 50px;
		width: 500px;
		display: none;
		color: #fff;
		margin: 35px 0px 0px 200px;
	}
	#AboutBliss img.staff{
		/*margin-left: -130px;*/
	}
	#AboutBliss li, #FAQ li, #Contact li, #Cards li{
		margin-left: 20px;
	}
	#FAQ li, #Cards li{
		padding: 0px 0px 10px 0px;
	}
	#FAQ li a{
		font-size: 10pt;
		font-weight: 600;
	}
	#FAQ li div{
		display: none;
		padding:4px 0px 4px 0px;
		font-weight: normal;
	}
	#FAQ li p{
		padding-top: 4px;
	}
	#FAQ li ol{
		padding-top: 4px;
	}
	#FAQ li ol ul{
		padding-top:8px;
	}
	#button {
		background: transparent url('images/btnRight2.gif') no-repeat scroll top right; 
		display: block;
		float: left;
		height: 22px; 
		margin-right: 6px;
		padding-right: 20px; 
		text-decoration: none;
		}
		#button span {
			/*color: #169913;*/
			color: #fff;
			background: transparent url('images/btnLeft2.gif') no-repeat; 
			display: block;
			padding: 4px 0 6px 17px;
		} 
	input, textarea, select{
		border: 1px solid #999;
	}
	form, #thanks{
		padding: 30px 0px 0px 250px;
	}
	.note{ 
		font-size: 8pt;
		color: #999;
	}
	hr{
		color: #EEE;
		background-color: #EEE;
		height: 2px;
	}
	.tablehead{
		/*font-weight: 900;*/
		background-color: #ccc;
		padding: 4px;
		color: #fff;
	}
