/* 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: 210px;
	float: left;
	margin-left: -1px;
	padding: 5px;
	text-align: center;
	}
	
	
#content {
	padding: 10px;
	margin-left: 220px;
	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;
	height: 200;
 }

 #framenavbar {
 	margin-left: 20px;
 }
	
	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
}
.hilite { background-color:yellow}

.linethrough { text-decoration: line-through}

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;
}

/*Rounded Corner Box*/
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 10px; letter-spacing:1px;}
#xsnazzy h1 {font-size:2.5em; color:#fff;}
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
#xsnazzy p {padding-bottom:0.5em;}
#xsnazzy h2 {padding-top:0.5em;}
#xsnazzy {background: transparent; margin:1em;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#D4D4D4; border-left:1px solid #08c; border-right:1px solid #08c;}
.xb1 {margin:0 5px; background:#08c;}
.xb2 {margin:0 3px; border-width:0 2px;}

.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}

.xboxcontent {display:block; background:#D4D4D4; border:0 solid #08c; border-width:0 1px;}
/*End of Rounded Corner Box*/

/*Fluid Drop Shadows Text Box*/
.out {
display:block;
background:#bbb;
border:1px solid #ddd;
position:relative;
margin:1em 0;
}
.in {
text-align:justify;
background:#fff;
border:1px solid #555;
position:relative;
padding:5px;
font-weight:normal;
}
.ltin {
left:-5px;
}
.tpin {
top:-5px;
}
.narrow {width:24em;} /* change to suit */
h5 {text-align:center;font-weight:bold; color:#000;}
/*End of Fluid Drop Shadows Box*/