#main {
	float:none;
	width:850px;
	padding: 0px;
	position: relative;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	height: 596px;
	left: 0px;
	top: 0px;
	text-align: justify;
	border: 1px ridge #999999;
}
.optON, .btnNav:hover {
	/* for IE */
	  filter:alpha(opacity=90);
	/* CSS3 standard */
	  opacity:.9;
	/* for Mozilla */
	  -moz-opacity:.9;
}
.optOFF, .btnNav {
	/* for IE */
	  filter:alpha(opacity=60);
	/* CSS3 standard */
	  opacity:0.6;
	/* for Mozilla */
	  -moz-opacity:0.6;
}
#playBtn {
	background-image: url(../images/arrow%20play.gif);
	height: 32px;
	width: 32px;
	position: absolute;
	left: 10px;
	top: 10px;
	/* for IE */
	  filter:alpha(opacity=30);
	/* CSS3 standard */
	  opacity:0.3;
	/* for Mozilla */
	  -moz-opacity:0.3;
	cursor: pointer;
	z-index: 100;
}
#playBtn:hover, .playBtn:hover, #closeBtn:hover {
	/* for IE */
	  filter:alpha(opacity=80);
	/* CSS3 standard */
	  opacity:.8;
	/* for Mozilla */
	  -moz-opacity:.8;
	cursor: pointer;
}
.playBtn {
	cursor: pointer;
	z-index: 100;
}
#closeBtn {
	background-image: url(../images/remove.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	/* for IE */
	  filter:alpha(opacity=60);
	/* CSS3 standard */
	  opacity:.6;
	/* for Mozilla */
	  -moz-opacity:.4;
	right: 0px;
	bottom: -16px;
	z-index: 1000;

}

.playGraph {
	background: url(../images/video_icon.png);
	height: 34px;
	width: 36px;
	/* for IE */
	  filter:alpha(opacity=30);
	/* CSS3 standard */
	  opacity:0.3;

	/* for Mozilla */
	  -moz-opacity:0.3;
	position: absolute;
	left: 5px;
	top: 5px;
}


.divLayer {
	position: absolute;
	overflow: hidden;
	text-align: left;
}

.textLayer {
	overflow: hidden;
	position: absolute;
	padding: 5px;
	/* for IE */
	  filter:alpha(opacity=70);
	/* CSS3 standard */
	  opacity:0.7;
	/* for Mozilla */
	  -moz-opacity:0.7;
	z-index: 50;

}
.textLayer:hover {
	/* for IE */
	  filter:alpha(opacity=100);
	/* CSS3 standard */
	  opacity:1;
	/* for Mozilla */
	  -moz-opacity:1;
}

.textLayerON {
	overflow: hidden;
	position: absolute;
	padding: 5px;
	/* for IE */
	  filter:alpha(opacity=100);
	/* CSS3 standard */
	  opacity:1;
	/* for Mozilla */
	  -moz-opacity:1;
	z-index: 50;
	text-align: left;

}

.insetLeft {
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	top: 5px;
	margin-bottom: 5px;
}

.insetRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
	position: relative;
	margin-top: 3px;
}

#title p {
	font-size: 36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	color: #CC4204;
	margin-top: -7px;
	margin-right: 0px;
}
#title pre {
	font-size: small;
	font-style: oblique;
	font-weight: bold;
	padding: 0px;
	font-variant: normal;
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
	margin: 0px;
}
li {
	color: #FFFF00;
	font-style: italic;
	font-weight: bold;
	list-style: square url(../images/bullet.jpg) inside;
	font-size: 10pt;
	font-family: "Times New Roman", Times, serif;
	text-align: left;
	background-color: #999999;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
img {
	border:0px;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: inherit;
	margin: 0px;
}
p a {
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
}
p a:hover {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: groove;
}

.vis   {
	font-style: italic;
	font-weight: bold;
}
p.quot {
	font-style: italic;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
}


div {
	margin:0px;
	padding:0px;
}
body {
	margin:0px;
	padding:0px;
	background-color: #CCCCCC;
}

.clearfloat {
	clear:both;
	height:0px;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: absolute;
	left: 0px;
	bottom: -22px;
	width: 100%;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	font-size: larger;
}
#footer a {
	color: #000000;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
}

#leftNav {
	position: absolute;
	z-index: 100;
	left: -15px;
	bottom: 10px;
	background-image: url(../images/arrows%20left.gif);
	height: 31px;
	width: 31px;
	cursor: pointer;

}
#rightNav {
	position: absolute;
	z-index: 100;
	right: -15px;
	bottom: 10px;
	background-image: url(../images/arrows%20right.gif);
	height: 31px;
	width: 31px;
	cursor: pointer;

}

.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.right {
	text-align: right;
}
.dropCap {
	font-size: 18pt;
}
.superscr {
	font-size: smaller;
	vertical-align: super;
}

#subMap {
	text-align: right;
	top: 30px;
	font-size: small;
	right: 0px;
	font-weight: 600;
	background-color: #FF9933;
}
#subLink {
	z-index: 100;
	right: 0px;
	bottom: 10px;
	font-size: small;
	font-weight: 100;
	color: #000000;
	text-decoration: underline;
	display: block;
}

#subLink a {
	text-decoration: none;
	color: #000000;
}
.mcSub {
	font-size: small;
	color: #666666;
	position: absolute;
	right: 20px;
	bottom: -15px;
	text-decoration: none;
}
.mcSub:hover  {
	color: #333333;
}


#stone {
	left: 26px;
	top: 54px;
}

