/* CSS Document */

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	font-size: 100%;
	}

h1 {
	font-size: 110%;
	color: #ffffff;
	margin: 0;
	}
	
h2 {
	margin-top: -1px;
	margin-bottom: 0px;
	font-size: 100%;
	}
		
h3 {
	color: #7b0f0c;
	font-size: 130%;
	margin-top: 5px;
	margin-bottom: 5px;
	}

h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	}
	
form {
	font-size: 80%;
	}
	
.none {
	display: none;
	}	

/* Header: includes UW bar, search, department title  */	
#header {
	height: 100px;
	}	
	
#uwbar {
	position:absolute;
	left: 0px;
	top: 0px;
	}

#uwbar table {
	width: 600px;
	}

#uwbar h1 {
	text-transform: uppercase;
	}
	
#uwbar th {
	color: #ffffff;
	background-color: #000000;
	padding: 3px;
	text-indent: 2pt;
	}

#uwbar a {
	color: #ffffff;
	font-size: 75%;
	font-weight: bold;
	text-decoration: none;
	}

#uwbar a:hover {
	color: #e9c121;
	font-weight: bold;
	text-decoration: none;
	}
	
#uwbar form {
	display: none;
	}	

#wordmarkcont {
	position: absolute;
	top: 0px;
	left: 205px;
	border-bottom: 1px #c1c1c1 solid;
	}

#hometable h6 {
	color: #000000;
	font-size: 95%;
	margin-bottom: 5px;
	}

#contact {
	display:none;
	}

#contact a {
	color: #000000;
	text-decoration: none;
	}
	
#contact a:hover {
	color: #ff0000;
	}

/* Navigation: includes main navigation and secondary navigation */		
	
#primarynavarea {
	display: none;
}

#secondnavarea {
	display: none;
}

/* Content: includes collage and content areas */
#collage {
	display:none;
	}

#primarycontarea {
	margin-top: 3px;
	}

#primarycontent p {
	margin-top: 0px;
	}
	
#primarycontent {
	width: 100%;
	font-size: 80%;
	}

/* Footer: includes department logo, address info, UW logo */	
#footer {
	display: none;
	}		

#webmaster {
	display: none;
	}
	
#tight_list ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#tight_list li {
	list-style-type: disc;
	margin-left: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	}
	
#blue_table table {
	border: 1px;
	border-style: solid;
	border-color: #000000;
}

#blue_table th {
	font-weight: bold;
	border-style: solid;
	border-color: #000000;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;	
}

#blue_table td {
	border-style: solid;
	border-color: #000000;
	border-left: 1px;
	border-bottom: 1px;
	border-right: 1px;
	border-top: 1px;	
}

/* tutorial page table */		
#tutorial_table table {
	margin-top: 4px;
	margin-bottom: 10px;
	padding: 0px;
	border-spacing: 0px;
	}

#tutorial_table td {
	text-align: center;
	vertical-align: middle;
	background-color: #FFFFFF;
	padding: 0px;
	border: 0px;
	}

#background_bar table {
	font-size: 140%;
	font-weight: bold;
	border-collapse: collapse;
	border-left: 0px;
	border-right: 0px;
}

#paper_sessions li {
	margin-bottom: 10px;
}