* {
	margin: 0;
	padding: 0;
}

body {
	background: url(Saberi_images/stripe_1.png);
        background-repeat:repeat-y;
	font: 62.5% Tahoma, sans-serif;
	
}

p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin-bottom: 15px;
}

p.bib {
	margin-left: 30px;
	text-indent: -30px;
	}

a, a:visited {
	color: black;
	text-decoration: underline;
	}
	a:hover {
		color: #220000;
	}
	a.faculty {
		width: 200px;
		float: left;
		display: block;
		vertical-align: middle;
		border-bottom: thin;
	}
		a.faculty2 {
		width: 300px;
		float: left;
		display: block;
	}
	a img {
		border: none;
	}

h1  { font-size: 1.75em; border-bottom: 2px dotted #ccc; margin-bottom: 5px; }
h2  { font-size: 1.25em; border-bottom: 2px dotted #ccc; margin-bottom: 5px; padding-bottom: 5px;}
h3  { font-size: 1.0em; border-bottom: 1px inset #ccc;}
h4  { font-size: .75em; }
h5  { font: Calibri, Tahoma, sans-serif; color:#990000; font-size: 1.4em; font-variant: small-caps; }
h6  { font: Calibri, Tahoma, sans-serif; font-size: 1.4em; font-variant: small-caps; }

h2.name {
	float: left;
	width: 250px;
	font-size: 2.5em;
}

.floatleft {
	float: left;
	margin-right: 15px;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.lil-linkbox2 {
	background: #f2ffd7;
	border: 2px dotted #8fd500;
	font-family: Georgia, "Times New Roman", Times, serif;			
	display: block;
	margin: 0pt auto;
	padding: 6px;
	width: 300px;
	font-size: 1em;
	}

#page-wrap {
	width: 980px;
	margin: 15px auto;
	border: 0px solid #ccc;
	background-color: #FFFFFF;
}

#header {
	height: 117px;
	background: url(Saberi_images/header.gif) no-repeat black;
	}
	#header ul {
		list-style: none;
		padding-top: 89px;
	}
	#header ul li {
		float: left;
	}
	#header ul li a {
		display: block;
		padding: 8px;
		color: white;
		text-decoration: none;
		font-weight: bold;
		letter-spacing: 1px;
	}
	#header ul li a:hover {
		background: #000000;
		color: white;
	}
	#home .home, #admissions .admissions, #academics .academics,
	#people .people, #extension .extension, #research .research {
		background: #990000;
		color: white;
	}
	
#main-content {
	background: #990000;
	}

.main-image {
	margin-bottom: -2px;
}

#main-content-nosidebar {
	background: white;
}
	
#search-area {
	padding: 5px;
	background: black;
	color: white;
	}
	#search-area input {
		margin-top: 7px;
		float: right;
		width: 275px;
	}
	
#left-sidebar {
	float: left;
	width: 150px;
	padding: 10px;
	}
	#left-sidebar ul {
		list-style: none;
		}
		#left-sidebar ul li {
			margin-bottom: 5px;
			padding-bottom: 5px;
			border-bottom: 1px dashed #ccc;
		}
		#left-sidebar ul li a {
			display: block;
			width: 100%;
			text-decoration: none;
			padding: 5px;
			}
			#left-sidebar ul li a:hover {
				background-color: #990000;
				color: white;
			}
		#left-sidebar ul ul {
			margin-left: 20px;
		}
		#left-sidebar ul ul li {
			border-bottom: none;
			color: black;
		}
		#left-sidebar ul ul li a:hover { 
		   background-color: #CC6666; 
		}
			
#right-content {
	float: right;
	width: 740px;
	padding: 10px 20px 10px 20px;
	}
	#right-content ul, #main-content ol {
		margin-left: 25px;
	}
	#right-content li {
		font-size: 1.3em;
		margin-bottom: 10px;
	}
		#right-content li li {
		font-size: 1.0em;
		margin-bottom: 10px;
	}
	
		#right-content li p {
		font-size: 1.0em;
		margin-bottom: 10px;
	}
	
	#right-content #right-sidebar {
		width: 200px;
		float: right;
	}

#single-column {
	padding: 20px;
	background: white;
}

.news-box {
	background: #ffffff;
	width: 170px;
	border: 1px dashed #666;
	padding: 10px;
	float: right;
	margin-left: 15px;
	padding-top: 40px;
	font-size: 90%;
	background: url(../images/news-header.png) no-repeat top left white;
	margin-bottom: 15px;
}

.events-box {
	width: 170px;
	border: 1px dashed #666;
	padding: 10px;
	float: right;
	margin-left: 15px;
	padding-top: 40px;
	font-size: 90%;
	background: url(../images/events-header.png) no-repeat top left white;
}

.bio-area {
	padding: 20px;
}

#bio-area ul {
		font-size: 1.3em;
		margin-bottom: 10px;
	}

table.styled-table th {
	background: #f5eaa0;
	text-align: left;
}

table.styled-table th, table.styled-table td {
	padding: 5px;
	font-size: 1.1em;
}

.faculty-box {
	float: left;
	width: 320px;
	margin-right: 30px;
	}
	.faculty-box img {
		float: left;
	}
	.faculty-box p { font-size: 90%; }
	
#footer {
	position: relative;
	bottom: 0;
	height: 60px;
	background: #990000;
	color: white;
	text-align: center;
	padding: 10px;
	}	
	#footer p {
		font-size: 1.75em;
		margin-bottom: 2px;
	}

