@charset "UTF-8";
/* CSS Document */

/*
+-------------------------------------------------------------------------+

Title:		Department of Mathematics - Base Styles 
Author:		G. Jason Head, University Marketing Communications
Copyright:	2007 - University of Pittsburgh
Updated:		March 28, 2007

+-- CONTENTS -------------------------------------------------------------+
- Body Styles
- Consistant Styles
- Containers
+-------------------------------------------------------------------------+
*/





/* CONTAINERS ------------------------------------------------------------ */
/* ----------------------------------------------------------------------- */


	
/* HEADER ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */

/*#header {	
	position: relative;
	text-align: left;	
	vertical-align: text-bottom;
	color: #000033;
	
	background-image: url(/National_Library/20160330061658oe_/http://www.hps.pitt.edu/images/shared/header.jpg);
	background-repeat: no-repeat;
}		
#header h1{width:960px;}*/

/* NAVIGATION ------------------------------------------------------------ */
/* ----------------------------------------------------------------------- */
/*#nav {
	/*width: 810px;*/
/*	font-size: 12px;
	float: left;
	background-color: #FFFFFF;
	border-top-color: #CCCCCC;
	border-left-color: #FFFFFF;
	border-bottom-color: #E8E8E8;
	color: #8B8B3B;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}

#nav ul {width:900px;  height:35px;font-size: 12px; }
	
#nav li {float: left;}	
	
	#nav a { 
	color: #3D8BD9;
	display: block;
	background: url(/National_Library/20160330061658oe_/http://www.hps.pitt.edu/images/shared/nav-line.gif) top right repeat-y;
	font-weight: normal;
	list-style-type: none;
	
	
	
}
	
	
	
	#nav a:hover {color: #000000; text-decoration: none;}
	#nav a.on {color: #999999; text-decoration: none;}

	


/* FOOTER ---------------------------------------------------------------- */
/* ----------------------------------------------------------------------- */
#footer {
	font-size: 8px;
	color: #ffffff;
	padding: 4px 19px;
	clear: both;
	background-color: #0f1633;
}
	#footer a {
	color: #ffffff;
	text-decoration: none;
	background-color: #0f1633;
}
	#footer a:hover {text-decoration: underline;}
	
