/* Home Page CSS */

div#home_headline{
	float:left;
	width:693px;
	background-color:#FFFFFF;
	background-image:url(images3/home_content.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
div#home_headline_text{
	padding:5px 20px 5px;
}
img.home_headline_img{
	padding:18px 20px 10px 0px;
}

div#home_headline_text h1{
	color:#003366;
}
div#home_headline_footer{
	background-image:url(images3/home_content_bottom.jpg);
	background-position:left bottom;
	background-repeat:no-repeat;
	height:22px;
}

div#home_quick_links{
	float:left;
	width:170px;
	margin:0 0 0 37px;
}


/* -- Subsection -- */
div#home_subsection_left{
	float:left;
	width:433px;
}
div#home_subsection_right{
	float:left;
	width:433px;
	margin-left:34px;
}