/*
//	Customized CSS
//
//	For Fac/Staff & Students on Template C
//
//	Written by: Stephanie Tengler and Joel Herron
*/

/****************************************
//
//	Redefinitions
//
****************************************/

@import url('icons.css');

body {
	background: 					#fff url("../images/base/banner2a_bg.jpg") top center no-repeat;
}

#leftNav1 li {
	padding:							2px 0 2px 0px;		
	border-bottom:				1px solid #e2e2e2;
}

#leftNav1 li a {
	color:								#5d7f91;
	font-size:						13px;
	font-weight:					bold;
}

#redArrow ul li {
	border-bottom: none;
}

#redArrow ul li a {
	font-size: 11px !important;
	font-weight:normal !important;
}

/****************************************
//
//	Class Definitions
//
****************************************/

.events{
	color:								#592d5f;
}

.heading{	
	list-style:						none;
	color:								#5d7f91;
	font-size:						12px;
	font-weight:					bold;
	margin-bottom:				5px;
}

.mainContent {
	padding-top:					27px;
}

ul.rss-items {
	list-style-image:			none !Important;
	list-style:						none;
	margin: 							0 !Important;
	padding: 							0 !Important;
	padding-left: 				15px !Important;
}

* html ul.rss-items {
	margin-left: 					20px;
}

/****************************************
//
//	Div Definitions
//
****************************************/

#leftCol{
	width:								300px;
}

#rightCol{
	float:								right;
	padding-top:					15px;
	padding-bottom:				15px;
	width:								225px;
}

