<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	basic text styles
*/
* {
    margin: 0;
    outline: medium none;
    padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f9f9f7;
/*	color: #34342F;
    font-size: 12px; */
}

h1{
	color: #548654;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0;
	padding: 0 0 0.5em 0;
	line-height: 1.2em;
	clear: left;
}
h2 {
	color: #847135;
	font-weight: bold;
	font-size: 1.1em;
	margin: 0;
	padding: 0.7em 0 0.2em 0;
	line-height: 1.2em;
}
h3{
	color: #82732D;
	font-weight: bold;
	margin: 0;
	padding: 0.5em 0 0.15em 0;
	font-size: 0.9em;
	line-height: 1.2em;
}
h4{
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	padding: 0.4em 0 0 0;
}
h5{
	color: #000;
	font-size: 0.85em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0.4em 0 0 0;
}
h6{
	color: #000;
	font-size: 0.70em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}

a:link, a:visited, a:hover {
	color: #497A49;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}

p, ul, ol {
	font-size: 0.9em;
	line-height: 1.5em;
	padding: .5em 0;
}

/************* Masthead *********************/


#masthead_msu, #masthead_dept {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

/*
 * Header.
 */

#masthead {
    background:none repeat scroll 0 0 #111111;
    /*background: #18453B;
    margin-bottom: -4px;*/
}

#masthead2 {
    background: none repeat scroll 0 0 #103028;
    border-top: solid 1px #FFF;
    border-bottom: solid 1px #333333;
}

#masthead_msu {
    height: 50px;
}

/************* SNAPP Nav begin ************/

#box_head {
    /*min-height: 140px;*/
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 900px;
    z-index: 200;
}
.hidden {
    display: none;
}
#menu_snapp {
    height: 29px;
    left: 0;
    list-style-type: none;
    position: absolute;
    top: -15px;
    width: 900px;
}
#menu_snapp li {
    float: left;
    position: relative;
}
#menu_snapp li a {
    display: block;
}
#menu_snapp li a.main_nav_button {
    background-image: url("../images/head/menu_snapp.gif");
    height: 29px;
}
#menu_snapp_b1 {
    background-position: 0 0;
    width: 35px;
}
#menu_snapp_b2 {
    background-position: -35px 0;
    width: 70px;
}
#menu_snapp_b3 {
    background-position: -105px 0;
    width: 205px;
}
#menu_snapp_b4 {
    background-position: -310px 0;
    width: 144px;
}
#menu_snapp_b5 {
    background-position: -454px 0;
    width: 100px;
}
#menu_snapp_b6 {
    background-position: -554px 0;
    width: 84px;
}

#menu_snapp_b7 {
    background-position: -638px 0;
    width: 193px;
}
#menu_snapp_b8 {
    background-position: -831px 0;
    width: 69px;
}
li:hover #menu_snapp_b1 {
    background-position: 0 -29px;
}
li:hover #menu_snapp_b2 {
    background-position: -35px -29px;
}
li:hover #menu_snapp_b3 {
    background-position: -105px -29px;
}
li:hover #menu_snapp_b4 {
    background-position: -310px -29px;
}
li:hover #menu_snapp_b5 {
    background-position: -454px -29px;
}
li:hover #menu_snapp_b6 {
    background-position: -554px -29px;
}
li:hover #menu_snapp_b7 {
    background-position: -638px -29px;
}
li:hover #menu_snapp_b8 {
    background-position: -831px -29px;
}
li.current #menu_snapp_b1 {
    background-position: 0 -58px;
}
li.current #menu_snapp_b2 {
    background-position: -58px -58px;
}
li.current #menu_snapp_b3 {
    background-position: -149px -58px;
}
li.current #menu_snapp_b4 {
    background-position: -275px -58px;
}
li.current #menu_snapp_b5 {
    background-position: -404px -58px;
}
li.current #menu_snapp_b6 {
    background-position: -526px -58px;
}
li.current #menu_snapp_b7 {
    background-position: -625px -58px;
}
li.current #menu_snapp_b8 {
    background-position: -772px -58px;
}
#menu_snapp li ul {
    display: block;
    left: 0;
    position: absolute;
    top: 29px;
    z-index: 1000;
}
#menu_snapp li:hover div {
    display: block;
}
#menu_snapp li ul li {
    display: none;
    list-style-type: none;
    z-index: 1000;
}
#menu_snapp li ul a {
    background-image: url("../images/head/menu_sub2.png");
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 16px;
    text-decoration: none;
    width: 145px;
}
#menu_snapp li ul a:hover {
    background-position: -187px 0;
}
/*********** Nav end **************/

