/* CSS Document */

.headerWrapper {
	background: url(../../App_Media/Images/header-bg-wl.png);
	}

.headerNavWrapper {
	background: #617794 url(../../App_Media/Images/header-nav-bg-wl.png) no-repeat;
	color: #1D2B5B;
	}

.headerNavWrapper a, .columnLeftNavWrapper a {
	color: #1D2B5B;
	}

.headerNavWrapper a:hover, .columnLeftNavWrapper a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

.contentWrapper {
	background: url(../../App_Media/Images/body-bg-wl.png) repeat-y;
	}
	
.columnOne {
	/* background: url(../../App_Media/Images/footer-l-bg-wl.png) no-repeat bottom left; */
	}
	
.columnTwo {
	/* background: url(../../App_Media/Images/footer-r-bg-wl.png) no-repeat bottom right; */
	}

.footerWrapper {
	background: url(../../App_Media/Images/footer-bg-wl.png) no-repeat;
	}