#content  	{
		position: relative;
		left: 15%;
		top: 1em;
		width: 70%;
		height: 30em;		
          	}

#toppic		{
	position: absolute;
	width: 75%;
	top: 2px;
	left: 260px;
          	}


#right	  	{
	width: 75%;
	overflow: auto;
	height: 469px;
	position: absolute;
	top: 163px;
	left: 277px;
          	}

#left		{
	position: absolute;
	top: 160px;
	lefT: 1px;
	width: 270px;
	background: url(graphics/PaulFolan.jpg) no-repeat center top;
	height: 450px;
	overflow: hidden;
	color: #ffffff;
	font-weight: bold;
	padding-top: 1em;
		}

#logo		{
		position: absolute;
		lefT: 0;
		top: 0;
		height: 135px;
		width: 20%;
		border: 0;
		}

p		{
		padding: 10px;
		}

body		{
		font-family: verdana, arial, sans-serif;
		font-size: small;
		}

#bottomline	{
	position: absolute;
	top: 628px;
	left: 3px;
	text-align: center;
	width: 100%;
	font-size: x-small;
		}

a.menulink:link	{
		text-decoration: none;
		color: #ffffff;
		font-size: large;
		padding: 1em;
		display: block;
		}

a.menulink:visited {
		text-decoration: none;
		color: #ffffff;
		font-size: large;
		padding: 1em;
		display: block;
		}


a.menulink:hover {
		text-decoration: none;
		color: #cccccc;
		font-size: large;
		padding: 1em;
		display: block;
		}

td.leftcell	{
		font-weight: bold;
		text-decoration: underline;
		}

#tab1		{
		font-size: x-small;
		}
#table_gif{background:url(graphics/tick.gif) no-repeat center top;}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 90px; /*position where enlarged image should offset horizontally */

}
