#midsection {
	width: 800px;
	background: url(../images/background-dotted.gif) repeat-y;
}

#search-home {
	width: 220px; 
	margin-left: 20px;
	margin-bottom: 20px;
}

#search-form {
	width: 200px;
}

#home-donate {
	width: 220px; 
	
	margin-left: 20px;
	margin-bottom: 20px;
	height: 46px;
}


.blank-sleeve {
	width: 5px;
	float: left;
}

.text-sleeve {
	position: relative;
	width: 220px;
}

/* boxes */

.spotlight-first-left { 
	border: solid 1px #b8d2fd; 
	width: 220px; 
	font-size: 12px; 
	line-height: 120%; 
	background-image: url(../images/gradient.jpg); 
	background-repeat: no-repeat; 
	margin-bottom: 15px; 
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.spotlight-second-left {
	border: 1px solid #b8d2fd;
	background-image: url(../images/gradient.jpg); 
	width: 220px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 15px;
	float: left;
	clear: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.spotlight-first-right {
	border: 1px solid #b8d2fd;
	background-image: url(../images/gradient.jpg); 
	width: 220px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 15px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.spotlight-second-right {
	border: 1px solid #b8d2fd;
	background-image: url(../images/gradient.jpg); 
	width: 220px;
	margin-right: 15px;
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 15px;
	float: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

.boxes a:visited {
	color: #1a38a2;
}


