/* CSS for home page */


#content_main {
	border-style: none;
	width: 750px;
	float: right;
	margin: 0px 70px 0px 0px;
	padding: 20px 0px;
}
	
#content_main h2 {
	border-style: none;
	color: #0F5284;
	text-align: center;
}
#left_column .tight-bottom {
	margin-bottom: 0px;
	padding-bottom: 0px;}
	
#left_column {
	width: 306px;
	float: left;}
	
#right_column {
	float: right;
	width: 380px;}
	
#right_column h2 {
	color: #FFF;
	background: #FF7D18;
	text-shadow: 1px 2px 2px #000;}

#right_column h3 {
	font: 1.4em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #0F5284;
	text-align: center;
	border-style: none;
}

#right_column p {
	font-size: 1em;
	font-weight: bold;
}


	
#check_box {
	display: block;
	float: left;
	width: 285px;
	border: 6px double #106194;
	margin: 30px 0px;
	padding: 10px 0px 10px 10px;
	color: #248C36;
}
	
#check_box li {
	list-style: url(/2011/images/icon_check.gif);
	font-size: 1.3em;}	
