@charset "UTF-8";

/*****************************/
/* Stylesheet for WVUBI Home */
/*****************************/




/*******************************/
/* Right Column / Main Content */
/*******************************/


#feature_text {
	background-image: url(images/feature_footer.png);
	float: right;
	width: 575px;
	padding-top: 40px;
	padding-right: 175px;
	padding-left: 15px;
	background-repeat: no-repeat;
	height: 75px;
	margin-top: 225px;
}

#feature h2 {
	font-size: 14px;
	color: #fafaee;
	margin: 0px;
}

#feature p {
	margin: 0px;
}

#feature a {
	color: #000000;
}

#feature a:hover {
	color: #fafaee;
}

#headlines {
	background-color: #fafaee;
	float: right;
	width: 735px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin: 0px;
}

#headlines a {
	font-size: 12px;
	color: #3f3f3f;
	text-decoration: none;
}

#headlines a:hover {
	text-decoration: underline;
}

#headlines ul {
	margin-top: 0px;
	list-style-image: url(images/headlines_arrow.gif);
}

#headlines li {
	padding-bottom: 4px;
}