

body { 
	background-color:#0303aa;
	background-image: url(../Images/home41.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	position:absolute;
	}
	
img {border: none}	
a:link {
	text-decoration: none;
	color: none;
	font-weight:normal;
	
	}
a:visited 
	{
	text-decoration: none;
	color:none;

	}
a:active 
	{
	text-decoration: none;
	color: none;

	}
a:hover 
	{
	text-decoration: none; 
	color:none;
	font-weight:normal;

	}
	
	
	
	
a.link1 {
	position:absolute;
	left:525px;
	top:145px;
	z-index: 50;
	}

a.link2 {
	position:absolute;
	left:525px;
	top:100px;
	z-index: 50;

	}

a.link3 {
	position:absolute;
	left:525px;
	top:190px;
	z-index: 50;
	}

a.link4 {
	position:absolute;
	left:525px;
	top:235px;
	z-index: 50;
	}
	
a.link5 {
	position:absolute;
	left:525px;
	top:280px;
	z-index: 50;
	}	
	
a.link6 {
	position:absolute;
	left:525px;
	top:325px;
	z-index: 50;
	}	

img.logostatic {
	position:absolute;
	left:500px;
	top:390px;
	
		}

form {position:absolute;
	left:150px;
	top:100px;
	}
	
p.para {
	position: absolute;
	left:275px;
	top:75px;
	font-size: x-small;
	width:235px;
	font-family: Arial, san-serif;
		}

p.para2 {
	position: absolute;
	left:275px;
	top:125px;
	font-size: large;
	width:225px;
	font-family: Arial, san-serif;
	color: blue;	}

p.subpara {
	position:absolute;
	left:275px;
	top:475px;
	font-weight:bold;
	width: 250px;
	font-family: Arial, san-serif;
		}

p.para3 {
	position: absolute;
	left:90px;
	top:250px;
	font-size: small;
	width:150px;
	font-family: Arial, san-serif;
	text-align: right;
	color: blue;
		}


li.im1  {
	position:absolute;
	left:75px;
	top:60px;
		}
li.im2  {
	position:absolute;
	left:75px;
	top:229px;


	}

img.rotate {
	position:absolute;
	left:75px;
	top:100px;
	
	}


li.im3  {
	position:absolute;
	left:75px;
	top:400px;
	
	}

li {
	list-style:none;
	

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

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

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

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

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