html, body {
	background-image:url('../afb/grow.jpg');
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	color:#061A57;
	margin: 0;
	} 

a:link { color:#061A57; font-weight:bold; text-decoration:underline;}
a:visited { color:#061A57; font-weight:bold; text-decoration:underline;}
a:hover { color:#061A57; font-weight:bold; text-decoration:underline;}


h1{font-size:12px; text-decoration:underline;}

#ums{
	position:absolute;
	left:50%;
	margin-left:210px;
	z-index:50;
   }
#middle{
	position:relative;
	width:662px;
}

#banner{
	position:relative;
	top:44px;
	width:662px;
	height:164px;
}	

#banner2{
	position:absolute;
	top:13px;
	right:13px;
	float:right;
	width:240px;
	height:80px;
	z-index:12;
}	

#left{
	position:relative;
	background-image:url('../afb/links.jpg');
	float:left;
	width:159px;
	height:436px;
}

#middle2{
	position:absolute;
	background-image:url('../afb/midden.jpg');
	background-repeat:no-repeat;
	top:165px;
	right:180px;
	width:297px;
	height:381px;
}

#right{
	position:relative;
	float:right;
	width:136px;
	height:436px;
	z-index:100;
}

#text{
	position:relative;
	top:48px;
	left:2px;
	right:2px;
	width:280px;
	height:436px;
	text-align:left;
}	

#text2{
	position:relative;
	top:48px;
	left:2px;
	right:2px;
	width:280px;
	height:436px;
	text-align:left;
}	

#text a:link {
	color: #061A57;
	text-decoration:none;	
}
#text a:visited {
	color: #061A57;
	text-decoration:none;	
}
#text a:hover {
	color: #061A57;
	text-decoration:underline;		
}

#text2 a:link {
	color: #061A57;
	font-weight:100;
	text-decoration:none;	
}
#text2 a:visited {
	color: #061A57;
	font-weight:100;	
	text-decoration:none;	
}
#text2 a:hover {
	color: #061A57;
	font-weight:100;	
	text-decoration:underline;		
}

#Layer1{position:absolute;
	width:380px;
	height:115px;
	z-index:20;
	top:365px; 
	left:50%;
	margin-left:-232px;
}

/*image hover starts here*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
left:102px;
z-index: 0;

}

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -2000px;
border:1px solid #369;
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;
margin-top: -220px;
left: -220px; /*position where enlarged image should offset horizontally */

}

