body {
	background-color: #fff;
	padding: 0;
	margin: 0;
}

#tableone {
	position: absolute;
	margin-top: -485px;
	margin-left: 362px;
	

}

#tablebg {
background-color:#FFFFFF;
background-image:url(images/leftmenuback.jpg);
background-repeat:no-repeat;
width:150px;
height:496px;
}

#button {
	background-color: blue; 
	border-color: efefef; 
	color: white; 
	font-family: arial, verdana, ms sans serif; 
	font-weight: bold; 
	font-size: 8pt;  
	}

#textcolour {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
		
	font-weight:bold;

} 

#textcolour1 {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;

}

#textcolour2 {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
	font-weight:bold;

}

#textcolour3 {
	color:#fff;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;

}

#textcolour4 {
	color:#ff0000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
	font-weight:bold;

}

#textcolour5 {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
	font-weight:bold;

}

#textcolour6 {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
	font-weight:bold;
	
	font-style:italic;

}

#textcolour7 {
	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;
	
	text-decoration:underline

}

h1 {

	color:#fff;

	font-size:12px;

	font-family: verdana;

	text decoration: none;

}



h2 {

	color:#0a59b5;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;

}



h3 {

	color:#358df3;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;

}



h4 {

	color:#DF8E01;

	font-size: 14px;

	font-family: verdana;

	text decoration: none;

}



p {

	color:#000;

	font-size: 12px;

	font-family: verdana;

	text decoration: none;

}



strong {



	font-size:18px;

	font-family: verdana;

	text-decoration:none;

}



strong a {

	color:#000;

	font-size:12px;

	font-family: verdana;

	text-decoration:underline;

}



strong a:hover	{

	color:#000;

	font-size:12px;

	font-family: verdana;

	text-decoration:none;

}

												

a	{

	color:#fff;

	font-size:12px;

	font-family: verdana;

	text-decoration:none;

}



a:hover	{

	color:#fff;

	font-size:12px;

	font-family: verdana;

	text-decoration:underline;

}

.gallerycontainer{
position: relative;
height: 533px;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 0px;
margin: 0 0px 0px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 600px;
top: 0px;
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*/
visibility: visible;
top: 250px;
left: 780px; /*position where enlarged image should offset horizontally */
z-index: 50;
width: 180px;
}
