/* ===============================================
    CSS STYLES FOR FCCServices.com - Home
    v4.0, 10/2009
   ===============================================
*/

@import url("../portal.css") ;

/* ### NOTE 1:  These styles are for the HOME skin ONLY  ### */
/* ### NOTE 2:  These styles are ONLY the items that are different from the Default skin ### */

/*The main difference between the various Page Groups is the image between the gray navigation bar and the content. */
table.mainTable {
     HEIGHT: 402px  ; 
}
/* ### HOME Page Content Background BEGINS */
/* MIDDLE Column - "padding" adjusts spacing between columns & around content */
/*  see also the DEFAULT stylessheet  */
td#ContentPane {
	background-image: url(images/Home-Page-editable.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;  
}

