/* BACKGROUND AND FONT COLOR*/
body {
	background: 	#4e718f 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;
}
	.nav_sub_lens {
		background: url(menu_button_lens_sub.png) no-repeat;
	}

.nav_lens1 {
	background: url(menu_button_lens1.png) no-repeat;
}
	.nav_sub_lens1 {
		background: url(menu_button_lens_sub1.png) no-repeat;
	}


.nav_lens2 {
	background: url(menu_button_lens2.png) no-repeat;
}
	.nav_sub_lens2 {
		background: url(menu_button_lens_sub2.png) no-repeat;
	}
	
.nav_lens3 {
	background: url(menu_button_lens3.png) no-repeat;
}
	.nav_sub_lens3 {
		background: url(menu_button_lens_sub3.png) no-repeat;
	}
.nav_lens4 {
	background: url(menu_button_lens4.png) no-repeat;
}
	.nav_sub_lens4 {
		background: url(menu_button_lens_sub4.png) no-repeat;
	}
		
* html .nav_lens {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/default/menu_button_lens.png", sizingMethod="scale");
}
		* html .nav_sub_lens {
			background: none;
			filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../theme/default/menu_button_lens_sub.png", sizingMethod="scale");
		}
		
/* Hack to make the menu work */
* html .nav_lens1 a, .nav_lens2 a, .nav_lens3 a, .nav_lens4 a, .nav_lens_top a, .nav_sub_lens1 a, .nav_sub_lens2 a, .nav_sub_lens3 a, .nav_sub_lens4 a {
	position: relative;
	cursor: pointer;
}
		
/* SUBPAGE HEADER TEXT BACKGROUND */		
#interior-content-title-int-text {
	background-color: #367c2b;
}

/* 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;
}
