#middle
{
	width: 100%;
	border-collapse: collapse;
	background-color: White;
	text-align: center;
}


#middle #LeftFadeCol
{
	background-repeat: repeat-y;
	background-image: url(http://www.harding.edu/images/fadeBackground1.jpg);
	width: 68px;
}

#middle #RightFadeCol
{
	background-repeat: repeat-y;
	background-image: url(http://www.harding.edu/images/fadeBackground2.jpg);
	width: 68px;
	padding: 0;
}


#news
{	
	border-collapse: collapse;
	background-color: #CCCC99;
	cursor: pointer;
	width: 100%;
	font-size: 12pt;
}

#news_header
{
	height: 30px;
	background-color: #663300;
	font-size: 12pt;
	color: White;
}

#news_header a { color: White; }
#news_header a:hover { text-decoration: underline; }

#news_title
{	
	font-weight: bold;
}


#feeds
{
	width: 140px;
}


#campuses
{
	background-color: #CCCC99;
	width: 180px;

}
#campuses a 
{
	color: #003399;
	padding-left: 5px;
}
#campuses a:hover 
{
	text-decoration: none; 
	
}
#campusMenuWrapper
{
	position: relative;
	padding: 0px;
}
#campuses:hover #campusMenuWrapper #campusMenu
{
	visibility: visible;
}

#campusMenu
{
	background-color: #CC9;
	position: absolute;
	right: -1px;
	width: 182px;
	padding: 0;
	cursor: pointer;
	list-style: none;
	visibility: hidden;
	bottom: 5px;
	margin: 0;
}

#campusMenu li
{

}
#campusMenu li a
{
	height: 25px;
	display: block;
	padding-left: 5px;
}
#campusMenu li a:hover
{
	background-color: #663300;
	color: White;
}
#news_content 
{	
	list-style-type: disc;
}


#accolades
{
}

#support
{
	background-image: url( 'images/fadedlogo5.jpg' );
}

#support img {border-style: none;}
