html, body {
	margin: 0em 0em 0em 0px;
	padding: 0em;
	min-width: 990px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e2d7bb;
	background-image: url(../images/matsci_body_bg.gif);
	background-repeat: repeat-y;
}
body {
	background: #FFF url(../images/matsci_body_bg.gif) repeat-y left top;
}
#titlebar {
	font-size: 16px;
	font-weight: bold;
	color: #841410;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

p {
	font-size: 14px;
}
img {
	border: none;
}
#content {
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 250px;
}
* html body #content {
	height: 20em;
}
.mseheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #B9A66c;
	background-image: url(../images/matsci_bg1.gif);
}
.msev-navlist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	list-style-image: none;
	list-style-type: none;
	padding: 0px 10px 20px 20px;
	background-color: #e2d7bb;
	width: 208px;
	float: left;
	height: 100%;
}
.nulogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #e2d7bb;
	padding: 0px;
	width: 200px;
	margin: 0px;
}


.msenavlisttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #841410;
	border-bottom-width: 2px;
	margin-right: 50px;
}
.footer {
	background-color: #e2d7bb;
	clear: both;
	width: auto;
}
#footer {
	float:left;
	width: 100%;
	padding: 20px;
}
link {
	color: #000000;
}
.fill {
	background-color: #e2d7bb;
}
.bodytext {
	margin-left: 250px;
	padding-right: 20px;
}
.msev-pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #841410;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-left: 250px;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.location {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: right;
	margin-left: 250px;
	padding-right: 20px;
}
#bodycontent {
	background-color: #FFF;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: auto;
	float: right;
}
.leftfill {
	background-color: #e2d7bb;
	height: auto;
	width: 240px;
}

/* ADDED BY MARK KIM ON 1/29/2010 */
.bodytext {
	min-height:350px;
}
#leftnav a:link {
	color: #000000;
	text-decoration: none;
}
#leftnav a:visited {
	text-decoration: none;
	color: #333333;
}
#leftnav a:hover {
	text-decoration: underline;
	color: #841410;
}
#leftnav a:active {
	text-decoration: none;
}

