<style type="text/css">
.a   { position: absolute; left: 150px; top: 30px; z-index: 1}
.b   { position: absolute; left: 240px; top: 10px; z-index: 1}
.c   { position: absolute; left: 40px; top: 10px; z-index: 1}
.pic { position: relative; left: 371px; top: 20px; z-index: 2}
.navtable { position: relative; left: 0px; top: 10px; z-index: 1}
.maintext { position: relative; left: 0px; top: -295px; z-index: 1}

.btext {  font-family: Arial, Helvetica, sans-serif; font-size: 14px;  color: #000000}

h1 {
	color: #744f00;
	text-decoration: none;
	font-weight: bold;
	font-size 10px;
}

h2 {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;	
}

a:link {
	color: #886521;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #886521;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #886521;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #886521;
	text-decoration: none;
	font-weight: bold;
}

 .imgvtop
    {
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    }

.newsprint {
	font-family: "Times New Roman", Times, serif; 
	text-decoration: none;
}
	/* CSS Image Popup Code */
		a.screen, a.screen:visited {
			color:#c00; 
			position:relative; 
			z-index:1;}
			
		a.screen strong {
			position:absolute;
			visibility:hidden; /* hide the image */
			width:175px; /* give it a width */
			height:0; /* no height to solve an Opera bug that 
			             makes it selectable when hidden */
			border:1px solid #000; /* add a border */
			left:-150; /* position:the image */
			top:-212px;}
			
		a.screen:hover {
			text-decoration:none; 
			border:0; /* needed for this to work in IE */ 
			z-index:1000;}
			
		a.screen:hover strong {
			visibility:visible; /* make the image visible */
			height:175px; /* now give it a height */
			cursor:pointer; /* for IE */
			z-index:500; }
			
		a.screen:hover strong img {
			border:0; /* remove the link border */}

</style>