ul {
	list-style: disc;
/*	margin-left: 20px; */
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

ul ul, ul ol, ol ol, ol ul {
	font-size: 1em;
}
li {
	padding: 2px 0;
}

blockquote{
	padding: 0 1.5em 0 1.5em;
	line-height: 1.25em;
}




/*
	layout
*/

#body_header, #body_main, #body_footer{
	height: auto;
	overflow: hidden;
}
#body_header{
	background: transparent url(../../_files/images/header-bg-repeat.jpg) top repeat-x;
	min-height: 135px;
	height: 135px;
	height: auto !important;
}
.window{
	width: 900px;
	height: auto;
	margin: 0 auto;
/*	padding: 0 21px; */
	overflow: hidden;
}

#site_logo{
	display: block;
	height: 215px;
}

	

#body_main{
	margin-top: 1.5em;
	padding-bottom: 15px;
}

#navigation{
	float: left;
	width: 11.75em;
}

.left-callout {
	color:#2D3C2D;
	font-size: .9em;
	margin: 1.5em 0 0 0;
	
}

.breadcrumbs {
	float: left;
	padding: 0 0 3px 0;
	width: 26em;
}

#single-column .breadcrumbs {
	width: 47.75em;
}

/* Remove nav menu from Single column pages - KVH */
#single-column div#navigation{
	display: none;
}

#content{
	float: left;
	width: 26em;
	padding: .469em 2em 2em 2em;
	min-height: 40em;
}

#content.wide{
	width: 47em;
}

#single-column #content {
	float: left;
	width: 880px !important;
	padding: .469em 2em 2em 0 !important;
}
#three-panel {
	height:auto;
	width: 880px;
    margin: 0px auto;
    position: relative;
	overflow: auto;
}

#three-panel a:link, a:visited, a:hover {
	color: #497A49;
	text-decoration: underline;
}

#three-panel_first, #three-panel_second, #three-panel_third{
/*	height:auto; */
/*    float: left; */
	position: absolute; 
	top: 2px;
	padding: 10px 10px 0px;
	text-align: left;
	font-size: .9em;
	/*        font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;*/
}

#three-panel_first {
        width: 260px;
		border-right:1px solid #CCCCCC;
}

#three-panel_second {
        left: 285px;
        width: 260px;
		border-right:1px solid #CCCCCC;
}

#three-panel_third {
        left: 570px;
        width: 260px;
}
.callout{
	float: right;
	width: 12em;
	background: #EAEDE6;
	margin-bottom: 15px;
	margin-top: 12px;
	padding: 1em;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
	.callout h2:first-child {
		padding-top: 0;
	}
.callout-nobackground{
	float: left;
	width: 12.50em;
	background: transparent;
	padding: 1em 0;
}
body#one-col div#breadcrumbs{
	display: block;
	font-size: 0.8em;
	margin: 0 0 2em 0;
}
body#one-col div#navigation{
	display: none;
}
body#one-col div#content{ 
	padding-left: 0; 
	width: 41.75em;
	padding-right: 0;
}
#body_footer .window{
	background: #E4E8DE;
	display: block;
	height: 58px;
	padding: 0 10px;
}
.footer_logo{
	float: left;
	width: 200px;
	margin: 0;
}
.footer_text{
	float: left;
	font-size: 0.62em;
	color: #686964;
	padding: 0.3em 0 0.43em 0;
	line-height: 1.4em;
}
.footer_text a{ color: #686964; }

#utility ul{
	margin: 0 !important;
}

#utility ul li{ 
	display: inline;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #686964;
}
.last{
	border-right: none !important;
}

.callout h2:first-child {
	padding-top: 0;
}


.callout p, .callout ul, .callout ol, .callout blockquote {
	margin: 0 0 1em 0;
	font-size: 0.9em;
	color: #2d3c2d;
}
	.callout li {
	
	}
	
	.callout a, .callout a:visited{
		color: #539753;
	}
	
.callout ul{
	list-style-type: disc;
}
.callout ol, .callout ul{ 
	margin-left: 1em;
}
.callout .caption{
	font-size: 0.8em;
	line-height: 1.1em;
}



/*
	navigation
*/


