 body	{
	margin:0px;
	background:url(/images/bg.jpg) top repeat-x #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
}

img 	{border:none;}
input, h1, h2, img	{margin:0px; padding:0px;}
.blocks	{display:block;}
td {vertical-align:top; padding-bottom:20px}
h1	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:21px;
	font-weight:bold;
	color:#656462;
}

h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#464646;
}

a	{
	color:#5E8C30;
	text-decoration:underline;
}

a:hover	{
	text-decoration:none;
}


.container	{
	display:table;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

.left	{
	display:block;
	float:left;
	clear:left;
	width:729px;
}

.main	{
	width:729px;
	height:292px;
}

	.nav	{
		display:block;
		height:22px;
		text-align:left;
		padding-top:33px;
		}
		
		.nav a	{
			color:#5F563D;
			text-decoration:none;
			margin:0px 6px 0px 6px;		
		}
		
		.nav a:hover	{
			text-decoration:underline;		
		}
		
	.content	{
		display:block;
		width:709px;
		padding:22px 18px 0px 2px;	
	}
	.content ul li, .content ol li	{
		margin:9px 0px 9px 0px;
	}
	
.right	{
	display:block;
	/*float:right; 
	clear:right;*/
	width:231px;
	padding-top:55px;
}
	.rbg {background:url(/images/right-bg.jpg) top repeat-x #FBF9F3}
	
	.logo	{
		height:98px;
		width:231px;
		}

	.form-bg	{
		display:block;
		background:url(/images/form-bg.jpg) no-repeat;
		width:231px;
		height:205px;
		text-align:center;
		padding-top:87px;
		}
		
		.first-name, .last-name, .email  {
		   width:168px;
		   font-size:12px;
		   margin-bottom:6px;
		   padding:3px 0px 3px 4px;
		   border:1px solid #C4C4C4;
		}

		.check-01, .check-03, .select-amount {
		   display:none;
		}
		.check-02, .check-04	{
			color:#FFFFFF;
			text-align:left;
			margin-left:8px;
			margin-bottom:3px;
		}
			.check-04 a	{
				color:#FFFFFF;
				text-decoration:underline;		
			}
			.check-04 a:hover	{
				color:#FFFFFF;
				text-decoration:none;
			}
		
		.continue-button input {
		   margin-top:8px;
		}

.footer	{
	display:block;
	width:100%;
	background:#37ADC7;
	margin:0px 0px 20px 0px;	
}

	.box	{
		display:block;
		width:960px;
		height:47px;
		padding-top:11px;
		margin-left:auto;
		margin-right:auto;
		color:#FFFFFF;	
	}
	.box a	{
		color:#FFFFFF;
		text-decoration:none;
	}
	.box a:hover	{
		text-decoration:underline;
	}
		#disclosures	{
			display:block;
			float:left;
			width:450px;
		}
		#disclosures ul	{
			margin:0px;
			padding:0px;
			width:240px;
		}
		#disclosures ul li {  
		  display:inline;
		  margin-right:20px;
		}
		
		.links	{
			display:block;
			float:right;
			width:450px;
		}
		.links a	{
			margin:0px 8px 0px 8px;
		}