#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;
}
#masthead h1{
	font-weight: normal;
	position: absolute;
	left: 340px;
	top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 155%;
	color: #5E3989;
	margin: 0;
	padding-top: 9px;
}
#masthead h2 {
	font-weight: normal;
	position: absolute;
	left: 183px;
	top: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 110%;
	color: #5E3989;
	margin: 0;
	padding:0;
}
#masthead h2 em {
	color: #5E3989;	
}

/************* #breadCrumb styles *************/

#breadCrumb {
	font-size: 60%;
	padding: 6px 10px 5px 10px;
	color: #3D2D57;
	position: absolute;
	left: 174px;
	top: 116px;
}


/************* #footer style ***************/
#footer{
	width: 100%;
	margin: 0;
	padding: 10px;
	background-color: #EAE4F2;
	font-size: 9px;
	color: #4F3074;
	font-size:60%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d7e1cb;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

