/* BACKGROUNDS */
body { background: #fff; }
#footer { background: #eee; }
#breadCrumbLeft { background: #eee; }
.registryFormInstructions { background: #eee; }
.registryFormButtonBar { background: #eee; }
.registryFormTab, .registryFormTab a:link, .registryFormTab a:visited { background: #eee; }
.registryFormTabSelect, .registryFormTabSelect a:link, .registryFormTabSelect a:visited { background: #fff; }

#brand, .jqueryslidemenu ul li a:hover { background: #33F; }
.jqueryslidemenu, .jqueryslidemenu ul li a { background: #115; }

/* FONT */
body { color: #222 }
#brand a { color: #fff; }

/* BORDERS */
#brand { border-color: #999; }
#myslidemenu { border-bottom-color: #bbb; }
#breadCrumbLeft { 
	border-bottom-color: #bbb;
	border-right-color: #bbb;
}

