html,
body {
	margin-top: 0;
	background: #fff url(body-bg.gif) repeat;
	padding: 0;
	}

#hd {
	background: #eee;
	height: 215px;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	background: url(header-bg.gif) repeat-x bottom;
}

#splash {
	padding: 20px;
}
#splash td{
	padding: 20px 40px;
	background: #fff;
}


#breadcrumb {
		margin-bottom: 12px;
}

#ft {
	background: #ababab url(footer-bg.gif) repeat-x; 
	color: #666;
	height: 17px;
	font-weight: bold;
	font-size: 93%;
	margin: 0;
	padding: 4px;
	text-align: center;
	}


#ft span {
	color: #333;
	font-weight: bold;
	padding: 4px;
}


#ft a,
#ft a:link,
#ft a:visited {
	text-decoration: none; 
	color: #666; 
	font-weight: bold;
	padding: 4px;}

#ft a:hover,
#ft a:active { text-decoration: underline;}


#ft a.selected{
	font-weight: normal;
}
#ft a.selected:hover,
#ft a.selected:active {
	text-decoration: none;
}





/* SECONDARY NAVIGATION - vertical navigation */

ul.nav-secondary {padding-top:0;border: none; background: #50acde;}

/* SECONDARY NAVIGATION - 1st TIER */

	ul.nav-secondary li {border: none;}
	ul.nav-secondary li {background: #686868 url(snav-li-bg.gif) repeat-x; border-bottom: 2px solid #ccc;}
	ul.nav-secondary li.selected {background: #fd0000 url(snav-li-sel-bg.gif) repeat-x; border-bottom: 2px solid #ccc;}




	/* First Level Standard Look */
	ul.nav-secondary a,
	ul.nav-secondary a:link,
	ul.nav-secondary a:visited {line-height: 1.8; padding: 12px 12px; font: bold 1em; color:#fff;  background: transparent;} 

	/* First Level Hover */
	ul.nav-secondary a:hover, 
	ul.nav-secondary a:active {background: #fd0000 url(snav-li-sel-bg.gif) repeat-x;} 

	/* First Level Selected */
	ul.nav-secondary li.selected a { color: #fff;} 

	/* Second Level */
	ul.nav-secondary li li,
	ul.nav-secondary li li.selected	{background: transparent; border: none; }

	ul.nav-secondary li li.last {border-bottom: none;}

	ul.nav-secondary li.selected li a, 
	ul.nav-secondary li.selected li a:link, 
	ul.nav-secondary li.selected li a:visited {padding: 8px 0px; margin: 0 32px; font-weight:normal; color:#fff; background: transparent; border-top: 2px dotted white;}

	ul.nav-secondary li.selected li a:hover, 
	ul.nav-secondary li.selected li a:active {color: #fff; text-decoration: underline; font-weight: normal; background: transparent;}

	ul.nav-secondary li.selected li a {font-weight:bold; background: transparent;}
	ul.nav-secondary li.selected li.selected a {font-weight:bold; background: transparent;}

	ul.nav-secondary li.selected li.selected li a {font-weight:bold; background: transparent;}
	ul.nav-secondary li.selected li.selected li.selected a {font-weight:bold; background: transparent;}

	ul.nav-secondary li.selected li.selected li.selected li.selected a {font-weight:bold; background: transparent;}

