body {
    background: none repeat scroll 0 0 #E4E7DE;
   
    margin: 0;
    text-align: center;
}

.ui_clear{clear: both; margin: 0; padding: 0;}

.ui_topbar{
	background: url("/images/header-bkg.png") repeat-x scroll center top transparent;
    clear: both;
    height: 30px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;

}
.ui_page{
	background: url("/images/body-bkg.png") repeat-y scroll center top #E1E1D9;
    padding: 0 20px;
	margin: 0 auto;
    text-align: left;
    width: 1000px;
	position: relative;
}
	.ui_header{width: 1000px;
		position: relative;
		z-index: 1;
		/*background: url(/images/default.jpg) no-repeat top center;*/
		}
	.ui_header img{border: 0;}
		.ui_header .NavigationTitle{
			display: inline-block; 
			position: absolute;
				bottom: 20px; 
				left: 280px; 
			font: 28px/30px "myriad-pro-1","myriad-pro-2",sans-serif;
			text-shadow: 0px 2px 5px #efefef;
}
	/*.Bison .ui_header{background: url(/images/bison.jpg) no-repeat top center;}*/
	.ui_container{background: #fff;}
		.ui_left{
			background: url(/images/sidebar-bg.png);
			margin-left: 30px;
			height: 100%;
			width: 228px;
			padding: 50px 0 0 0;
			position: fixed;
				top: 0;
				
				z-index: 3;
			text-align: center;
			
		}
		.ui_right{
		    margin-left: 258px;
			min-height: 300px;
			position: relative;
			z-index: 2;
			float: right;
			width: 720px;
		}
			.ui_main_content{   padding: 0 30px 20px 0px;}
				.is_home .ui_main_content{padding: 20px 30px 20px 20px;}	
					.ui_print_email{position: absolute; right: 15px; top: 15px;}
						a.PrintPageLink{background: url(/images/print-page-icon.gif) no-repeat center; display: block; width: 25px; height: 25px;}
							a.PrintPageLink .LinkedText,
							a.TellAFriendLink .LinkedText{display: none;}
						a.TellAFriendLink{background: url(/images/email_icon.png) no-repeat center;display: block; width: 25px; height: 25px;}
					
.ui_footer a:link, .ui_footer a:active, .ui_footer a:visited, .ui_footer a:hover {
	font: 9px verdana, arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

.ui_footer {
	background: url("/images/footer-bkg.gif") repeat-y scroll center top #C2CDBC;
    border-top: 1px solid #FFFFFF;
    clear: both;
    min-height: 107px;
    padding: 20px 0 0;
    position: relative;
    z-index: 10;
}
	.ui_footer_links a{
		display: inline-block;
		height: 103px;
		margin: 0 4px 15px 0;
		text-indent: -9999px;
		width: 232px;
		background-position: top left;
	}
	.ui_footer_links a:hover{background-position: bottom left;}
		.ui_footer_links a#footer-lfw{background-image: url(/images/footer-lfw.png)}
		.ui_footer_links a#footer-risk{background-image: url(/images/footer-risk.png)}
		.ui_footer_links a#footer-share{background-image: url(/images/footer-share.png)}
		.ui_footer_links a#footer-wcpp{background-image: url(/images/footer-wcpp.png)}
		
		
		
.ui_copyright {
	background: none repeat scroll 0 0 #1F4717;
    clear: both;
    color: #FFFFFF;
	font-size: 10px;
    margin: 0;
    padding: 3px;
    position: relative;
    z-index: 10;
}

.ui_tagline {
	padding-left: 10px;
	font-family: Times New Roman;
	font-size: 10px;
	color: #fff;
	margin: 0px;
}

.ui_tagline a:link, .ui_tagline a:active, .ui_tagline a:visited, .ui_tagline a:hover {
	color: #fff;
	text-decoration: none;
	font-family: Times New Roman;
	font-size: 10px;
}