#navigation ul{
	font-size: .8em;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
	
	#navigation ul li a{
		display: block;
		color: #81814B;
		padding: 0.469em 0 0.469em 0;
		text-decoration: none;
	}
	#navigation ul li a:hover{
		text-decoration: underline;
		color: #0C261F;
	}
	
	#navigation ul ul {
		font-size: 1em;	
	}
	
	#navigation ul li ul{
		padding-left: 1.5em;
			
	}
	#navigation ul li ul li a{
		display: block;
		color: #81814B;
		font-weight: normal;
	}

/*
	global/contextual styles
*/

.hide{
	position: absolute;
	left: -9999px;
}
.clear{
	clear: both;
}

.image-right{
	position: relative;
	float: right;
	margin: 0 0 2em 2em;
}
.image-left{
	position: relative;
	float: right;
	margin: 0 2em 2em 0em;
}

.multi-image-list{
	line-height:normal;
	margin:0;
	padding:0;
}
#content .multi-image-list ul{
	float:left;
	margin: 1.25em 1.875em 0 0;
	padding:0;
}
#content .multi-image-list li{
	list-style-type:none;
	margin: 0.31em 0;
	width: 150px;
	font-size: 0.625em;
}
#content .multi-image-list img{
	border: none;
	list-style-type: none;
}
.super{
	font-size: smaller;
	vertical-align: super;
	line-height: 1em;
}


.banner{
	display: none;
}

#banner {
	margin-top: 10px;
}

.banner_gradient {
		background: transparent url(../images/banner-gradient.png) top repeat-x;
		display: block;
		height: 28px;
		width: 100%;
	}

.pages{
	padding: 1em 0 1em 220px;
	font-weight: bold;
	margin: 1em 0 1em 0;
}
.pages a.page{
	padding: 1em 0.5em 1em 0.5em;
	margin: 0 0.5em 0 0.5em;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-decoration: none;
}
.pages a.page:hover{
	background: #EAEDE6;
	border: 1px solid black;
}


/*Contact form styles*/
p.error{
	color: red;
	font-weight: bold;
}
fieldset{
	border: 1px solid black;
}
legend{
	font-weight: bold;
}



/*Navigation Update CSS*/
.open{
	color: black !important;
}

/*
	social media things
*/

.social{
	background: #EAEDE6;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #515450;
	width: 22em;
	padding: 0.5em 1em 0.5em 1em;
	margin: 0 0 1em 0;
}
#navigation .social ul{
	margin: 0 !important;
	padding: 0 !important;
}
#navigation  .social ul li{
	display: inline;
	padding-right: 1em;
	font-size: 0.8em !important;
}
#navigation  .social ul li img{
	vertical-align: middle;
}
ul.left-social{
	
}
#navigation ul.left-social h2{
	color: #AA975A;
	font-weight: bold;
	font-size: 0.875em;
	margin: 0 0 1em 0;
}
#navigation ul.left-social li{
	width: 32px;
	float: left;
	padding: 0 5px 0 5px;
}

.breadcrumbs {
	padding: 0 0 1em 0;
}	

	.breadcrumbs p {
		color: #555;
		font-size: 0.8em;
		padding: 0;
	}

.breadcrumbs ul {
list-style: none;
margin: 0 0 10px;
padding: 0;
}
.breadcrumbs ul li {
display: inline;
padding-right: 0px;
}

.staff-photo {
	float: left;
	margin: 0 12px 12px 0;
}

.intern {
    float: left;
    width: 300px;
    padding: 0 10px 0 0;
}

.intern ul {
    list-style:disc;
    padding-left: 10px;
    margin-left: 5px;
}

.video {
    float: left;
    width: 570px;
    padding: 0px;
    margin: 0px;
}

.row-header {
	color: #686964;
}


.news-index-date {
	font-size: .8em;
	color: #A6A666;
	
}

.news-staff-table tr td{
	padding: 4px 12px 4px 0;
	border-bottom: 1px solid #E6E6E6;
}

.news-staff-table {
	width: 100%;
}


/* Custom styles */


#content div.footnotes {
	margin: 1em 0 0 0;
	padding: 1em 0 .5em 0;
	border-top: 1px solid #ccc;
}

#content div.footnotes p {
	font-size: .8em;
}

sup {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: -0.4em;
}

sub {
	vertical-align: baseline;
	font-size: 0.8em;
	position: relative;
	top: 0.4em;
}

div#pageContent dl {
	padding: .5em 0 1em;
	
}

dl {
		line-height: 1.5em;
}

dt { 
	margin: 1em 0 0 0;
	font-size: .9em;
	font-weight: bold;
} 

dd { 
	margin: .3em 1.5em .6em 1.5em;
	font-size: .9em;
}</pre></body></html>