body  {
	background: #FFFFFF url(/img/yad_background.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	margin: 0; 
	padding: 0;
	font: 13px Trebuchet MS;
	font-weight: normal;
	color: #444444; 
}
.layout #container { 
	width: 897px;  
	background: #FFFFFF;
	margin: 0 auto; 
	border: 1px solid #FFFFFF;
	text-align: left; 
} 
.layout #header { 
	background: #000000; 
	padding: 0px;  
	height: 159px;
} 
.layout #header_space {
	height: 44px;
    font-size: 1px;
    line-height: 44px;
}
.layout #sidebar1 {
	float: left; 
	width: 200px; 
	background: #ffffff url(/img/sidebar_background.png) repeat-x; 
	padding: 25px 0;
	margin: 0;
	min-height: 380px;
}
.layout #mainContent { 
	margin: 20px 20px 0px 220px; 
	padding: 0 0px; 
	background: #FFFFFF url(/img/content_back.png) repeat-x;
	min-height: 380px;
	line-height: 18px;
}
.layout #mainContent ul li {
	/*list-style: none;
	display: inline;
	color: #E6952C;
	list-style-type: none;;
	list-style-position: inside;*/
	
	list-style-image: url(/img/yellow_bullet.jpg);
}	
.layout #allContent {
	padding: 10px 10px;
}
.layout #footer { 
	padding-top: 12px; 
	background:#FFFFFF url(/img/footer_bg.gif) repeat-x; 
	height: 40px;
	text-align: center;
	font-size: 11px;
	color: #666666;
} 
.layout #footer2 { 
	padding-top: 12px; 
	background:#FFFFFF ; 
	height: 40px;
	text-align: left;
	font-size: 11px;
	color: #666666;
} 
.layout #footer a:link, .layout #footer a:visited { 
	color: #FF0000;
	text-decoration: none;
	padding: 0 5px 0 5px;
} 
.layout #footer a:hover { 
	text-decoration: underline;
} 
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.layout #sidebar1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*	background: #fbd16f;*/
	border-left: 14px solid #fbd16f;
	border-right: 16px solid #fbd16f;
}
.layout #sidebar1 li {
	padding: 1px;
	margin: 0;
}
.layout #sidebar1 li a:link, .layout #sidebar1 li a:visited {
	height: 21px;
	display: block;
	padding: 2px 2px 0 15px;
	margin: 0;
	background: #fbd16f url(/img/sidenav_button.png) repeat-x;
	border-left: 1px solid #ddb656;
	border-right: 1px solid #ddb656;
	color: #1c1411;
	text-decoration: none;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
.layout #sidebar1 li a:hover, .layout #sidebar1 li.current a {
	height: 21px;
	background: #EAF0F6 url(/img/sidenav_over.png) repeat-x;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #FFFFFF;
}
.layout #sidebar1 li ul {
	border-right: 0px solid #fbd16f;
	border-left: 5px;
}
.layout #sidebar1 li ul li a:link, .layout #sidebar1 li ul li a:visited {
	height: 15px;
	border-right: 0px solid #fbd16f;
	text-transform: capitalize;
	background: #fbd16f;
	color: #1c1411;
	border-left: 0px solid #ddb656;
	border-right: 0px solid #ddb656;
	font-weight: normal;
}
.layout #sidebar1 li ul li a:hover, .layout #sidebar1 li ul li.current a {
	height: 15px;
	background: #fbd16f;
	border-left: 0px solid #000;
	border-right: 0px solid #000;
	color: #FF0000;
	font-weight: bold;
}
.layout h1 {
	color: #000000;
	font-size: 20px;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
} 
.layout h2 {
	color: #ff0000;
	font-size: 18px;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
} 
.layout h3 {
	color: #F58710;
	font-size: 18px;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
} 
.layout sub {
	color: #000000;
	font-size: 16px;
	font-family: Trebuchet MS, Helvetica, Arial, Verdana, Sans-serif; 
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
} 
.layout #allContent a {
	color: #666666;
	text-decoration: none;
}
.layout #allContent a:hover {
	color: #FF0000;
	text-decoration: underline;
 }
.layout #spotlight {
	background: #FFFFFF url(/img/spotlight_frontdoor_back.jpg) repeat-x;
	position: relative; 
	left: -10px;
	width: 638px;
	padding: 10px;
	min-height: 80px;
}
.fL {
position:static;
float:left;
position:relative;

}