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



Body {
	background-image: url(../images/smudge_lt.jpg);
	font-family:Arial, Helvetica, sans-serif; color:#880000;
}

#content {
	position: absolute; z-index: 1; top: 178px; visibility: visible 
	}


#navContent {
	position: absolute; z-index: 1; top: 178px; visibility: visible 
	}
	
#newLayerTextTable  { position: absolute; z-index: 1; top: 40px; left: 100px; width: 600px; height: 580px; visibility: visible }
#mainContent  { position: absolute; z-index: 1; top: 48px; left: 110px; width: 590px; height: 580px; visibility: visible }

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-bottom: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 18px;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #666666;
}

#navlist a:link #current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #663300;
}

#navlist a:hover { color: #880000; }

p.introduction:first-letter {
 font-size : 200%;
 font-weight : bold;
 float : left;
 width : 1em;
 color : #800;
 }
 
 a:link {
  color: #800;
  background: none;
}

a:visited {
  color: #633;
  background: none;
}

a:active {
  color: green;
  background: #FFD700
}
a:hover { font-style:italic;
background-color:#FF9
}
 
 .linktype {
	color:#999;
	size:80%;
	font-size: smaller;
 }

