@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 --------------- */

/* Color for top bar text */
#top_bar_title {
	color: #ffffff;
}
#top_bar_title a{
	color: #ffffff;
}
ul#collegeNavLinks a{
	color: #ffffff;
}
#collegeNavLinks li{
	border-right: 1px dashed #fff;
}
/* ----- topmiddleborder ----------------------- */
.topmiddleborder {
    background: url("images/tm_artscience2.png") top center repeat-x;
}

/* ----- toprightborder ----------------------- */
.toprightborder {
    background: url("images/tr_artscience2.png") top right no-repeat;
}

/* ----- topleftborder ----------------------- */
.topleftborder {
    background: url("images/tl_artscience2.png") top left no-repeat;
}

/* ----- bottommiddleborder ----------------------- */
.bottommiddleborder {
    background: url("images/bm_artscience2.png") bottom center repeat-x;
	}
	
/* ----- bottomrightborder ----------------------- */
.bottomrightborder {
    background: url("images/br_artscience2.png") bottom right no-repeat;
}

/* ----- bottomleftborder ----------------------- */
.bottomleftborder {
    background: url("images/bl_artscience2.png") bottom left no-repeat;
	}


