.oneColGeneral {
	background: #f4e4d4;
}
.twoColGeneral {
	background: url("https://www.stthomas.edu/business/images/globals/backgrounds/global_2col_general.gif") repeat-y;
}
.threeColGeneral {
	background: url("https://www.stthomas.edu/business/images/globals/backgrounds/global_3col_general.gif") repeat-y;
}



/*--------------------------------------------*/
/*------------- FEATURE HEADER ---------------*/
/*--------------------------------------------*/
#feature {
	width: 768px;
	background: url("https://www.stthomas.edu/business/images/globals/headers/hd_general.jpg") no-repeat top left #333;
	padding: 0;
	margin: 0;
	height: 75px;
	color: #000;
	text-align:left;
}
#feature li a:link,
	#feature li a:visited,
	#feature li a:active {
	color: #b96541;
	text-decoration:none;
}
#feature li a:hover {
	color: #88838d;
}


/*--------------------------------------------*/
/*------------- CONTENT COLUMN ---------------*/
/*--------------------------------------------*/
#mainContent p a:link,
	#mainContent p a:visited,
	#mainContent p a:active {
	color: #b96541;
	text-decoration: underline;
}
.eventListing td a:link,
	.eventListing td a:active,
	.eventListing td a:visited {
	color: #b96541;
	text-decoration: none;
}
#mainContent p a:hover {
	color: #7c777f;
	text-decoration: underline;
}
.eventListing td a:hover {
	color: #7c777f;
	text-decoration: none;
}


/*------------------------------------------------------*/
/*------------- RIGHT COL, WHEN NOT NAV  ---------------*/
/*------------------------------------------------------*/
#rightCol {
	float: left;
	width: 226px !important; /*FOR STANDARDS COMPLIANT BROWSERS */
	w\idth/**/:/**/ 226px; /*FOR IE6/WIN BROWSERS */
	background: #f4e4d4;
	margin: 0px 0px 10px 0px;
	padding: 10px 15px 0px 15px;
	color: #7c777f;
	text-align: left;
}
#rightCol h1 {
	font: 2.8em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #7c777f;
	padding-bottom: 10px;
}
#rightCol h2 {
	font: 1.6em "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #7c777f;
}
#rightCol p {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #383639;
}
#rightCol ul {
	font: 1.1em Arial, Helvetica, sans-serif;
}

