body {
	background-color: #002E6E;
}

a {
	color: #034EA2;
}



/* ======================= */
/* left navigation */
/* ======================= */

#leftnavwrap {
	background-color: #C7CBE7;
}

.navsection {
	background-color: #C7CBE7;
	border-bottom: 1px solid #fff;
	padding: 12px 8px 8px 8px;
}

.navsectionactive {
	background-color: #ACB1D5;
	border-bottom: 1px solid #fff;
	padding: 12px 8px 8px 8px;
}

.navlevel1 a {
	background: url(../images/higherlearning/arrow_bold_0.gif) no-repeat 0px 3px;
	color: #000;
	display: block;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel1active a {
	background: url(../images/higherlearning/arrow_bold_1.gif) no-repeat 0px 3px;
	color: #034EA2;
	display: block;
	font-weight: bold;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel1 a:hover {
	background: url(../images/higherlearning/arrow_bold_1.gif) no-repeat 0px 3px;
	color: #034EA2;
}

.navlevel2 a {
	background: url(../images/higherlearning/arrow_light_0.gif) no-repeat 0px 3px;
	color: #000;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel2active a {
	background: url(../images/higherlearning/arrow_light_1.gif) no-repeat 0px 3px;
	color: #034EA2;
	display: block;
	padding-left: 15px;
	text-decoration: none;
}

.navlevel2 a:hover {
	background: url(../images/higherlearning/arrow_light_1.gif) no-repeat 0px 3px;
	color: #034EA2;
}

.navlevel3 a {
	background: url(../images/common/disc_0.gif) no-repeat 0px 4px;
	color: #000;
	display: block;
	padding-left: 12px;
	text-decoration: none;
}

.navlevel3active a {
	background: url(../images/common/disc_1.gif) no-repeat 0px 4px;
	color: #034EA2;
	display: block;
	padding-left: 12px;
	text-decoration: none;
}

.navlevel3 a:hover {
	background: url(../images/common/disc_1.gif) no-repeat 0px 4px;
	color: #034EA2;
}


/* ======================= */
/* footer */
/* ======================= */

.footer {
	color: #C7CBE7;
	font-size: 11px;
}
.footer a {
	color: #ACB1D5;
}

.copyright {
	color: #C7CBE7;
	font-size: 11px;
	padding-bottom: 10px;
}
