body {
	background-color: #810102;
	background-image: url('/images/standard/homepage/background.gif');
	background-repeat: repeat-x;
}

#LogoLink {
	background-image: url('/images/standard/homepage/msu_logo.gif');
}

#LeftMenu {
	background-image: url('/images/standard/homepage/left_nav_background.gif');
}

#ApplyNowLink {
	background-image: url('/images/standard/homepage/apply_now.gif');
}

#ApplyNowLink:hover {
	background-image: url('/images/standard/homepage/apply_now_highlight.gif');
}

#ToolboxLink {
	background-image: url('/images/standard/homepage/student_toolbox.jpg');
}

#ToolboxLink:hover {
	background-image: url('/images/standard/homepage/student_toolbox_highlight.jpg');
}

#TopBar {
	height: 80px;
	height: 70px;
	background-image: url('/images/standard/homepage/background.gif');
}

#FlashArea {
	margin-bottom: 10px;
	margin-bottom: 0px;
}

#Footer {
	clear: none;
	width: 720px;
	background: none;
	margin-left: 0px;
	padding-top: 0px;
}


/* *******************
NEWS AND EVENTS FOR HOMEPAGE
******************* */


#NewsAndEvents, #Headlines {
	display: block;
	width: 330px;
	margin-left: 20px;
	background-color: #f78e11;
}

#NewsAndEvents {
	float: left;
}

#Headlines {
	margin-left: 380px;
}

#NewsAndEventsHeader, #HeadlinesHeader {
	width: 330px;
	height: 25px;
	background-color: #810102;
}

#NewsAndEventsHeader h2, #HeadlinesHeader h2, #NewsAndEventsHeader h2 a, #HeadlinesHeader h2 a {
	padding: 0px;
	margin: 0px;
	color: #f78e11;
	font-weight: normal;
	letter-spacing: 0.075em;
	font-size: 1.3em;
}

#NewsAndEventsContent {
	/* overflow-y: scroll; */
	/* overflow: auto; */
	overflow: hidden;
	height: 125px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#HeadlinesContent {
	overflow: auto;
	height: 127px;
	padding: 4px;
}

#NewsAndEventsContent ul, #NewsAndEventsContent ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#NewsAndEventsContent ul li {
	padding: 5px;
	line-height: 1.0em;
	font-size: 8pt;
}

#NewsAndEventsContent ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: #800102; 
}

#NewsAndEventsContent ul li a:hover {
	color: #000000;
}

#HeadlinesContent div.article {
	padding: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #000000;
}

#HeadlinesContent div.date {
	font-size: 8pt;
	font-style: italic;
	color: #800102;
}

#HeadlinesContent div.title a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #800102;
	display: block;
}

#HeadlinesContent div.title a:hover {
	color: #000000;
}

#HeadlinesContent div.ingress a {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	display: block;
}

#HeadlinesContent div.magentanews {
	background: none;
}
