/* BACKGROUND AND FONT COLOR*/
body {
	background: 	#9bbbe2 url(background.jpg) top left no-repeat fixed;
	color: #3b3d23;
}
a {
	color: #2b5c86;
}

/* NAVIGATION ALPHA BACKGROUND */
.nav_lens {
	background: url(menu_button_lens.png) no-repeat center left;
}

	.nav_lens_top {
		background: url(menu_button_lens.png) no-repeat center left;
	}
		.nav_sub_lens {
			background: url(menu_button_lens_sub.png) no-repeat center left;
		}

* html .nav_lens {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/winter/menu_button_lens.png", sizingMethod="scale");
}
	* html .nav_lens_top {
		background: none;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/winter/menu_button_lens.png", sizingMethod="scale");
	}
		* html .nav_sub_lens {
			background: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/winter/menu_button_lens_sub.png", sizingMethod="scale");
		}
		
/* SUBPAGE HEADER TEXT BACKGROUND */		
#main-body-title {
	background-color: #20422a;
	background:url(header_background.gif)
}

/* PAGE TEXT COLOR */
#interior-content-text {
	color: #3b3d23;
}

/* PAGE LINK COLOR */
.index-link {
	color: #2b5c86;
}

/* LEFT-RIGHT DIVIDER */
#body-content-container {
	background: url(body-content-container.gif) repeat-y;
}

#body-content-left {
	color: #3b3d23;
}