/* CSS Document */

#header{background-color:#CCFFFF;} /* This is the table that the default header is enclosed in */
	#header .left{background-image:url(/files/225095/banner.jpg); background-repeat:no-repeat; height:150px;}
	#header .right{display:none;}
	
#headerFloor{background-color:red;}	/* Below the default header there is a line (blue is the default) */
	#headerFloor .top{background-color:#3165CE;} /*can put a small height here...*/

	#headerFloor .bottom{height:20px; background-color:#B9E4F8;}

#NavTable{}
#navLable td.left{background-color:#3165CE;} /* On the templates that say "Menu" this is the table that holds it */
#NAVIGATION{} /* Wraps the $NAVIGATION variable */
	#NAVIGATION a{
 display:block;

}
	#NAVIGATION a font{color:white;}
	#NAVIGATION a:hover font{color:#FFFF00;}
#ContentTable .left hr{color:#CCFFFF;} /* ONLY change .left HR here, other .lefts are below */

#ContactLable{background-color:#3165CE;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable font{color:white;}	/* Table (or container) that holds the Contact Information */

#contentTable{} /* This is the table that controls most of the page and holds (among other things) the content well */	
#contentTable .left{background-color:#3165CE;}
#contentTable{background-color:#CCFFFF;}
#articlestable{background-color:#B9E4F8;}
#articlestable font{color:blue;}
#articlesTable a font{color:blue;} 
#articlesTable a:hover font{color:white;} 
#partnersTable a {color:#3165CE;}
#partnersTable a:hover font{color:white;}
#partnersTable a font{color:#3165CE;}

#partnersTable td font{color:blue;}
.disclaimer {}


/*You'll hardly edit anything below this*/

#MYHOMETRACKER{}



p#CALL_ME{} /* This spot is used for the accounts that have a call me button, but you can use that container */
	
#DES_BOX{}

	
