/* CSS Document */

/* ********************************************************************************************
*	Created By: 				Kevin Dyck
*	Creation Date: 				Mar 10, 2006
*
*	NOTES						This file modifies values of the primary style sheet for use 
*								on the home page, which has a significantly different layout 
*								than other pages in the site.  Reference to this file must come 
*								last in the list of CSS files in the page code. 
******************************************************************************************** */





/* ******************************************************************************************************** */



#header {
	height: 250px;
	background-image: url(../images/bg_header01.jpg);
}

#content	{
	width: 750px;
	padding: 0px 0px 0px 0px;
}

	#content p, #content h2, #content h3, #content h4, #content h5	{
		margin-left: 0px;
	}
	
	#content p	{
		line-height: 130%;
		margin-bottom: 20px;
	}
		
	#content table	{	 border: 0px solid #000000;	margin: 0px 0px 0px 0px;	}
	
	#content td {
		padding: 5px;
		vertical-align: top;
		font-size: 11px;
	}

	#content td.fpleft	{
		padding: 40px;
		background-color:#FFFFFF;
	}

	#content td.fpright	{
		padding: 40px;
		background-color:#E0EBFD;
		border-left: 1px solid #000000;
	}
	
	.whiteunderline	{
		border-bottom: 1px solid #ffffff;
	}

