@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div.clear {
	clear: both;
}

.hide {
	position: absolute;
	left: -10000px;
}

img {
	border: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #dddddd;}

a:link, a:visited, a:hover {
	color: #063;
	text-decoration: none;}
a:hover {
	text-decoration: underline; color: #333;}

.wrapper {
	width: 1001px;
	margin: 0px auto;
	
}

div#header {
	background: #063 url(/Library/mm/images/header_gradient.gif) bottom repeat-x;
	height: 72px;
	padding: 0 0 0px 0;
	
}

div#header div#hscl_logo {
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
}

div#utility {
	width: 28em;
	float: right;
	height: 77px;
	padding: 0px 0 0 0;
	background: #063 url(/Library/mm/images/msu_seal1.jpg) right no-repeat;
}

#utiln {width: 350px;font-size: 10px;  margin-top: 48px; margin-right:15;  padding: 0; height: 68;}
#utiln  a { color:#fff; }

#util { height: 68; font-size: 11px; display: inline; float:right  }
#util ul { margin-right: 2px; margin-top: 60px;  padding: 0;}
#util li { margin: 0; padding: 0; display: inline; list-style: none;}
#util li a { color:#fff; }

/* For Quick Links

div#utility ul#quickLinks a {
	display: block;
	width: 7em;
	padding: .3em 0 .3em 0;
	color: #063;
	font-size: 125%;
}*/
div#global_navigation {
	background-color: #666;
	padding-top: 1px;
	padding-left:0px;  
}

div#global_navigation div.wrapper {
	width: 1001px;
}

div#global_navigation ul {
	padding: 0 0 0 0;
	margin: 0; 
}

div#global_navigation ul li {
	list-style-type: none;
	display: inline;	
}

div#global_navigation a {
	float: left;
	width: 140px;
	margin: 0 0 0 1px;
	padding: 5px 0 5px 0;
	text-align: center;
	display: block;
	text-transform: capitalize;
}

div#global_navigation a:link, div#global_navigation a:visited, div#global_navigation a:hover {
	background-color: #ddd; font-size:11px;
	color: #063;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

div#global_navigation a:hover {
	background-color: #fff;
	color: #063;
	font-weight: bold;
	text-decoration: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
div#global_navigation a.firstGlobalNavItem {

margin-left: 0px
}

div#global_navigation span.globalNavLinkText {
	font-size: 11px;
}


div#footer {
	margin: 0 0 0 0;
}

div#footer div.wrapper {
	background-color: #666;
	color: #fff;
	text-align: center; padding-bottom:2px;
	border-bottom:2px black solid;
}

div#footer a:link, div#footer a:visited, div#footer a:hover {
	color: #fff;
	text-decoration: none;
}

div#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}

div#footer p {
	font-size: 11px;
	padding: 3px 5px 3px 5px;
}