html {
	height: 100%;
	width: 100%;
}

body {
	background:  url("") #fff repeat-y left;
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: .8em;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	/*color: #005B7F;*/
	font-size: 2em;
}

h2 {
	color: #FF0000;
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

#printheader {
	display: none;
}

#header {
	background:  url("") #FF0000 right no-repeat;
	border-bottom: 4px solid #005B7F;
	height: 102px;
}

#image-math {
	position: absolute;
	top: 13px;
	left: 10px;
	height: 76px;
	width: 410px;
}

#image-isu {
	position: absolute;
	top: 75px;
	left: 248px;
	height: 14px;
	width: 171px;
}

#image-math img, #image-isu img {
	border: none;
}

#main {
	float: left;
}

#nav {
	background: #ccc;
	float: left;
	margin: 0;
	padding: 0;
	width: 165px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	border-bottom: 1px solid #FF0000;
	list-style-type: none;
	width: 165px;
}

#nav li a {
	color: #FF0000;
	display: block;
	margin: 0;
	padding: 8px 0 8px 8px;
	text-decoration: none;
	width: 157px;
}

#nav li a:hover {
	background: #FF0000;
	color: #ccc;
}

#content {
	margin-left: 175px;
	padding: 10px;
}

/******************************
*--Generic Faculty CSS stuff--*
******************************/

table.dept_faculty {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table.dept_faculty tr.dark {
	background: #eee;
}

table.dept_faculty th {
	background: #ccc;
}

table.dept_faculty th.type {
	background: #fff;
	border: none;
	margin: 0;
	padding-left: 0;
	padding-top: 0;
}

table.dept_faculty th, table.dept_faculty td {
	border: 1px solid #ccc;
	padding: 5px;
}

table.dept_faculty td.blank {
	border: none;
}

td.dept_faculty, th.dept_faculty, td.dept_courses, th.dept_courses, th.dept_research, td.dept_research
{
/*	padding-left: 10px;*/
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}

dt.dept_faculty, dt.dept_courses
{
	font-weight: bold;
}

dl.dept_faculty dd {
	margin: 0;
	padding: 0;
}

dt.dept_research
{
	font-size: larger;
	font-weight: bold;
}

table.dept_faculty td a, dl.dept_faculty a, p.dept_faculty a
{
	text-decoration: none;
}

table.dept_faculty a:hover, dl.dept_faculty a:hover, p.dept_faculty a:hover
{
	text-decoration: underline;
}

/**********************
*--Webnews CSS stuff--*
**********************/
a.webnews
{
	text-decoration: none;
}

a.webnews:hover
{
	text-decoration: underline;
}

p.webnewsTitle
{
	font-weight: bold;
}

p.webnewsBody
{
	width: 700px;
}