

body{margin:0px;}
	#header BR{display:none;}
	
	
#headerFloor{display: none;}	/* Below the default header there is a line (blue is the default) */
#navLable{display: none;} /* On the templates that say "Menu" this is the table that holds it */


#navigation a font{color:#E6CF73;}
#NAVIGATION a i{
font-size:12pt;
display:block;
Font-weight:Bold;
font-style:normal;
text-transform:capitalize;
margin:5px;

padding:1px;
padding-left:7px;
background-color:#000000;
}
#navigation a:hover font{color:#0000cc;}
#NAVIGATION a i:hover{
font-size:12pt;
display:block;
Font-weight:Bold;
font-style:normal;
text-transform:capitalize;
margin:5px;

padding:1px;
padding-left:7px;
background-color:#000000;}

#NAVIGATION hr {display:none;}
#NAVIGATION img{}

#ContactTable a font{color:#ffffff}
#ContactLable{display: none;} /* The container that holds the "Contact Info" Lable. My be a Table or TD (or any other container) */
#ContactTable{color:#ffffff}	/* Table (or container) that holds the Contact Information */
	#ContactTable .PRETTY_NAME{Color:#ffffff}
	#ContactTable .PHONE_NUMBERS{Color:#ffffff}
	#ContactTable .OFFICE_ADDRESS{Color:#ffffff}
	#ContactTable .OFFICE_NAME{Color:#ffffff}
#CSSfooter{display:none;} /* THE ID CSSfooter and it's children allow you to add a cutom footer. */
#articlesTable td{background-color:#E6CF73}