/* CSS Document */

body {
	background-color:#CCCCCC;
	font-size: 76%;	
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/* 	text-align: center; */
}

/* WHITE CENTERED BOX FOR CONTENT */

#Wbox {
	/* position:absolute; 
	width:800px; 
	height:800px; */
	/* z-index:1; */
	background-color: #FFFFFF;
	border: 1px none #000000;
	position: relative;
}

#pageHeader {
	background: url(../images/head.gif) no-repeat;
	margin-top: 10px;
	height: 37px;
}

#pageHeader h1,#pageHeader h2{
	display: none;
}

.nav {
	text-align: center;
 
}

#Mpanel {
	height: 350px; 
	width: 670px; 
	overflow: auto;
}

/*  MAIN TEXT ELEMENTS */

#gr {
	background-color: #ffffff;
	width: 765px;
	text-align: center;
}	

#gr p {	
	margin-left: 18px;
	margin-right: 15px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
/*	font-size: 0.90em; */
	line-height: 18px;
	color: #000000; 
}	

/* NAVIGATION WAS HERE - NOW IN SEPARATE STYLESHEET FILES*/
	
#container	{ 
	/* position: relative; */
	width: 700px; 
 	background-color: #E5E5E5;
	text-align: center;
	border: 1px solid white;
	margin-left: 55px; 
	margin-right: 55px;
	padding: 6px 0 10px 0; 
}
#container H2 {
	text-align: left;
	margin-left: 18px;
	font-size: 1.25em;
	margin-top: 10px;
}


/* Following is for supages */

#pageHeader2 {
	background: url(../images/head-sub.gif) no-repeat;
	margin-top: 5px;
	height: 25px;
}

#pageHeader2 h1,#pageHeader2 h2{
	display: none;
}


#viewer {
 width: 800px;
 border: none;
 
}

/* file info */

#imageInfo{

	font-family: Trebuchet MS, verdana, arial;
	padding: 10px;
}

.content {
	font-size:0.90em;
	color: #333333;
	border-bottom:1px dotted #333333;
	padding-top:6px;
	padding-bottom:6px;
}

.label{
	font-size:0.85em;
	font-weight:bold;
	color: #999;
}

.contentLast {
	font-size:0.90em;
	color: #333333;
	padding-top:6px;
}

/* FOOTER */
a.footer:link { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.75em;
	color: #000000;
}
a.footer:hover { 
	text-decoration: underline;
}
.footer { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	color: #000000;
}

.sm {
font-size: .8em;
text-align: center;
}

