/* -------Standard Elements---------*/

a:link {color: #666699}     
a:visited {color: #996699} 
a:hover {font-weight: bold}  
a:active {color: #CC6699}  

BODY 	{
	background-color:#FFFFEE;
	background-repeat: no-repeat; 
	background-attachment: fixed;
	background-position: top right; 
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	margin: 0px;
	}

h1 	{
	background-color: #000000;
	color:#DD0066;
	font-family: Courier, Arial, sans-serif;
	font-size:x-large;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding-right: 25%;	
	text-align:right;
	text-transform: lowercase;
	}

h2 	{
	background-image: url(./images/map1.bmp);
	background-repeat: repeat-x;
	background-attachment: scroll;
	height: 30px;
	margin: 0px 0px 0px 0px;
	}

h3 	{ 
	background-color: #000000;
	color: #CCCCFF;
	font-family: Courier, Arial, sans-serif;
	height: 15px;
	margin: 0px 0px 0px 0px;
	text-align:left
	}

h4	{
	background-color: #000000;
	color:#DD0066;
	font-size:medium;
	font-family: Courier, Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	text-align:justify;
	}
p	{
	color:#000000;
	}
p.disclaimer
	{
	background-color:#FFFFFF;
	color:#CC3333;
	font-size:x-small;
	font-weight:bold;
	line-height: 100%;
	text-align: right;
	}
p.endnotes
	{
	color:#FFFFFF;
	font-size:small;
	padding-left: 5%;
	}
p.linkbox
	{
	color:#0066CC;
	font-size:small;
	text-align: right;
	}
p.smallprint
	{
	color:#999999;
	font-size:x-small;
	line-height: 100%;
	text-align: right;
	}

/* -------Site Elements---------*/

#disclaimbox {
	background-position: top left;
	background-repeat: no-repeat;  
	border: thin inset #FFFFFF;
	color: #FFFFFF;
	float: right;
	position:absolute;
	right: 2px;
	top:120px;
	width: 200px;
	height: 100px; 
	z-index: 2;
	}

#endnotes	{
	background-color: #000000;
	color: white;
	font-size:medium;
	margin: 0px 0px 0px 0px;
	text-align:justify;
	}

#fic	{
	border-right: thin solid #CCCCCC;
	padding-left: 1%;
	width: 70%;
	z-index:5
	}

#ficlist	{
	margin: 30px 30px 30px 30px;
	width: 70%;
	}

#linkbox {
  	background-color:#EEEEEE;
	border: thin inset #FFFFFF;
	color: #000000;
	float: right;
	height: 300px;
	position:fixed;
	right:2px; 
	top:230px;
	width:200px; 
	z-index: 2;
	}

#picbox {
	background-repeat: no-repeat; 
	border: thin solid #FFFFEE;
	color: #000000;
	float: right;
	height: 100px;
	position:absolute;
	right:2px; 
	top:230px;
	width:200px; 
	z-index: -2;
	}


