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

.navtext {
width:235px;
font-size:8pt;
font-family:verdana;
border-width:2px;
border-style:outset;
border-color:#006BAE;
layer-background-color:#FFF6D9;
background-color:#FFF6D9;
color:black;
}
.alttxtlink
{
	text-decoration:none;
	border-bottom-color:#666666;
	border-bottom-style:dashed;
	border-bottom-width:thin;
	color:#000000;
}
.reverse
{
	color:#FFFFFF;
	background-color:#000000;
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
	padding-bottom:0px;
	padding-left:2px;
	padding-right:2px;
	padding-top:0px;
	border-color:#a8784a;
	border-style:solid;
	border-width:thin;
}

html, body
{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
li
{
	padding-top:2px;
}
blockquote
{
	text-indent:0px;
	font-style:italic;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-size:85%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#006600;
}
.source
{
	font-size:80%;
	color:#000000;
	text-decoration:underline;
	margin-bottom:0px;
	padding-bottom:0px;
}
.source2
{
	font-size:80%;
	color:#333333;
	padding:0px;
	margin:0px;
}
a
{
	color:#000000;
	text-decoration:none;
	border-bottom-color:#000000;
	border-bottom-style:dotted;
	border-bottom-width:thin;
}
a:hover
{
	color:#000000;
	border-bottom-color:#000066;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
a:visited
{
	color:#000000;
}
#paper p
{
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#000000;
	padding:4px;
}
/*
#paper p:hover
{
	color:#CCCCCC;
}
#paper li:hover
{
	color:#CCCCCC;
}
*/
h1
{
	color:#4a2829;
	border-bottom-color:#333333;
	border-bottom-style:dotted;
	border-bottom-width:thin;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	letter-spacing:5px;
	font-weight:bold;
	text-shadow:#000000;
}
h2
{
	color:#4a2829;
	font-family:"Times New Roman", Times, serif;
	font-size:150%;
	text-decoration:underline;
}
h3
{
	color:#4a2829;
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
}
h4
{
	color:#4a2829;
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
}
h5
{
	color:#4a2829;
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
}
h6
{
	color:#4a2829;
	font-family:"Times New Roman", Times, serif;
	font-size:125%;
}
#contactus
{
	width:100px;
	height:100px;
	top:4px;
	left:88%;
	position:absolute;
	z-index:100;
	font-size:100%;
	font-weight:bold;
	text-shadow:#0000FF;
}
#screen
{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
}
#header-div
{
	position:absolute;
	width:100%;
	top:0px;
	height:100px;
	left:0px;
	right:0px;
	border: 0px solid #FF0000;
	z-index:20;
	color:#000000;
	font-weight:bold;
}
#header-div a
{
	color:#000000;
	text-decoration:none;
}
#header-div a:hover
{
	color:#000000;
	text-decoration:underline;
}
#header-div a:visited
{
	color:#000000;
}
#nav
{
	top:65px;
	left:90px;
	position:absolute;
	font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	z-index:20;
}
#nav a
{
	text-decoration:none;
	border-bottom-style:none;
}
#nav a:hover
{
	text-decoration:underline;
}
/***********************************************************************************************************/
#body-div
{
	position: absolute;
	top: 110px;
	left:0px;
	right:0px;
	/*width:100%;changing does not correct horizontal scrolling*/
	bottom:40px;/*firefox bottom spacing of body div*/
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -150 +'px' : body.clientHeight -150 +'px');
	/*IE6 bottom spacing of body div*/
	z-index:10;
}
#body-content-div
{
	position: absolute;
	top: 0px;
	bottom:0px;
	right:0px;
	/*left:101px;*/
	left:101px;;
	/*padding-right:235px;*/
	padding-right:235px;
	padding-left:0px;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -150 +'px' : body.clientHeight -150 +'px');
	/*width: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth -343 +'px' : body.clientWidth -343 +'px');*/
	width: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth -343 +'px' : body.clientWidth -343 +'px')
	float:left;
	text-align:left;
	overflow:auto;
}
#info-div
{
	position:absolute;
	top:0px;
	bottom:0px;
	left:0px;
	width:100px;
	text-align:center;
	font-size:90%;
}
#info-div a
{
	text-decoration:none;
	color:#000000;
}
#info-div a:hover
{
	text-decoration:none;
	color:#000000;
}
#info-div a:visited
{
	text-decoration:none;
	color:#000000;
}
#cf1
{
	padding-right:235px;
	height: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientHeight -150 +'px' : body.clientHeight -150 +'px');
	width: expression(document.compatMode=='CSS1Compat'? document.documentElement.clientWidth -343 +'px' : body.clientWidth -343 +'px');
	overflow:auto; /* needed to fix IE7 scroll problem */
	position:relative; /* needed to fix IE7 scroll problem */
}
#paper
{
	background-color:#a8784a;
	background-image:url(../images/paper.jpg);
	background-repeat:repeat;
}
#bookleft
{
	background-image:url(../images/book-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
#notestitle
{
	padding-left:45px;
	padding-top:12px;
	font-weight:bold;
	color:#000000;
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
}
/*****************************************************************************************************/
#footer-div
{
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	width:100%;
	height:38px;
	overflow:auto;
	clear:both;
	text-align:center;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/************************************************************/
.transparentmenu
{
	opacity: 0.7; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:0.7; /* Safari 1.x */
	-moz-opacity:0.7; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE8 */
	filter:alpha(opacity=70); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	background-color:#FFFFFF;
	padding:2px;
}
.transparent
{
	opacity: 0.7; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:0.7; /* Safari 1.x */
	-moz-opacity:0.7; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* For IE8 */
	filter:alpha(opacity=70); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	background-color:#FFFFFF;
	font-weight:bold;
}
.transparentblue
{
	opacity: 0.9; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:0.9; /* Safari 1.x */
	-moz-opacity:0.9; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* For IE8 */
	filter:alpha(opacity=90); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	background-color:#FFFFFF;
}
.nontransparent
{
	opacity:1; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:1; /* Safari 1.x */
	-moz-opacity:1; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
	filter:alpha(opacity=100); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	background-color:#FFFFFF;
}
.nontransparentblue
{
	opacity: 1; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:1; /* Safari 1.x */
	-moz-opacity:1; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
	filter:alpha(opacity=100); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	background-color:#0099FF;
	border-top-color:#000000;
	border-top-style:double;
	border-top-width:medium;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
}
/***********************************************************************/
/****** Notes on the far right *****************************************/
/***********************************************************************/

#notes
{
	width:230px;
	float:right;
}
#window
{
	width:200px;
}
#window-top
{
	width:200px;
	height:44px;
	background-image:url(../images/window-top.gif);
	background-repeat:no-repeat;
	opacity: 0.6; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:0.6; /* Safari 1.x */
	-moz-opacity:0.6; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE8 */
	filter:alpha(opacity=60); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	font-weight:bold;
}
#window-middle
{
	width:200px;
	background-image:url(../images/window-middle.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	filter:alpha(opacity=60);
	opacity: 0.6;
	-moz-opacity:0.6;
}
#window-middle-content
{
	padding: 2px;
	font-weight: bold;
	color: #000;
	opacity: 1; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:1; /* Safari 1.x */
	-moz-opacity:1; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* For IE8 */
	filter:alpha(opacity=100); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
	position: relative;
	width:185px;
	margin-left:-5px;
	background-image:url(../images/white.jpg);
	background-repeat:repeat;
}
#window-bottom
{
	width:200px;
	height:15px;
	background-image:url(../images/window-bottom.gif);
	background-repeat:no-repeat;
	opacity: 0.6; /* For Firefox gt 1.5, Opera, and Safari */
	-khtml-opacity:0.6; /* Safari 1.x */
	-moz-opacity:0.6; /* Gecko based browsers Firefox, Netscape, and Camino. Older versions only */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* For IE8 */
	filter:alpha(opacity=60); /* For IE 5-7 */
	/* If you want opacity to work in all IE versions, the order should be like above */
}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
.green
{
	color:#006600;
	font-weight:bold;
}
