 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:#383738;
}

h2	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	color:#383738;
}

a	{
	color:#895A5A;
	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;
		color:#464646;
		}
		
		.nav a	{
			color:#464646;
			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 ol li, .content ul li	{
		margin:8px 0px 8px 0px;
	}

.right	{
	display:block;
	/*float:right; 
	clear:right;*/
	width:231px;
	padding-top:55px;
}
	.rbg {background:url(/images/right-bg.jpg) top repeat-x #FFFFFF}
	
	.logo	{
		height:98px;
		width:231px;
		}

	.form-bg	{
		display:block;
		background:url(/images/form-bg.jpg) no-repeat;
		width:231px;
		height:235px;
		text-align:center;
		padding-top:57px;
		}
		

.footer	{
	display:block;
	width:100%;
	background:#E4D2D2;
	margin:0px 0px 20px 0px;	
}

	.box	{
		display:block;
		width:960px;
		height:47px;
		padding-top:11px;
		margin-left:auto;
		margin-right:auto;
		color:#777777;	
	}
	.box a	{
		color:#777777;
		text-decoration:none;
	}
	.box a:hover	{
		text-decoration:underline;
	}
		#disclosures	{
			display:block;
			float:left;
			width:450px;
		}
		#disclosures ul	{
			margin:0px;
			padding:0px;
			width:260px;
		}
		#disclosures ul li {  
		  display:inline;
		  margin-right:20px;
		}
		
		.links	{
			display:block;
			float:right;
			width:490px;
		}
		.links a	{
			margin:0px 8px 0px 8px;
		}
