/* CSS Document */
body
	{
	padding: 0px;
	margin: 0px;
	background-color: #3A1C01;
	color: #640C0C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
table
	{
	padding: 0px;
	margin: 0px;
	}
#maintable
	{
	width: 100%;
	background-color: #c1710a;
	border-bottom: 15px black solid;
	}
	
.toprow
	{
	background-color: black;
	height: 115px;
	}

a, a:active, a:visited
	{
	color: #c1710a;
	text-decoration: none;

	}
a:hover
	{
	text-decoration: underline;
	color: black;
	}
h1,h2,h3 { font-variant: small-caps; }

h3
	{
	font-size: .8em;
	}

h2
	{
	font-size: 1em;
	}
	
h1
	{
	font-size: 1.1em;
	border-bottom: thin dashed black;
	}
	

.links
	{
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Lucida Bright";
	color: #c1710a;
	font-size: .8em;
	letter-spacing: .2em;
	}
.links a:hover
	{
	color: white;
	}
.currentlink
	{
	color: white;
	}

#links
	{
	width: 400px;
	position: relative;
	top: 0px;
	left: 100px;
	}
	
.hiding
	{
	display: none;		
	position: absolute;
	top: 2em; 
	left: 20em;
	width: 300px;
	background-color: white;
	border: 1px black solid;
	border-top: 8px black solid;
	z-index: 5;
	font-size: .7em;
	padding: 2px;
	text-align: center;
	}
.absolute
	{
	position: absolute;
	z-index: 2;

	}
.relative
	{
	position: relative;
	z-index: 3;

	}


.note
	{
	font-size: .75em;
	}

#texttable
	{
	padding-left: 0px;
	margin-left: 50px;
	margin-right: 0px;
	background-color: #ffe2bd;

	}
	
.texttable_main
	{
	border: thick black solid;
	border-top: 0px;
	padding: 5px;
	padding-top: 0px;
	}
.texttable_right
	{
	width: 160px;
	background-color: #c1710a;

	}
#texttable_spacer
	{
	float: right;
	width: 317px;
	height: 237px;

	}
#overlayimage
	{
	z-index: 6;
	width: 400px;
	height: 299px;
	position: absolute;
	right: 40px;
	top: 50px;
	}
#overlayimageshadow1
	{ z-index: 5; background-color: #000000; right: 35px; top: 55px; /* evil IE. */ filter: alpha(opacity:50); /* Safari<1.2, Konqueror */ KHTMLOpacity:.5;  /* Older Mozilla and Firefox */ MozOpacity: .5; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */ opacity:.5; position: absolute; width: 400px; height: 299px; }

#overlayimageshadow2
	{ z-index: 4; background-color: #000000; right: 34px; top: 56px; /* evil IE. */ filter: alpha(opacity:40); /* Safari<1.2, Konqueror */ KHTMLOpacity:.4;  /* Older Mozilla and Firefox */ MozOpacity: .4; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */ opacity:.4; position: absolute; width: 400px; height: 299px; }
#overlayimageshadow3
	{ z-index: 3; background-color: #000000; right: 33px; top: 57px; /* evil IE. */ filter: alpha(opacity:30); /* Safari<1.2, Konqueror */ KHTMLOpacity:.3;  /* Older Mozilla and Firefox */ MozOpacity: .3; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */ opacity:.3; position: absolute; width: 400px; height: 299px; }
#overlayimageshadow4
	{ z-index: 2; background-color: #000000; right: 32px; top: 58px; /* evil IE. */ filter: alpha(opacity:20); /* Safari<1.2, Konqueror */ KHTMLOpacity:.2;  /* Older Mozilla and Firefox */ MozOpacity: .2; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */ opacity:.2; position: absolute; width: 400px; height: 299px; }
#overlayimageshadow5
	{ z-index: 1; background-color: #000000; right: 31px; top: 59px; /* evil IE. */ filter: alpha(opacity:10); /* Safari<1.2, Konqueror */ KHTMLOpacity:.1;  /* Older Mozilla and Firefox */ MozOpacity: .1; /* Safari 1.2, newer Firefox and Mozilla, CSS3 */ opacity:.1; position: absolute; width: 400px; height: 299px; }	