body {
	background-image: url('/images/sbus/standard/homepage/background.gif');
	background-color: #0035AD;
}

#LogoLink {
	background-image: url('/images/sbus/standard/homepage/msu_logo.gif');
}

#LeftMenu {
	background-image: url('/images/sbus/standard/homepage/left_nav_background.gif');
}

#ApplyNowLink {
	background-image: url('/images/sbus/standard/homepage/apply_now.gif');
}

#ApplyNowLink:hover {
	background-image: url('/images/sbus/standard/homepage/apply_now_highlight.gif');
}

#ToolboxLink {
	background-image: url('/images/sbus/standard/homepage/student_toolbox.jpg');
}

#ToolboxLink:hover {
	background-image: url('/images/sbus/standard/homepage/student_toolbox_highlight.jpg');
}

#Footer {
	background: none;
}

#FlashArea {
	width: 763px;
	height: 346px;
}

/* *******************
NEWS AND EVENTS FOR HOMEPAGE
******************* */

#HomepageSubArea {
	height: 165px;
}

#HomepageNewsBox {
	float: left;
	border: 1px solid #002A8A;
	width: 325px;
	margin-left: 10px;
	margin-right: 40px;
}

#HomepageNewsBoxHead {
	background-color: #002A8A;
	padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
}

#HomepageNewsBoxHead h2 {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	color: #FFFFFF;
}

#HomepageNewsBoxContent {
	background-color: #FFFFFF;
	color: #9a032b;
	overflow: auto;
	height: 130px;
}

#HomepageNewsBoxContent a {
	color: #002A8A;
	text-decoration: none;
}

#HomepageNewsBoxContent a:hover {
	color: #000000;
	text-decoration: underline;
}

#HomepageNewsBoxContent ul, #HomepageNewsBoxContent ul li {
	padding: 2px;
	margin: 0px;
	list-style-type: none;
}

/**********************
SBUS Custom News Boxes
***********************/
#HomepageSubArea {
	height: 165px;
}
			
#SbusNewsBox {
	float: left;
	width: 335px;
	height: 165px;
	margin-right: 30px;
	margin-left: 10px;
	background: url(/images/sbus/standard/news-spotlight-bg.jpg) no-repeat bottom left;
}
			
#SbusNewsBoxHead h2 {
	margin: 0px;
	padding: 0px;
	display: block;
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
}
#SbusNewsBoxHead h2.news_and_events_heading {
	height: 24px;
}
#SbusNewsBoxHead h2.featured_heading {
	height: 24px;
}			
#SbusNewsBoxContent {
	color: #9a032b;
	overflow: auto;
	height: 110px;
	margin: 5px 3px 5px 5px;
}
#SbusFeaturedBoxContent {
	height: 110px;
	margin: 0 0 10px 0;
	padding: 0;
	overflow: hidden;
}
#SbusFeaturedBoxContent img {
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	border: 0;
	width: 335px;
	height: 114px;
}
#SbusNewsControl {
	border-top: 1px solid #000;
	color: #000;
	padding: 0 5px 0 5px;
	margin: 0;
}
#SbusNewsControl a, #SbusNewsControl a:hover, #SbusNewsControl a:visited, #SbusNewsControl a:link {
	color: #222;
	text-decoration:none;
	font-size: 10px;
	margin: 0;
	padding: 0;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#SbusNewsControl a:hover
{
	border-bottom: 1px solid #222;
}
span#PrevCtrl {
	background: url(/images/sbus/standard/homepage/featured-cntrl-prev-disabled.png) 0 0 no-repeat;
	width: 42px;
	height: 16px;
	display: block;
	float: left;
	margin: 2px 0 0 1px;
}
span#NextCtrl {
	background: url(/images/sbus/standard/homepage/featured-cntrl-next-disabled.png) 0 0 no-repeat;
	width: 42px;
	height: 16px;
	display: block;
	float: left;
	margin: 2px 0 0 239px;
}
a#prev, a#prev:link, a#prev:hover, a#prev:visited {
	background: url(/images/sbus/standard/homepage/featured-cntrl-prev-active.png) 0 0 no-repeat;
	width: 42px;
	height: 16px;
	display: block;
	border: none;
}
a#next, a#next:link, a#next:hover, a#next:visited {
	background: url(/images/sbus/standard/homepage/featured-cntrl-next-active.png) 0 0 no-repeat;
	width: 42px;
	height: 16px;
	display: block;
	border: none;
}
			
#SbusNewsControl a span {
	display: none;
}
#MagnetItem {
	color: #000 !important;
}
#MagnetHeadline a, #MagnetHeadline a:link, #MagnetHeadline a:visited {
	color: #0035ad !important;
}
#MagnetHeadline a:hover {
	color: #0035ad !important;
}

