/* CSS Document */

#contactLink {
	position: absolute;
	top: 167px;
	height: 16px;
	right: 25px;
}
#contactLink a {
	color:#512666;
}

#homeTextLink {
	position: absolute;
	top: 80px;
	height: 16px;
	left: 16px;
}
#homeTextLink a {
	color:#512666;
}


#searchForm {
	color: #FFFFFF;
	font-weight:bold;
	position: absolute;
	top: 20px;
	height: 16px;
	right: 25px;
		font-size:12px;
}

#searchForm input {
	font-size:10px;
}


#backgroundImage .donateLink {
	position: absolute;
	display: block;
	right: 5px;
	bottom: 0px;
	width: 85px;
	height: 84px;
	z-index:300;
	background-image:url(/images/general/donate.gif);
	background-repeat:no-repeat;
}

#backgroundImage .donateLink:hover {
	background-position:0px -84px;
}

#banner .homeLink {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 200px;
	height: 75px;
	z-index:300;
}



