/* Global Styles */
body {
	margin:0;
	padding:0;
	color: #FFFFFF;
	background:#446600 url(/images/soyback_final.jpg);
	font:12px Arial, Helvetica, sans-serif;
	}
	
h1, h2 { text-transform:uppercase; }

#container {
	width:950px;
	margin:0px auto;
	background-color:#2C5500;
	}

.hidden {
	position:absolute;
	top:-999px;
	}

/* Header title and links */

#pageheader {
	color:white;
	margin-bottom:20px;
}

#pageheader a {
	color: white;
	text-decoration: none;
}

#illinoislogo {
	height:40px;
	background-color:black;
}

#illinoislogo img { float:left; }

#illinoislogo div {
	padding-top:6px;
	font-size:29px;
	font-family:Georgia, 'Times New Roman', Times, serif;
}

#pagetitle {
	height:50px;
	background:#336600 url(/images/header_final.jpg);
}

#pagetitle h1 {
	margin:7px 0 0 230px; 
	font-size:30px;
	font-weight:bold;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#toplinks {
	margin-left:40px; 
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#tagline {
	margin:2px 0 0 230px;
	font-size:17px;
	font-style:italic;
	font-family:Georgia, 'Times New Roman', Times, serif;
	letter-spacing:2px;
}

/* Left navigation menu */
#navigation {
	float:left;
	width:160px;
	padding-right:72px;
	}

#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	margin:0;
	padding:0;
}
	
#navigation a {
	font-size:11px;
	color: #FF9900;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	width:132px;
	padding:8px 6px 8px 22px;
	border-bottom: 1px solid #FF9900;
	text-transform:uppercase;
	}
	
#navigation a:hover {
	color:#FFFFCC;
	font-weight:bold;
	}

#navimg {
	width:157px;
	height:104px;
	margin:2px;
	}

/* Main content */
#bodyText {
	font-size:12px;
	float:left;
	width:715px;
	line-height:22px;
	margin-top:0px;
	letter-spacing:.1em;
	}

#bodyText h1 {
	font-size:20px;
	text-transform:uppercase;
	}

#bodyText a {
	color: #FF9900;
	border-bottom:1px solid #FF9900; 
	text-decoration:none;
	}	

#bodyText a:hover {
	color: #FFFF66;
	border-bottom:1px solid #FFFF66; 
	}

/* Right sidebar */
.rightsidebar {
	float:right;
	clear:right;
	width:186px;
	padding:12px 0;
	margin:12px 0 12px 24px;
	background:#FFFFCC;
	letter-spacing:0;
	}

.rightsidebar h2 {
	margin:0;
	color: #DD8500;
	font-size:12px;
	text-align:center;
	}

.rightsidebar .pages {
	width:110px;
	margin:0 auto;
	}

.rightsidebar img {border:1px solid black;}

.rightsidebar a {
	color: #000000 !important;
	font:10px Arial, Helvetica, sans-serif;
	text-decoration:none;
	border-bottom:none !important; 
	}
	
.rightsidebar a:hover {
	color: #DD8500 !important;
	}

/* Footer */
#footer {
	clear:both;
	margin: 12px;
	padding-top:2em;
	font-size:11px;
	letter-spacing:2px;
	}

#footer div.leftfoot {
	float:left;
	width:480px;
	}

#footer a {
	color: #FFFFFF; 
	border-bottom:1px solid #CCCCCC; 
	text-decoration:none;
	}

#footer a:hover {
	color: #FF9900; 
	border-bottom:1px solid #FF9900;
	}

/* Course descriptions */
.crs-no {
	float:left;
	width:80px;
	font-weight:bold;
	margin-top:.8em;
}

.crs-title {
	float:left;
	width:490px;
	font-weight:bold;
	margin-top:.8em;
}

.crs-credit {
	float:right;
	width:130px;
	margin-top:.8em;
}

.crs-info {
	clear:both;
	padding-left:40px;
}

/* Faculty information */
.name {
	font-weight:bold;
	float:left;
	clear:both;
	width:180px;
	margin-top:.8em;
}

.title {
	float:left;
	width:520px;
	margin:.8em 0;
}

/* Left inset image */
img.imgleft {
	margin:0 18px 18px 0;
	border:#000 1px solid;
}

/* Emphasized text for a prompt */
.prompt {
	font-size:large;
	font-style:italic;
}