.appHeader {
	text-align: center;
	font-variant: small-caps;
/*	text-transform: capitalize;*/
	font-size: 175%;
	font-weight: bold;
	color: #00007C;
	margin: 0px; 
	padding: 0px;
}

.sitePageHeader {
	text-align: left;
	font-variant: small-caps;
/*	text-transform: capitalize;*/
	font-size: 1.5em;
	font-weight: bold;
	color: #00007C;
}

/* To keep lists from wrapping around navigation. */
.navMargin {
	margin-left: 15em;
}

/* 2 COLUMN NAVIGATION */
#leftNavDiv {
	float: left;
	width: 300px;
	background-color: inherit;
}
#leftNavDiv ul {
}
#leftNavDiv li {
	display: list-item;
}
#rightNavDiv {
	float: right;
	width: 300px;
	background-color: inherit;
}
#rightNavDiv ul {
}
#rightNavDiv li {
	display: list-item;
}

/* STANDARD NAVIGATION */
.navLevel1 {
	background-position: left center;
	background: transparent url(/Static/images/dd_background.gif);
	background-repeat:repeat-x;
	border-bottom: 3px solid #00f;
	border-right: 1px solid #9e9cac;
	color: #ccc;
	float: left;
	margin: 0 10px 0 10px;
	width: 760px;
	padding: 0;
}

.navLevel1 ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.navLevel1 li {
/*	display: inline;*/
	float: left;
/*	margin: 0px;*/
/*	border-bottom: 1px solid #b7bcbf;*/
	border-left: 1px solid #9e9cac;
	border-top: 1px solid #b7bcbf;
/*	text-align: center;*/
	padding: 0.3em 1em 0.5em 1em;
}

.navLevel1 a {
	color: #039;
/*	display: block;*/
	text-decoration: none;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.navLevel1 a {
	float: none;
}
/* End IE5-Mac hack */

.navLevel1 li:hover {
	background-color: #bc9;
/*	color: #900;*/
}

.navLevel1 .selected {
	background: #00f;
/*	margin: 1px;*/
}

.navLevel1 .selected a {
	color: #fff;
	font-weight: bold;
/*	padding-bottom: 5px;*/
}

.navLevel1 .selected a:hover {
	color: #900;
}

#navLevel2 {
	float: left;
	margin-left: 5px; /*Needed for IE*/
	margin-right: 1.5em;
	margin-bottom: 2em;
}
.navLevel2 {
	background-color: #fff;
	width: 10em;
	margin: 0; /*Was below in ul, but didn't work*/
	padding: 0;/*Was below in ul, but didn't work*/
}

.navLevel2 ul {
	
}

.navLevel2 li {
	list-style: none;
	list-style-type: none;
	border: black 1px solid;
	padding: 5px 1px 5px 5px;
	margin: 0 0 0 10px;
}

.navLevel2 li a:link, .navLevel2 li a:visited {
	display: block;
/*	font-weight: bold;*/
/*	padding: 0.4em 0 0.4em 0.5em;*/
/*	border-left: 12px solid black;*/
/*	border-right: 1px solid black;*/
/*	background-color: #333;*/
	text-decoration: none;
}

.navLevel2 li:hover {
	background-color: #bc9;
}

.navLevel2 a:hover {
	color: #900;
}

.navLevel2 .selected {
/*	background-color: #9aa;*/
	border-left: 0.75em solid #00f;
}

.navLevel2 .selected a {
	background-image: none;
	color: #333;
	font-weight: bold;
/*	padding-bottom: 5px;*/
}

.navLevel2 .selected a:hover {
	color: #900;
}

.navLevel3 {
/*	border-left: solid black 1px;*/
	margin-bottom: 0.5em;
	margin-left: -1.5em; /*This pushes the left borders together in IE*/
	padding-left: -1em;
}

.navLevel3 ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.navLevel3 li {
/*	margin: 0;*/
/*	padding: 0;*/
}

.navLevel4 {
	width: 575px; 
	padding-bottom: 1em;
	position: relative;
	float: left;
}

.navLevel4Header {
	margin-top: 1em;
	color: #006;
	font-size: 1.25em;
	font-variant: small-caps;
	font-weight: bold;
	text-align: left;
}

.navLevel4 ul {
	border-bottom: solid 3px #00f;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

.navLevel4 li {
	background-color: #ccc;
	display: inline;
	float: left;
	padding: 0;
/*	margin-top: 2em;*/
	border-top: solid black 1px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	padding: 0.2em 1em 0.2em 1em;
}

.navLevel4 .selected {
	border-bottom: solid 1px #00f;
	background-color: #00f;
	font-weight: bold;
}

.navLevel4 li:hover {
	background-color: #bc9;
/*	color: #900;*/
}

.navLevel4 a {
	color: #039;
/*	display: block;*/
	height: 1em;
	padding: 0.3em 1em 0.5em 1em;
	text-decoration: none;
}

.navLevel4 .selected a {
	color: #fff;
	
}