#breadcrumb { /*set breadcrumb background color*/
	background-color:#EB9526;
}
.toptablebar { /*set top table row background color from top of page indicator*/
	background-color:#F3C381;
	font-weight: bold;
}

/* Section: Sidebar Layout --------------------------------------------*/
.sidebar ul { /*list with > bullets used for lists of links*/
	list-style-image:url(/images/arrows/arrow-bullet-using.gif);
}

div.sidebar-top { /* top part of sidebar header with curved edge*/
	background-image:url(/images/sidebar-top-using.jpg);
	background-repeat:no-repeat;
	font-size:9px;
	line-height:9px
}

div.sidebar-header { /* sidebar header text area*/
	background-image:url(/images/sidebar-header-using.jpg);
	background-repeat:repeat-y;
}

div.sidebar-links { /* sidebar links tinted text area*/
	background-image:url(/images/sidebar-tint-using.jpg);
	background-repeat:repeat-y;
}

div.sidebar-btm { /* bottom part of sidebar links tinted text area with curved edge*/
	background-image:url(/images/sidebar-btm-using.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
/* End Section: Sidebar Layout ----------------------------------------*/

/* div positioning for the About Encore page (usingthelibrary/technology/encore.html) ---*/
#encore-faq {
	float:left;
	width:590px;
	margin-top:-35px;
	/*border:1px solid #999;*/
}

#encore-faq h3{
	margin-top:30px;

}

#encore-faq p{
	/*margin:20px 0 5px 0;*/
}

#encore-faq ul, ol{
	margin:5px 0 30px 0px;
}

#encore-faq li{
	margin:5px;
}

div.encore-faq-item {
	float:left;
	width:100%;
}

div.encore-image-center {
	float:left;
	width:100%;	
	margin:0px 20px 7px 0px;
	font-size:80%;
	text-align:center;
}

div.encore-image-left {
	float:left;
	margin:0px 20px 7px 0px;
	font-size:80%;
	text-align:center;
}

div.encore-image-right {
	float:right;	
	margin:0px 0px 7px 20px;
	font-size:80%;
	text-align:center;
}

#leftcolumn ol{
	margin-left: 15px;
}