/* Pitt Webs style sheet
Header, navbar, content, and footer */
	
#header {
	background-color : #FFFFFF;
	background-image : url(images/pgbg2.gif);
	background-repeat : repeat-x
	border-bottom: 1px solid #006;
	margin-bottom: 0px;
	}	
	
#nav {
	width: 240px;
	float: left;
	margin-left: -1px;
	padding: 10px;
	text-align: center;
	}
	
	
#content {
	padding: 10px;
	margin-left: 250px;
	border-left: 1px solid #006;
	}

#footer {
	background-color: #fff;
	color: #006;
	border-top: 1px solid #006;
	font-size: 11px;
	text-align: center;
	padding: 2px 10px 0 0;
	clear: both;
	}
	
#pop {
 position:absolute;
 z-index:4;
 left: 10px;
 top: 10px;
 width: 790px;
 }

	html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	}

.spacer {
	clear: both;
	}
	
p {
	padding: 0;
	margin-top: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	
p.code {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size : 14px;
	color: Navy;
	background-color: #f3f3f2;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	}
	
dd, dt {
	font-family: 'Lucida Grande', Verdana,  Geneva, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.95em;
	}
	
h1 {
	PADDING-RIGHT: 3px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 18px;
	text-align: center;
	PADDING-BOTTOM: 3px;
	MARGIN: 0px 0px 7px 0px;
	COLOR: #585e7c;
	PADDING-TOP: 3px;
	BORDER-BOTTOM: 1px solid #666;
	FONT-STYLE: normal;
	FONT-FAMILY: "Trebuchet MS", Arial, sans-serif;
	BACKGROUND-COLOR: #f3f3f2
}

a:link { color : Navy;
}

a:visited { color : Navy }

a:hover { color : #6495ED;
}

a.itemcss:link
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	cursor:hand;
}
a.itemcss
{
	font-size:8pt;
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#000000;
	cursor:default;
}
a.itemcss:visited
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:Navy;
	cursor:hand;
}
a.itemcss:hover
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color:#6495ED;
	cursor:hand;
}
a.itemcss:active
{
	text-decoration:none;
	font-family:Tahoma, Arial;
	color::Red;
	cursor:hand;
}