/* ----- current (090718) #centre #breadcrumb definitions in main.css ----- */
/*#breadcrumbs{
	font-size: 12px;
	margin: -19px 0px 0px -23px;
}
#breadcrumbs ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#breadcrumbs ul li{
	list-style: none;
	float: left;
	padding: 0px 0px 0px 6px;
	color: #575757;
}
#breadcrumbs ul li a{
	background: url(../images/li_arr.gif) no-repeat 100% 60%; 
	color: #575757;
	padding: 0px 12px 0px 0px;
}
#breadcrumbs ul li.last a{
	background: none;
	color: #575757;
}*/

/* ----- New #breadcrumb definitions ----- */
#middle #breadcrumbsContainer{
	width:852px;
	height:20px;
	background-color: #93D4FC;
	font-size: 12px;
	display:block;
	float:left;
}
#middle #breadcrumbs ul{
	background-color: #ccd2e3;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#middle #breadcrumbs ul li{
    list-style: none;
    float: left;
    font-weight: bold;
    padding: 2px 0px 0px 6px;
    color: #1F497D;
}
#middle #breadcrumbs ul li a{
    background: url(../images/li_arr.gif) no-repeat 100% 60%;
    color: #1F497D;
    font-weight: bold;
    padding: 0px 12px 0px 0px;
}

/* ----- Style definitions to make page suit new breadcrumbs ----- */
#middle #centre {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #005174;
	font-size: 1em;
	font-weight: bold;
	list-style-type: decimal;
	text-align: center;
}

/* ------------------------------------ #resize */
#resize {
	float: right;
	cursor:pointer;
	padding:2px 10px 0 0 ;
	font-size:14px;
	line-height:10px;
	height:20px;
}
#resize .textSize{
	float:left;
	display:block;
	font-size:12px;
	padding-top:2px;
	padding-right:4px;
}
#resize a {
	font-size:12px;
	line-height:10px;
}
#resize a#fontSmall{
	background: transparent url(../../Images/aSmall.gif) no-repeat scroll top left ;
	width:15px;
	height:17px;
	display:block;
	float:left;
}
#resize a#fontSmall:hover{
	background: transparent url(../../Images/aSmall_over.gif) no-repeat scroll top left ;
}
#resize a#fontLarge{
	background: transparent url(../../Images/aLarge.gif) no-repeat scroll top left ;
	width:15px;
	height:17px;
	display:block;
	float:left;
}
#resize a#fontLarge:hover{
	background: transparent url(../../Images/aLarge_over.gif) no-repeat scroll top left ;
}
#resize a#print{
	display:block;
	float:left;
	margin-left: 10px;
}

#resize span.none{
	display:none;
}

#rtMenu #resize{
	width: 160px;
	float:none;
	padding: 2px 0 0 0px;
	margin:0px;
}
