/* CSS Document */


body {
	 background-color: white;
	 font-size:12px;
	 color: black;
	 font-family: Garamond, Times, "Times New Roman", serif;
	 text-align:center;
}
h1 
	{color: #000;
	font-size:18px;
	}
h2 {color:#666;
	font-size:16px}
h3 {color:#555;
	font-size:14px;}
a {
	text-decoration:none;
	font-family: courier, monospace;
 	font-weight: normal;
	color:#000;
	}


/*centers page content, makes the margins stretchy----------CONTAINTER*/
#container
	{
	text-align: left;
	width:6.5in;

	}
/* a nod to the MU template ---------------------------------HEADER */
#muheader
	{
	height: 80px;
	}


#muheader ul
	{
	display:none;
	}

#muheader img
	{
	padding: 10px;
	float:left;
	border:0;
	}
/*Department of English------------------------TITLE*/
#edtitle
	{
	background-color: #666;
	border: none;
	}

#search
 	{
	display:none;
	}
/*Styles the rotating image area---------------BANNER*/
#edbanner
	{
	display:none;
	}
	
/*Styles the Top Nav Menu. --------------------------TOPNAV*/
#topnav

	{
	display:none;
    }
	

/*Styles the side Menus. phew.-----------------------SIDENAV*/
#sidenav
	{
	float: right;
	width: 2in;
	padding:20px;
	text-align:center;
	}

#sidenav ul
	{
	display:none;
	}
	

#sidenav p a:hover
	{
	background: none;
	padding:0;
	text-decoration:none;
	}
	

/*Styles all of the page content*/
#content
	{
	background-color:#fff;
	}

#content p
	{
	padding: 12px;
	page-break-inside:avoid;
	}
#content a:after {
 content: " <" attr(href) "> " ;
}
	
#contentimg
	{
	border: 1px solid #ddd5dd;
	float:right;
	padding: 5px;
	margin: 0 0 5px 5px;
	}

#content #contact
	{
	padding-left: 50px;
	line-height: 140%;
	}
#content .contact
	{
	padding-left: 50px;
	line-height: 140%;
	}
	
#content ul
	{
	list-style-type:square;
	list-style-position:inside;
	padding: 0 0 8px 0;
	margin: 0 0 0 15px;
	}
#content ul li
	{
	line-height: 160%;
	}
#content ol
	{
	padding: 0 0 0 50px;
	}
#content ol li
	{
	padding: 0 0 8px 0;
	list-style-position: outside;
	line-height: 160%;
	}

/*Tables*/
.box {
    display:none;
	float: right;
	width: 200px;
	font-size:smaller;
	margin: 0 0 10px 10px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ddd5dd;
	text-align:center;
	}

.img_right
	{
	border: 1px solid #ddd5dd;
	float:right;
	padding: 5px;
	margin: 0 0 5px 5px;}
#content table
	{
	font-size: .75em;
	width: 250px;
	vertical-align:top;
	}
#content table a, a:visited
	{
	border-bottom: 1px dotted #8b7b8b;
	text-decoration: none;
	color:#2A8540;
	}
tbody th {
	background: #ffc url(images/global/yellowbg.gif) repeat-y;
	padding:2px;
	}
tbody tr.instruction td
	{background: #ddd5dd url(images/global/purple.gif) repeat-y;
	padding:5px;
	color:#333;}
tbody tr.getreader td
	{
	background: #ffc url(images/global/yellowbg.gif) repeat-y;
	padding:5px;
	color:#333;
	text-align: center;
}
tbody tr.even td {
      background-color:#ddd5dd;
	  vertical-align:top;
	  padding:2px;
    }
tbody tr.odd  td {
      background: url(images/global/bluebg.gif) repeat-y;
	  vertical-align:top;
	  padding:2px;
    }
/*for google*/

#searchcontent
	{
	float:left;
	padding-left: 50px;
	margin-right: 240px;
	background-color:#fff;
	}
#searchcontent table
	{

	background-color:#fff;
	}
#searchcontent p
	{
	line-height: 170%;
	}
	
#searchcontent p a
	{ 
	border-bottom: 1px dotted #8b7b8b;
	text-decoration: none;
	color:#2A8540;
	}


#searchcontent a:hover, a:active
	{
	color: #1F5421;
	}
#footer
	{
	display:none;
	}


/*styles the Faculty pages content */

 .imagefloat
{
float: right;
width:200px;
margin: 0 0 10px 10px;
background-color: #fff;
padding: 5px;
border: 1px solid #ddd5dd;
}

.img_right {
	float:right;
	background-color: #fff;
	padding: 5px;
	margin: 0 0 5px 5px;
	border: 1px solid #ddd5dd;
	}
#content #faccontact
	{
	text-align:center;}
.factitle
	{
	display:block;
	border:none;
	}
.person_list
	{
	margin: 10px 40px 20px 30px;
	display:block;

		}
/*FRONT PAGE*/


