body {
	margin: 0px;
	padding: 0px;
}

#advancedSearches{
/*	visibility: hidden; */
  display: none;
	position: relative;
	font-size: 0.85em;
	font-weight: normal;
	color: #333333;
	width: 100%;
}
	
#closer {
	font-size: 0.85em;
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}

.advancedSearchLink {
	font-size: 0.85em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.advancedSearchLink:hover {
	color: #006633;
	text-decoration: underline;
}

.closerLink {
	font-size: 0.85em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.closerLink:hover {
	color: #006633;
	text-decoration: underline;
}

.bold {
	font-size: 0.85em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.normal {
	font-size: 0.85em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.nameLink {
	font-size: 1.0em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.nameLink:hover {
	color: #006633;
	text-decoration: none;
}

.mapLink {
	font-size: 0.95em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.mapLink:hover {
	color: #006633;
	text-decoration: none;
}

.navLinks {
	font-size: 0.9em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.headText {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.websiteLink {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.websiteLink:hover {
	color: #006633;
	text-decoration: underline;
}

.emailLink {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.emailLink:hover {
	color: #006633;
	text-decoration: underline;
}

.pageLink {
	font-size: 1.1em;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.pageLink:hover {
	color: #006633;
	text-decoration: underline;
}

hr {
	border: thin solid #F0F0F0;
}

.poweredBy {
	font-size: 0.65em;
	font-weight: normal;
	color: #666666;
}

.addLink {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}

.addLink:hover {
	color: #006633;
	text-decoration: none;
}

.error {
	font-size: 1.1em;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

#marqueeBox,
td.footercell {
	font-size: 0.6em;
	}

.smaller {
	font-size: 0.7em;
}

/* Added 10 07 Melissa Ahluwalia */

#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
/*	background-color: #9a9a9a;*/
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
	}

#navMain ul, #navSupp ul, #navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000000;
	}
