@charset "utf-8";
/* CSS Document */
/* this stylesheet should only be used at a site or folder level */
/* DO NOT DELETE THIS FILE; it is an integrative component and ... */
/* a required file for the masterpage to work correctly. */
/* If you have any questions, please contact the Northern Kentucky University's Office of Information Technology */
/* --------------  DO NOT REMOVE THE ABOVE LINES --------------- */

/* --- Following styles are used on Honors 'home' (index) page --- */
#home_2col_wrapper {
	width: 500px; 
	margin: 0; 
	padding: 0;
	background-color: #000;
	height: 200px;
	color: #fff;
}

#home_2col_col1 {
	width: 150px; 
	float: left; 
	margin: 0; 
	padding: 10px 0;  
}

#home_2col_col1 p {
	padding: 0 10px; 
	font-size: .9em; 
	font-weight: bold;
}

div#home_2col_col1 a {
	color: #fff; !important
}

#home_2col_col2 { 
	margin: 0; 
	padding: 0;
	margin-left: 150px;
}
