	 
	 div#all{
	 position:relative;
	 _width:550px;
	 width:100%;
	 min-width:550px;
	 }
	 
	 body {
	 background:#ffffff url(http://www.msuweeds.com/images/filler.gif) repeat-y right;
	 margin: 0px;
	 padding: 0px;

	 }
	 div#printheader {
 	 padding:0px 0px 0px 0px;
	 align:center;
	 height:60px;
	 }

	 div#header {
	 padding:0px 0px 0px 0px;
	 margin:0px 0px 0px 0px;
	 position:absolute;
	 top:0px;
	 left:0px;
	 background:#D7D7D7 url(http://www.msuweeds.com/images/header_background.gif) repeat-x;
	 width:100%;
	 height:101px;
	 border-bottom:solid #D7D7D7 0px;
	 display:none;
	 }
	 
	 div#rightheader{
	 position:absolute;
	 top:0;
	 right:0;
	 border:0px black solid;
	 background-color:#D7D7D7;
	 width:300px;
	 height:101px;
	 z-index:1;
	 display: none;
	 }
	 
	 div#rightheader img#right{
	 right:174px;
	 _right:174px;
	 top:0px;
	 display: none;
	 }
	 
	 div#header img#underbelly{
	 position:absolute;
	 left:0;
	 top:67px;
	 }
	
	div#content {
	position:relative;
	background-color:white;
	border:0px solid black;
	}
	
  h1 {
   font-family: georgia, 'times new roman', serif;
   font-size: 1.22em;
   color: #002A55;
   font-weight: normal;
   padding-top: 7px;
   margin-bottom: 7px;
   padding-left: 15px;	
   background:url(http://www.msuweeds.com/images/h1_background.gif) no-repeat;
  }

  h2 {
   font-family:arial;
   font-size: 14px;
   color:#007100;
   background: url(http://www.msuweeds.com/images/h2_background.gif) repeat-x;
   border:0px solid black;
   padding-bottom:17px;
   margin-bottom:0px;
   margin-left:10px;
   width:450px;
 }
	
	p{
	font-family:arial;
	font-size: 12px;
	width: 100%;
	margin-left:30px;
	}
	
	div#nav{
	background-color:#D7D7D7;
	width:225px;
	height:500px;
	position:absolute;
	right:0px;
	top:100px;
	border:0px solid black;
	display:none;
	}

div#nav ul, ul.subitem{
 margin: 0px;
 font-family: arial, sans-serif;
 font-size: 14px;
 max-width: 225px;
 width: 225px;
 color:#007100;
 /*list-style: none;*/
 list-style-type: none;
}
div#nav ul{
 padding:28px 0px 4px 0px;
 }
 
 div#nav ul.subitem{
 padding:8px 0px 4px 0px;
 background: url(http://www.msuweeds.com/images/dropshadow.jpg) repeat-x;
 }

div#nav li {
 margin: 0px;
 padding: 2px 0px 2px 0px; 
 }

div#nav ul a.items {
 padding: 8px 0px 8px 30px;
 _width:225px;
 width:195px;
 text-decoration: none;
 color: #007100;
 display: block;
 background:#E9E9E9 url(http://www.msuweeds.com/images/bullet.gif)  no-repeat;
 background-position: left center;
}

div#nav li a:hover {
 background-color:#ffffff;
 color:#002A55;
}


div#nav ul a.at {
 padding: 8px 0px 8px 30px;
 _width:225px;
 width:195px;
 text-decoration: none;
 color: #007100;
 display: block;
 text-decoration: none;
 background: #ffffff url(http://www.msuweeds.com/images/double_arrow.gif) no-repeat;
 background-position: left center;
}

div#nav ul a.at:hover {
 background-color: #ffffff;
}

div#nav ul a.subitem {
 padding: 0px 0px 2px 30px;
 text-decoration: none;
 color: #000000;
 display: block;
 background-position: left center;
}

div#nav ul a.subitem:hover {
 text-decoration: underline;
 color: #00008f;
}
div#footer {
  position: relative;
  width:auto;
  font-family: arial;
  font-size: .6em;
  color:#007100;
  font-weight: bold;
  padding-top: 7px;
  margin-top:50px;  
  margin-bottom: 7px;
  margin-left: 10px;
  padding-left: 15px;	
  background:url(http://www.msuweeds.com/images/h1_background.gif) no-repeat;
}

div#footer a{
  color:#002A55; 
  font-weight:normal;
}