body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #685f52;
	background-image: url(img/bodyback.jpg);
	background-repeat: repeat-x;
}

#content {
	background-color: #fff;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

	#content.split {
		background-image: url(img/contentback.jpg);
		background-repeat: repeat-y;
	}
	
	#content.split2{
		background-image: url(img/contentback2.jpg);
		background-repeat: repeat-y;
	}

h2 {
	margin: 7px 0px 4px 0px;
	padding: 0px 10px;
	font-size: 14px;	
}
	h2.searchres {
		display: inline;	
		line-height: 2em;
	
	}
	
	.searchedterms {
	text-align: left;
	color: red;
	}	
	
p {
	font-size: 12px;
	line-height: 1.5em;
	padding: 10px;
}

	p.description {
		margin: 0px;
		color: #fff;
		background-color: #333;
		border: 1px double #000;
	}


	
a {
	text-decoration: none;
	color: #5c7a94;
}

	a:hover {
		text-decoration: underline;
	}

img {
	border: 1px solid #111;
}

	img.exbutton {
		border: 1px solid #fff;
		vertical-align: middle;
	}

	img.exbutton:hover {
		border: 1px solid #000;
	}

.paper, .project, .assignment, .presentation, .groupproject {
	color: #fff;
	font-size: 9px;
	text-transform: uppercase;
	border: 2px double #eee;
	padding: 3px;
	margin: 10px 5px 5px 5px;
}

	.assignment {
		background-color: #aaa;
	}
	
	.project {
		background-color: #5c7a94;
	}
	
	.presentation {
		background-color: #777;
	}
	
	.paper {
		background-color: #465c6f;
	}
	
	.groupproject {
		background-color: #685f52;
	}
	
#allcoursetable {
	margin: 20px 5px 25px 15px;
	padding: 0px;
	border: 2px solid #777;
	border-collapse: collapse;
	font-size: 11px;
	background-color: #fff;
}
	#allcoursetable tr:hover {
		background-color: #eee;
	}

	#allcoursetable td, #allcoursetable th {
		padding: 4px;
		border: 1px solid #ccc;
	}
	
	#allcoursetable th {
		background-image: url(img/subheadback.jpg);
		color: #fff;
		font-weight: bold;
	}

#projecttable {
	border: 1px solid #ccc;
	width: 620px;
	padding: 6px 13px;
	border-spacing: 20px;
	margin: 2px 25px;
}

	#projecttable td {
		padding: 5px 5px 18px 5px;
	}

	
	.photocell {
		vertical-align: top;
		padding: 5px;
	}

	.detailcell {
		vertical-align: top;
		font-size: 12px;
	}
	
	.projtitle {
		font-weight: bold;
		font-size: 13px;
	}


#projectprof {
		border: 1px solid #ccc;
		width: 615px;
		margin: 10px 5px 10px 15px;
		padding: 12px;
}
	
#quilt {
	border: 1px solid #eee;
}

	/* ---- Tool Tip Styles (override yahoo styles) -- */
	.yui-tt {  
	visibility:hidden;
	position:absolute;
	color:#fff;
	font-weight: bold;
	background-color:#38566f;
	background-image: url(img/tt-back.jpg);
	background-repeat: repeat-x;
	font-family:arial,helvetica,verdana,sans-serif;
	padding:4px;
	border:1px solid #000;
	font-size:100%;
	width:auto;
}


/* ------------ Basic Layout ----------- */

#container {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0px;
	border: 1px solid #333;
}

#header {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

		#bluebar1 {
			position: relative;
			clear: both;
			background-color: #5c7a94;
			width: 100%;
			height: 30px;
			margin: 0px;
		
		}
			#mainnav {
				position: absolute;
				right: 5px;
				top: 3px;
				color: #aaa;
			}
				#mainnav a {
					color: #fff;
					text-decoration: none;
				}
				
					#mainnav a:hover {
						text-decoration: underline;
					}
					
			
#subheader {
	width: 800px;
	color: #fff;
	background-image: url(img/subheadback.jpg);
	background-repeat: repeat-both;
	background-position: top left;
	background-color: #000;
	border-top: 1px solid #333;
	padding: 0px;
}

	.coursetitle {
		font-size: 21px;
		font-weight: bold;
		padding: 10px;
	}
	
	.courseno {
		font-weight: normal;
	}
	
	#vitals {
		font-size: 13px;
		padding: 10px;
		margin: 0px;
	}
		#vitals a {
			color: #ddd;
			text-decoration: underline;
		}
		
			#vitals a:hover {
				color: #fff;
			}
		
		#instructor {
			margin-left: 0px;
		}		
		
		#semester, #courseweb {	
			margin-left: 35px;
		}
		
			#smallurl {
				font-size: 10px;
			}
	
	.synopsis { /* In project table */
		font-size: 12px;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 3px 0px;
		margin: 3px;
		
	}


