/* CSS Document */

/* Top Nav */
ul#topNavList {
	margin: 1px 0; 
	padding-top: 2px; 
	white-space: nowrap; 
	}

#topNavList li {
	display: inline; 
	list-style-type: none; 
	padding-right: 10px; 
	}

#topNavList a {
	padding: 2px; 
	outline: none; 
	}

#topNavList a:link, #topNavList a:visited {
	background-color: #006699; 
	color: #ffffff; 
	text-decoration: none; 
	outline: none; 
	}

#topNavList a:hover {
	background-color: #ffffff; 
	color: #334d55; 
	text-decoration: none; 
	outline: none; 
	}
	
/* Sidebar Nav */
#sidebarNavContainer {
	width: 183px; 
	border-right: 1px solid #e3e3e3; 
	border-left: 1px solid #e3e3e3; 
	border-bottom: 1px solid #e3e3e3; 	
	background-color: #f7f7f7; 
	margin-top: 5px; 
	width: 183px; /* ie5win fudge begins */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 183px; 
	}
html>body #sidebarNavContainer {
	width: 183px; /* ie5win fudge ends */
	}

#sidebarNavContainer ul {
	margin: 0; 
	padding-left: 0; 
	list-style-type: none; 
	font-size: 11px; 
	}

#sidebarNavContainer a {
	display: block; 
	outline: none; 
	padding: 1px 0 1px 5px; 
	width: 183px; 
	background-color: #ffffff; 
	border-top: 1px solid #e3e3e3; 
	width: 183px; /* ie5win fudge begins */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 178px; 
	}
html>body #sidebarNavContainer a {
	width: 178px; /* ie5win fudge ends */
	}

#sidebarNavContainer a:link, #sidebarNavContainer a:visited {
	color: #006699; 
	text-decoration: none; 
	outline: none; 
	}

#sidebarNavContainer a:hover {
	background-color: #f7f7f7; 
	color: #006699; 
	outline: none; 
	}
	
#sidebarNavTitle {
	width: 183px; 
	border-top: 1px solid #e3e3e3; 
	font-weight: bold; 
	color: #334d55; 
	padding: 2px 0 2px 5px; 
	margin: 0; 
	width: 183px; /* ie5win fudge begins */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 178px; 
	}
html>body #sidebarNavTitle {
	width: 178px; /* ie5win fudge ends */
	}
	
#sidebarPageName {
	width: 183px; 
	border-top: 1px solid #e3e3e3; 
	color: #000000; 
	background-color: #ffffff; 
	padding: 2px 0 2px 5px; 
	margin: 0; 
	width: 183px; /* ie5win fudge begins */
	voice-family: "\"}\""; 
	voice-family: inherit; 
	width: 178px; 
	}
html>body #sidebarPageName {
	width: 178px; /* ie5win fudge ends */
	}

/* Footer Nav */
ul#footerNavList {
	margin: 0; 
	padding: 0; 
	white-space: nowrap; 
	}

#footerNavList li {
	display: inline; 
	list-style-type: none; 
	padding-right: 5px; 
	color: #ffffff; 
	font-size: 10px; 
}

#footerNavList a:link, #footerNavList a:visited {
	text-decoration: none; 
	color: #ffffff; 
	outline: none; 
	}

#footerNavList a:hover {
	text-decoration: none; 
	outline: none; 
	color: #ffffff; 
	}