#masthead{
	margin: 0;
	padding: 0;
	border:none;
	width: 100%;
	height: 141px;
	background-image: url(/images/headbkgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 70%;
	padding: 3px 10px 5px 10px;
	position: absolute;
	top: 115px;
	left: 175px;
	color: #3D2D57;
	width: 431px;
}

/************* #search styles ***************/
#search{
	text-align:right;
	padding-top:5px;
	padding-right:5px;
}
#search form{
 margin: 0px;
 padding: 0px;
}
#search label{
	display: inline;
	margin: 0px;
	padding: 0px;
}

/************* #footer style ***************/
td.footer{
	margin: 0;
	padding: 10px;
	border: none;
	border-top: 1px solid #cecece;
	background-color: #EAE4F2;
	font-size: 65%;
	color: #666666;
}
#footer{
	clear: both;
	margin: 0;
	padding: 10px;
	border: none;
	border-top: 1px solid #cecece;
	background-color: #EAE4F2;
	font-size: 65%;
	color: #666666;
	display:block;
}
td.popup-footer{
	margin: 0;
	padding: 10px;
	border: none;
	font-size: 65%;
	color: #666666;
	background-image: url(/images/lnavbkgr.gif);
	background-repeat: repeat-y;
	background-color: #EAE4F2;
}