#subnav {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100%;
	color: #fff;
	background-color: #000;
	overflow: hidden;
}

	#subnav ul {
		display: block;
		background-color: #000;
		list-style: none;
		margin: 0;
		padding: 0px 0px 0px 50px;
		float: left;
	}	

		#subnav ul li {
			display: inline;
			margin: 0 3px;
			padding: 0;
			float: left;
			background: #385670 url(img/navtab_right.jpg) no-repeat 100% 0; 
			white-space: nowrap;
		}
		
		#subnav ul li.current {
				background: url(img/navtab_right_hover.jpg) no-repeat 100% 0;
		}
		
		#subnav ul li:hover {
				background: url(img/navtab_right_hover.jpg) no-repeat 100% 0;
			}
		
			#subnav ul li a {
			 color: #FFF;
			 display: block;
			 text-decoration: none;
			 background: url(img/navtab_left.jpg) no-repeat 0 0; 
			 font-size: 12px;
			 margin: 0; 
			 padding: 7px 20px 5px; 
			 text-align: center; 
			 font-weight: bold; 
			}
				#subnav ul li.current a {
					background: url(img/navtab_left_hover.jpg) no-repeat 0 0;
				}
			
				#subnav ul li a:hover {
					background: url(img/navtab_left_hover.jpg) no-repeat 0 0;
				}
	

	
	#prevnext{
				position: absolute;
				right: 5px;
				top: 3px;
			}
			
		#prevnext ul li {
			display: inline;
			margin: 0 3px;
			padding: 0px;
			float: left;
			background: #385670 url(img/button.jpg) no-repeat;
		}
		
			
			#prevnext ul li.dead {
					background: #000 url(img/button_dead.jpg) no-repeat;
					text-align: center;
					width: 25px;
					height: 21px;
			}
		
			#prevnext ul li:hover {
				background: #385670 url(img/button_hover.jpg) no-repeat;
			}
			
			#prevnext ul li.dead:hover {
				background: #000 url(img/button_dead.jpg) no-repeat;
					width: 25px;
					height: 21px;
			}			
		
			#prevnext ul li a {
			 width: 25px;
			 height: 21px;
			 color: #fff;
			 display: block;
			 text-decoration: none;
			 background-image: none;
			 font-size: 12px;
			 margin: 0; 
			 padding: 0px; 
			 text-align: center; 
			 font-weight: bold; 
			}

				#prevnext ul li a:hover {
					background-image: none;
				}

				
				
		#bluebar2 {
			clear: both;
			background-color: #5c7a94;
			width: 100%;
			height: 20px;
			margin: 0px;
			padding: 0px;
			border-bottom: 2px solid #465c6f;
		}



#breadcrumb {
	margin: 0px 0px 0px 83px;
	padding: 4px 10px;
	font-size: 10px;
	color: #333;
	text-indent: -83px;
	width: 570px;
	line-height: 1.5em;
}


#homeright {
		position: relative;
		right: 0px;
		top: 0px;
		float: right;
		width: 307px;
	}
	
	#homeright .contact {
		margin: 0px;
		color: #fff;
		background-color: #333;
		border: 1px double #000;
		padding: 6px;
	}
	


#leftpanel {
		width: 450px;
		padding: 0px 0px 0px 10px;
		margin: 0px;
	}
	
	#bookshelf {
	clear: both;
	width: 750px;
	padding: 10px;
	margin: 0px auto;
	}

	
	#bookbox {
		position: relative;
		right: 15px;
		top: 0px;
		float: right;
		width: 270px;
	}
	
		#bookbox h2 {
			margin-bottom: 0px;
			padding-bottom: 0px;
		}
	
		#bookbox p {
			margin: 0px;
		}
	
	
		#bookbox img {
			float: left;
			margin: 0px 10px 10px 0px;
		}
		
		#bookbox .details {
			font-size: 11px;
			line-height: 1.5em;
		}
		
		#bookbox p {
			clear: both;
			margin-top: 0px;
		}
		
		#bookbox p.seeallbooks {
			font-weight: bold;
			text-align: center;
			clear: both;
		}
ul li {
	list-style-type: none;
	list-style-image: url(img/bullet_square.jpg);
	list-style-position: 0 50%;
}

	ul li ul li {
		list-style-type: none;
		list-style-image: url(img/bullet_arrow.jpg);
		list-style-position: 0 50%;
	}
	
.tight {
	margin: 0px;
	padding: 0px;
	border: 0px;
	float: left;
}

#courseprojects {

}

.projurlsmall {
	font-size: 10px;
}

.smaller {
	font-size: 10px;
}

/* ----- Search box styles ---- */

#searchbox {
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	width: 300px;
	padding: 8px 2px 8px 8px;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #efefef;
	background-image: url(img/subheadback.jpg);
	background-repeat: repeat-x;

}

	.styledbutton {
		padding: 1px 2px 1px 2px;
		font-size: 10px;
		margin: 0px 0px 0px 2px;
	}


#totrecs {
	clear: both;
	position: relative;
	right: 0px;
	top: 0px;
	float: right;
	text-align: center;
	width: 130px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
	#totrecs img {
		border: none;
	}
		#totrecrs img a {
			border: none;
		}
		
#projsidenav {
	clear: both;
	position: relative;
	right: 0px;
	top: 10px;
	float: right;
	text-align: center;
	width: 130px;
	padding: 0px;
	margin: 0px;
	font-size: 11px;
}
	#projsidenav img {
		border: none;
	}
		#projsidenav img a {
			border: none;
		}
	
#pagenav {
	margin: 12px 0px 3px 24px;
	color: #aaa;
}

#quotebox {
	width: 600px;
	padding: 0px 0px 0px 10px;
}

#bluebar3 {
	position: relative;
	clear: both;
	background-color: #5c7a94;
	width: 100%;
	height: 30px;
	margin: 0px;
}

	
	